Ask Kimi a direct question and return the final text response
Cancel a running Kimi job
Delegate a task to Kimi and optionally run it in the background
Show the latest stored Kimi result or a specific job result
Check whether Kimi CLI is installed and locally configured
Use Kimi CLI from Claude Code for direct questions and delegated tasks.
This repository is structured like openai/codex-plugin-cc:
.claude-plugin/marketplace.jsonplugins/kimiplugins/kimi/scripts/kimi-companion.mjs/kimi:ask/kimi:delegate/kimi:status, /kimi:result, and /kimi:cancel>= 18.18.0Install and log in to Kimi CLI first:
npm install -g @moonshot-ai/kimi-cli
kimi login
Inside a Claude Code session:
/plugin marketplace add https://github.com/Loner1024/claude-kimi-plugin.git
/plugin install kimi@moonshot-kimi
/reload-plugins
/kimi:setup
Or with the Claude CLI:
claude plugin marketplace add https://github.com/Loner1024/claude-kimi-plugin.git
claude plugin install kimi@moonshot-kimi
claude -p '/kimi:setup'
If you want to test local changes without reinstalling:
claude --plugin-dir /path/to/claude-kimi-plugin/plugins
For a quick non-interactive check:
claude -p --plugin-dir /path/to/claude-kimi-plugin/plugins '/kimi:ask reply exactly: ok'
Run:
/kimi:setup
Expected output includes:
Kimi CLI found~/.kimi/config.toml exists/kimi:setup
Check whether Kimi CLI is installed and configured./kimi:ask <question>
Send one prompt to Kimi and return the final text output./kimi:delegate --wait <task>
Run a delegated task in the foreground and wait for the result./kimi:delegate --background <task>
Start a background task and return immediately./kimi:status [job-id]
Show all jobs for the current workspace or one specific job./kimi:result [job-id]
Show the latest finished result or a specific job result./kimi:cancel [job-id]
Cancel a running job.Ask a direct question:
/kimi:ask Who are you?
Delegate in the foreground:
/kimi:delegate --wait Review the current repo for the riskiest regression points
Delegate in the background:
/kimi:delegate --background Analyze the current codebase and list the top 3 risks
/kimi:status
/kimi:result
The runtime path is:
Claude slash command
-> plugins/kimi/commands/*.md
-> node "${CLAUDE_PLUGIN_ROOT}/scripts/kimi-companion.mjs" <subcommand>
-> kimi --quiet --prompt "<prompt>"
Job state is stored under:
~/.claude-kimi-plugin/workspaces/<workspace-hash>/jobs
Run tests:
npm test
Validate the manifests:
claude plugin validate .claude-plugin/marketplace.json
claude plugin validate plugins/kimi/.claude-plugin/plugin.json
kimi --quiet --prompt ...To resume this session: ... to output, and the companion strips it automaticallyNo model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub loner1024/claude-kimi-plugin --plugin kimiMission orchestration plugin for Claude Code.
Use Gemini CLI from Claude Code to review code or delegate tasks.
Use Qwen Code from Claude Code to delegate investigation, implementation, and review tasks.
Claude Code를 한국어로 자연스럽게 사용할 수 있게 해주는 플러그인. 설치만 하면 한국어 자연어로 커맨드를 찾고, 워크플로우를 따라하고, 프로젝트를 셋업할 수 있습니다. Transparent Korean language plugin for Claude Code — just install and speak Korean naturally.
Commands for orchestrating complex workflows
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.