Reference
Reference content is for looking things up. If you want to know what a flag does, what a config key controls, or which channels exist, you are in the right section.
| Page | Covers |
|---|---|
| CLI | Every command and flag |
| Configuration | config.toml schema |
| Providers | Built-in providers and their settings |
| Channels | Built-in channels and their settings |
| Tools | Built-in tools and their parameter schemas |
| Skills | SKILL.md schema |
| Troubleshooting | Common failures and remediation |
Where this content comes from
Most reference pages will eventually be generated from rantaiclaw source — --help output, JSON Schema export, tool registry introspection — to prevent drift. Today the pages are placeholders that link out to the canonical markdown in the rantaiclaw repo .
Generation plan:
| Page | Source | Status |
|---|---|---|
| CLI | rantaiclaw --help parsed by scripts/gen-cli.ts | TODO |
| Config | cargo run --bin rantaiclaw -- config schema --json (uses schemars) | TODO |
| Providers | Trait scan + per-provider config block | TODO |
| Channels | Same | TODO |
| Tools | Tool registry dump | TODO |
| Skills | Hand-written from spec; the schema itself rarely changes | hand-written |
| Troubleshooting | Hand-written; aggregates known issues | hand-written |
Last updated on