Agent skill
kimi-cli-help
Answer Kimi Code CLI usage, configuration, and troubleshooting questions. Use when user asks about Kimi Code CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Kimi Code CLI itself.
Install this agent skill to your Project
npx add-skill https://github.com/MoonshotAI/kimi-cli/tree/main/src/kimi_cli/skills/kimi-cli-help
SKILL.md
Kimi Code CLI Help
Help users with Kimi Code CLI questions by consulting documentation and source code.
Strategy
- Prefer official documentation for most questions
- Read local source when in kimi-cli project itself, or when user is developing with kimi-cli as a library (e.g., importing from
kimi_cliin their code) - Clone and explore source for complex internals not covered in docs - ask user for confirmation first
Documentation
Base URL: https://moonshotai.github.io/kimi-cli/
Fetch documentation index to find relevant pages:
https://moonshotai.github.io/kimi-cli/llms.txt
Page URL Pattern
- English:
https://moonshotai.github.io/kimi-cli/en/... - Chinese:
https://moonshotai.github.io/kimi-cli/zh/...
Topic Mapping
| Topic | Page |
|---|---|
| Installation, first run | /en/guides/getting-started.md |
| Config files | /en/configuration/config-files.md |
| Providers, models | /en/configuration/providers.md |
| Environment variables | /en/configuration/env-vars.md |
| Slash commands | /en/reference/slash-commands.md |
| CLI flags | /en/reference/kimi-command.md |
| Keyboard shortcuts | /en/reference/keyboard.md |
| MCP | /en/customization/mcp.md |
| Agents | /en/customization/agents.md |
| Skills | /en/customization/skills.md |
| FAQ | /en/faq.md |
Source Code
Repository: https://github.com/MoonshotAI/kimi-cli
When to read source:
- In kimi-cli project directory (check
pyproject.tomlforname = "kimi-cli") - User is importing
kimi_clias a library in their project - Question about internals not covered in docs (ask user before cloning)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
pull-request
Create and submit a GitHub Pull Request.
translate-docs
Translate and sync bilingual documentation.
release
Execute the release workflow for Kimi Code CLI packages.
gen-docs
Update Kimi Code CLI user documentation.
worktree-status
Audit all git worktrees in the current project. Use when the user asks about worktree status, which branches are merged, which have uncommitted changes, or which worktrees can be safely cleaned up.
codex-worker
Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over the built-in Task tool for parallelism.
Didn't find tool you were looking for?