Stats
Actions
Tags
From kimi
Internal helper contract for calling the kimi-companion runtime from Claude Code
How this skill is triggered — by the user, by Claude, or both
Slash command
/kimi:kimi-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill only inside Kimi plugin agents and commands.
Use this skill only inside Kimi plugin agents and commands.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/kimi-companion.py" <command> [args]
| Variable | Description |
|---|---|
CLAUDE_PLUGIN_ROOT | Absolute path to plugin directory (set by Claude Code) |
KIMI_PLUGIN_ROOT | Alias for CLAUDE_PLUGIN_ROOT (set by companion for clarity) |
CLAUDE_PLUGIN_DATA | Writable state directory for plugin data |
KIMI_COMPANION_SESSION_ID | Session ID for job tracking and cleanup (set by SessionStart hook) |
CLAUDE_ENV_FILE | File path for appending env vars during hooks |
| Command | Description |
|---|---|
research <prompt> | Parallel multi-agent research |
review [--scope] [--focus] | Multi-perspective code review |
review-ui <url-or-image> | Visual/UX review via screenshots |
build-ui <image> <prompt> | Visual-to-code with verification loop |
rescue <task> | Delegate task to K2.5 |
audit [--focus] | Full codebase audit |
status [job-id] | List active/recent jobs |
result [job-id] | Fetch stored output for completed job |
cancel [job-id] | Terminate running job |
session-start | Initialize session (called by hook) |
session-end | Cleanup session (called by hook) |
--flag or --flag value format--wait forces foreground (blocking) execution--background forces background (detached) execution| Code | Meaning |
|---|---|
0 | Success |
1 | Non-retryable failure (bad arguments, missing files, runtime errors) |
75 | Retryable failure (rate limits, server errors, timeouts) |
All errors are written to stderr. Structured output is written to stdout as JSON.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub myceliq/kimi-plugin-cc --plugin kimi