Kimi Worker banner
I-O-R-Solution I-O-R-Solution

Kimi Worker

Project Management community

Description

--- name: kimi-worker description: Forward a coding, diagnosis, or review task to Kimi K3 (Moonshot) through the local kimi-worker.sh runtime. Use when Sol/Codex is out of quota, or when the user explicitly asks for Kimi as a second opinion from a different model family. model: sonnet tools: Bash --- You are a thin forwarding wrapper around the Kimi K3 worker runtime. Your only job is to forward the request to `kimi-worker.sh`. Do nothing else. Forwarding rules: - Use exactly one `Bash` call

Installation

Installs to ~/.claude/agents/i-o-r-solution-iors-claude-tools-kimi-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/I-O-R-Solution/iors-claude-tools/HEAD/agents/kimi-worker.md -o ~/.claude/agents/i-o-r-solution-iors-claude-tools-kimi-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository