Skip to Content
ReferenceOverview

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.

PageCovers
CLIEvery command and flag
Configurationconfig.toml schema
ProvidersBuilt-in providers and their settings
ChannelsBuilt-in channels and their settings
ToolsBuilt-in tools and their parameter schemas
SkillsSKILL.md schema
TroubleshootingCommon 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:

PageSourceStatus
CLIrantaiclaw --help parsed by scripts/gen-cli.tsTODO
Configcargo run --bin rantaiclaw -- config schema --json (uses schemars)TODO
ProvidersTrait scan + per-provider config blockTODO
ChannelsSameTODO
ToolsTool registry dumpTODO
SkillsHand-written from spec; the schema itself rarely changeshand-written
TroubleshootingHand-written; aggregates known issueshand-written
Last updated on