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
- 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
- - 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
CODEBLOCK0
Usage Modes
- -
kimi - Interactive CLI - INLINECODE12 - Browser UI
- INLINECODE13 - Agent integration service
Common Commands
- -
/login - Configure API provider - INLINECODE15 - Generate AGENTS.md for project
- INLINECODE16 - Show all slash commands
Example Usage
User: "How do I configure MCP in Kimi CLI?"
Action:
- 1. Fetch INLINECODE17
- 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 (月之暗面)
Kimi CLI 文档助手
该技能通过自动查询 moonshotai.github.io/kimi-cli 上的官方文档,帮助回答 Kimi Code CLI(kimi-cli)相关问题。
使用场景
当用户询问以下内容时使用此技能:
- - Kimi Code CLI 的安装与设置
- 配置文件和提供商
- 可用命令和选项(kimi、kimi web、kimi acp)
- MCP(模型上下文协议)配置
- 故障排除
- 终端 AI 编码助手的最佳实践
- 任何 Kimi CLI 特有的功能
工作流程
- 1. 识别查询主题 - 理解用户询问的具体 Kimi CLI 主题
- 2. 搜索/获取相关文档 - 使用 web_fetch 从 moonshotai.github.io/kimi-cli 检索文档:
- 一般问题:从 https://moonshotai.github.io/kimi-cli/en/ 开始
- 入门指南:https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html
- 配置:https://moonshotai.github.io/kimi-cli/en/configuration/config-files.html
- MCP:https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
- 命令:https://moonshotai.github.io/kimi-cli/en/reference/kimi-command.html
- 常见问题:https://moonshotai.github.io/kimi-cli/en/faq.html
- 如果不确定查找位置,使用 web_search 并限定站点为 moonshotai.github.io/kimi-cli
- 3. 分析文档 - 阅读并理解获取的内容
- 4. 制定全面回答 - 基于官方文档提供准确回复
- 5. 引用来源 - 说明信息来自 moonshotai.github.io/kimi-cli
关键文档 URL
- - 主文档:https://moonshotai.github.io/kimi-cli/
- 英文文档:https://moonshotai.github.io/kimi-cli/en/
- 入门指南:https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html
- 配置:https://moonshotai.github.io/kimi-cli/en/configuration/config-files.html
- MCP 配置:https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
- 命令参考:https://moonshotai.github.io/kimi-cli/en/reference/kimi-command.html
- 常见问题:https://moonshotai.github.io/kimi-cli/en/faq.html
- GitHub:https://github.com/MoonshotAI/kimi-cli
快速参考
安装
bash
Linux / macOS
curl -LsSf https://code.kimi.com/install.sh | bash
Windows (PowerShell)
Invoke-RestMethod https://code.kimi.com/install.ps1 | Invoke-Expression
或通过 uv
uv tool install --python 3.13 kimi-cli
使用模式
- - kimi - 交互式 CLI
- kimi web - 浏览器界面
- kimi acp - 代理集成服务
常用命令
- - /login - 配置 API 提供商
- /init - 为项目生成 AGENTS.md
- /help - 显示所有斜杠命令
使用示例
用户:如何在 Kimi CLI 中配置 MCP?
操作:
- 1. 获取 https://moonshotai.github.io/kimi-cli/en/customization/mcp.html
- 分析 MCP 配置文档
- 基于官方文档提供分步说明
注意事项
- - 始终优先使用官方文档而非通用知识
- 如果文档不清晰或缺失,请说明情况并建议查看 GitHub 仓库
- 保持回答简洁但完整
- Kimi CLI 是月之暗面(Moonshot AI)的产品