What problem does it solve?
When users ask how to use, configure, deploy, or operate Chorus, AI agents often answer from stale memory. This Skill grounds every answer in the current published Chorus documentation by routing questions to the live docs site.
Core Features & Use Cases
- Live Docs Routing: Fetches the machine-readable index at doc.chorus-ai.dev/llms.txt, then retrieves the relevant pages as raw Markdown by appending .md to page URLs.
- Broad Coverage: Answers questions about UI workflow, agent and plugin setup (Claude Code, Codex, OpenClaw, Kiro, Pi), REST API and MCP surface, self-hosting deployment, and operations troubleshooting.
- Localization Support: Serves docs in English, Chinese, Japanese, and Korean via path-prefixed pages, matching the user's language.
- Use Case: A user asks how to create an API key and set agent permissions. The Skill fetches the index, pulls the agent-management guide as Markdown, and answers with a link to the human-facing page.
Quick Start
Ask how to set up a Chorus agent with specific permissions and have the answer grounded in the live Chorus documentation.