← Back to Skills Marketplace
wx528

kimi-cli-doc-helper

by DaXuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 thi...
README (SKILL.md)

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

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 CLI
  • kimi web - Browser UI
  • kimi 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:

  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

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 (月之暗面)
Usage Guidance
This skill appears coherent and limited to fetching and summarizing the official Kimi CLI docs. Before installing: (1) be aware the skill fetches live web pages (if the official docs are compromised or outdated, answers can be poisoned); (2) never blindly run shell commands shown in documentation (the docs include curl | bash install lines — verify the source before executing); (3) if you need offline or vetted answers, prefer a skill that bundles a vetted snapshot of docs or disables web access. If you are comfortable with the agent querying moonshotai.github.io for answers, the skill is reasonable to install.
Capability Analysis
Type: OpenClaw Skill Name: kimi-cli-doc-helper Version: 1.0.0 The skill is a documentation helper for the Kimi Code CLI, designed to fetch and summarize information from the official Moonshot AI documentation site (moonshotai.github.io/kimi-cli). While SKILL.md includes a 'curl | bash' installation reference, this is the official installation method for the tool and is provided as informational content for the user rather than an automated malicious payload. No evidence of data exfiltration, prompt injection, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name, description, and instructions all focus on retrieving and analyzing Kimi CLI documentation URLs; there are no unrelated environment variables, binaries, or install steps required by the skill itself.
Instruction Scope
The SKILL.md mandates fetching and analyzing pages from moonshotai.github.io/kimi-cli (and using site-scoped web_search if needed). This is proportionate for a documentation-helper, but it does require network access and trusts the remote site content; the skill does not instruct reading local files or accessing unrelated credentials.
Install Mechanism
No install spec and no code files — instruction-only skills are low-risk because nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. There are no disproportionate or unexplained secret requests.
Persistence & Privilege
Skill is not always-enabled and uses normal model invocation permissions. It does not request elevated persistence or modifications to other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kimi-cli-doc-helper
  3. After installation, invoke the skill by name or use /kimi-cli-doc-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release for Kimi CLI documentation helper. - Answers questions about Kimi Code CLI by fetching and analyzing official documentation from moonshotai.github.io/kimi-cli. - Clearly outlines trigger conditions for when this skill should be used. - Provides a workflow for retrieving, analyzing, and responding using up-to-date documentation. - Includes key reference URLs and quick setup/usage instructions for users. - Ensures all technical details are sourced from official documentation.
Metadata
Slug kimi-cli-doc-helper
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install kimi-cli-doc-helper?

Run "/install kimi-cli-doc-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is kimi-cli-doc-helper free?

Yes, kimi-cli-doc-helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does kimi-cli-doc-helper support?

kimi-cli-doc-helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created kimi-cli-doc-helper?

It is built and maintained by DaXuan (@wx528); the current version is v1.0.0.

💬 Comments