Install
openclaw skills install @wx528/kimi-cli-doc-helperAnswer 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
openclaw skills install @wx528/kimi-cli-doc-helperThis skill helps answer Kimi Code CLI (kimi-cli) questions by automatically querying the official documentation at moonshotai.github.io/kimi-cli.
Use this skill when the user asks about:
kimi, kimi web, kimi acp)Identify the query topic - Understand what specific Kimi CLI topic the user is asking about
Search/fetch relevant documentation - Use web_fetch to retrieve documentation from moonshotai.github.io/kimi-cli:
https://moonshotai.github.io/kimi-cli/en/https://moonshotai.github.io/kimi-cli/en/guides/getting-started.htmlhttps://moonshotai.github.io/kimi-cli/en/configuration/config-files.htmlhttps://moonshotai.github.io/kimi-cli/en/customization/mcp.htmlhttps://moonshotai.github.io/kimi-cli/en/reference/kimi-command.htmlhttps://moonshotai.github.io/kimi-cli/en/faq.htmlweb_search with site:moonshotai.github.io/kimi-cli if unsure where to lookAnalyze 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
# 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
kimi - Interactive CLIkimi web - Browser UIkimi acp - Agent integration service/login - Configure API provider/init - Generate AGENTS.md for project/help - Show all slash commandsUser: "How do I configure MCP in Kimi CLI?"
Action:
https://moonshotai.github.io/kimi-cli/en/customization/mcp.html