← 返回 Skills 市场
wx528

kimi-cli-doc-helper

作者 DaXuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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 (月之暗面)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kimi-cli-doc-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kimi-cli-doc-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug kimi-cli-doc-helper
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论