Kimi cli agent
Agent Skills wrappers for agy, Grok, Claude Code, Codex, Kimi, and Qwen — with cross-CLI parallel spawn
npx -y skills add ImL1s/agent-cli-skills --skill kimi-cli-agentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run Moonshot Kimi Code CLI headlessly via kimi-exec.sh. Use when the user asks for kimi, Kimi Code, Moonshot coding agent, or kimi agent profiles (--agent / --agent-file). -r is a soft read-only prompt guard; -p auto-approves tools. On 403 usage limit mark BLOCKED — do not retry-loop. Orchestrator owns git (--no-git).
SKILL.md
1.8 KB, 448 tokens by cl100k_base, as published. Nobody here has run it
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
15.8 KB alongside SKILL.md, 4 of them executable
lib/
- common.shruns6.8 KB
- parse_stream_json.pyruns3.5 KB
- pty_run.pyruns1.7 KB
- kimi-exec.shruns3.7 KB