/install kimi-cli-doc-helper
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 Code CLI installation and setup
- Configuration files and providers
- Available commands and options (
kimi,kimi web,kimi acp) - MCP (Model Context Protocol) configuration
- Troubleshooting issues
- Best practices for terminal AI coding assistants
- Any Kimi CLI-specific functionality
Workflow
-
Identify the query topic - Understand what specific Kimi CLI topic the user is asking about
-
Search/fetch relevant documentation - Use
web_fetchto 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_searchwith site:moonshotai.github.io/kimi-cli if unsure where to look
- For general questions: Start with
-
Analyze the documentation - Read and understand the fetched content
-
Formulate a comprehensive answer - Based on the official documentation, provide an accurate response
-
Cite sources - Mention that the information comes from moonshotai.github.io/kimi-cli
Key Documentation URLs
- Main docs: https://moonshotai.github.io/kimi-cli/
- English docs: https://moonshotai.github.io/kimi-cli/en/
- Getting Started: https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html
- Configuration: https://moonshotai.github.io/kimi-cli/en/configuration/config-files.html
- MCP Configuration: https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
- Command Reference: https://moonshotai.github.io/kimi-cli/en/reference/kimi-command.html
- FAQ: https://moonshotai.github.io/kimi-cli/en/faq.html
- GitHub: https://github.com/MoonshotAI/kimi-cli
Quick Reference
Installation
# Linux / macOS
curl -LsSf https://code.kimi.com/install.sh | bash
# Windows (PowerShell)
Invoke-RestMethod https://code.kimi.com/install.ps1 | Invoke-Expression
# Or via uv
uv tool install --python 3.13 kimi-cli
Usage Modes
kimi- Interactive CLIkimi web- Browser UIkimi acp- Agent integration service
Common Commands
/login- Configure API provider/init- Generate AGENTS.md for project/help- Show all slash commands
Example Usage
User: "How do I configure MCP in Kimi CLI?"
Action:
- Fetch
https://moonshotai.github.io/kimi-cli/en/customization/mcp.html - Analyze the MCP configuration documentation
- Provide step-by-step instructions based on official docs
Notes
- Always prefer official documentation over general knowledge
- If documentation is unclear or missing, say so and suggest checking the GitHub repo
- Keep answers concise but complete
- Kimi CLI is a product of Moonshot AI (月之暗面)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kimi-cli-doc-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/kimi-cli-doc-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
kimi-cli-doc-helper 是什么?
Answer Kimi Code CLI (kimi-cli) questions by querying and analyzing the official documentation at moonshotai.github.io/kimi-cli. TRIGGER CONDITIONS - Use thi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 kimi-cli-doc-helper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kimi-cli-doc-helper」即可一键安装,无需额外配置。
kimi-cli-doc-helper 是免费的吗?
是的,kimi-cli-doc-helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kimi-cli-doc-helper 支持哪些平台?
kimi-cli-doc-helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kimi-cli-doc-helper?
由 DaXuan(@wx528)开发并维护,当前版本 v1.0.0。