Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/iml1s/agent-cli-skills/kimi-cli-agentnpx skills add ImL1s/agent-cli-skills --skill kimi-cli-agentgit clone --depth 1 https://github.com/ImL1s/agent-cli-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/iml1s/agent-cli-skills/kimi-cli-agent)<a href="https://agentmods.dev/skills/iml1s/agent-cli-skills/kimi-cli-agent"><img src="https://agentmods.dev/badge/skills/iml1s/agent-cli-skills/kimi-cli-agent.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00089 | $0.00557 |
| Opus 5 | $0.00044 | $0.00279 |
| Sonnet 5 | $0.00018 | $0.00111 |
| Haiku 4.5 | $0.00009 | $0.00056 |
Grade A, and why
kimi-cli-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Kimi Code CLI (kimi) Executor
When to use
- User wants kimi / Kimi Code as the coding agent
- Need Kimi agent Markdown profiles or built-in sub-agents from an orchestrator
Wrapper
./kimi-exec.sh -C /path/to/repo -t 1800s "Implement phase A. NO git."
./kimi-exec.sh -r -o json "Review this design; do not edit."
./kimi-exec.sh --agent-file ./agents/reviewer.md -f /tmp/bundle.txt
./kimi-exec.sh -T -C /path/to/repo "Delegate via sub-agents"
Flags: -m (default kimi-code/k3) · -t · -C · -o text|json|stream-json · -f · -r ·
-T · --agent · --agent-file · --skills-dir · --add-dir · --no-git · -- passthrough.
No PTY needed. Wrapper always runs --output-format stream-json internally and cleans to text/json.
-C is absolutized; --add-dir uses the physical workspace path.
Headless permission model
kimi -pauto-approves tools (it is an executor by default)- Interactive
--yolo/--auto/--plancannot be combined with-p -ris a soft read-only prompt guard — for hard isolation use a throwaway worktree
Native multi-agent
Custom agents as Markdown (--agent / --agent-file); built-in sub-agents; discovery from
project/user agent dirs. No dedicated /teamwork slash — use -T + agent profiles.
Quota
On 403 usage limit: do not retry-loop. Mark the seat BLOCKED and continue with other CLIs.
Discipline
Exit code untrusted. Orchestrator owns git. Prefer -f for long bundles.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 50 lines · 89 tokens per session scan A 0f5b8b52a973
kimi-cli-agent is a skill published in the GitHub repository ImL1s/agent-cli-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 557 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
search-boost
Multi-engine web search before external API/integration work. Use when verifying versions, SDK signatures, cloud quotas, or comparing libraries. Prefer over built-in searchweb.
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
aria
Designs the data model, API contracts, and structural foundation of the system.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".
agy-delegate
Delegate a coding task to the Google Antigravity CLI (agy) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Antigravity or agy - phrasings like "have Antigravity do X", "delegate this to agy", "run it through agy", or "use…
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.