kimi-cli-doc-helper
by @wx528
Answer Kimi Code CLI (kimi-cli) questions by querying and analyzing the official documentation at moonshotai.github.io/kimi-cli. TRIGGER CONDITIONS - Use thi...
clawhub install kimi-cli-doc-helper📖 About This Skill
name: kimi-cli-doc-helper description: | Answer Kimi Code CLI (kimi-cli) questions by querying and analyzing the official documentation at moonshotai.github.io/kimi-cli. TRIGGER CONDITIONS - Use this skill when: 1. User directly asks about Kimi Code CLI / kimi-cli (installation, configuration, usage, commands, troubleshooting) 2. User asks about terminal AI assistants for coding 3. About to recommend or explain Kimi CLI configuration changes 4. Answering questions where Kimi CLI is part of the solution MANDATORY: Always fetch relevant documentation from moonshotai.github.io/kimi-cli before: - Answering any Kimi CLI-specific question - Suggesting configuration changes - Providing technical details about Kimi CLI features version: 1.0.0 author: 林霸天 (文轩先师の二弟子)
Kimi CLI Documentation Helper
This skill helps answer Kimi Code CLI (kimi-cli) questions by automatically querying the official documentation at moonshotai.github.io/kimi-cli.
When to Use
Use this skill when the user asks about:
kimi, kimi web, kimi acp)Workflow
1. Identify the query topic - Understand what specific Kimi CLI topic the user is asking about
2. Search/fetch relevant documentation - Use web_fetch to retrieve documentation from moonshotai.github.io/kimi-cli:
- For general questions: Start with https://moonshotai.github.io/kimi-cli/en/
- For getting started: https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html
- For configuration: https://moonshotai.github.io/kimi-cli/en/configuration/config-files.html
- For MCP: https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
- For commands: https://moonshotai.github.io/kimi-cli/en/reference/kimi-command.html
- For FAQ: https://moonshotai.github.io/kimi-cli/en/faq.html
- Use web_search with site:moonshotai.github.io/kimi-cli if unsure where to look
3. Analyze the documentation - Read and understand the fetched content
4. Formulate a comprehensive answer - Based on the official documentation, provide an accurate response
5. Cite sources - Mention that the information comes from moonshotai.github.io/kimi-cli
Key Documentation URLs
Quick Reference
Installation
# Linux / macOS
curl -LsSf https://code.kimi.com/install.sh | bashWindows (PowerShell)
Invoke-RestMethod https://code.kimi.com/install.ps1 | Invoke-ExpressionOr via uv
uv tool install --python 3.13 kimi-cli
Usage Modes
kimi - Interactive CLIkimi web - Browser UIkimi acp - Agent integration serviceCommon Commands
/login - Configure API provider/init - Generate AGENTS.md for project/help - Show all slash commandsExample Usage
User: "How do I configure MCP in Kimi CLI?"
Action:
1. Fetch https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
2. Analyze the MCP configuration documentation
3. Provide step-by-step instructions based on official docs