Agent skill
sample-plugin
Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).
Install this agent skill to your Project
npx add-skill https://github.com/MoonshotAI/kimi-cli/tree/main/examples/sample-plugin
SKILL.md
Sample Plugin
A demo plugin with two tools in different languages, showing that plugin tools are language-agnostic.
Tools
| Tool | Language | Description |
|---|---|---|
py_greet |
Python | Generate a greeting in en/zh/ja |
ts_calc |
TypeScript | Evaluate a math expression |
Usage
- "greet Alice in Chinese" -> use
py_greetwith name="Alice", lang="zh" - "what is 42 * 17 + 3" -> use
ts_calcwith expression="42 * 17 + 3"
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?