kimi-cli-runtime

kimi-cli-runtime is a skill for Claude Code, Codex from luhfilho/kimi-plugin-cross-platform. It costs 0 tokens per session (80 once invoked), scanned A, original, MIT.

An internal command bridge for sending /kimi commands to a companion Kimi command-line program.

In plain words
What is it for?
Use it when a user invokes a /kimi command and the companion script must be run.
Why use it?
It keeps command arguments intact and makes command output or errors visible to the user.

Skill for Claude CodeCodex

Part of the kimi plugin — 3 skills, 9 commands, 2 agents, 2 hooks shipped together

Install

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.

agentmods
npx agentmods add skills/luhfilho/kimi-plugin-cross-platform/kimi-cli-runtime
Any agent
npx skills add luhfilho/kimi-plugin-cross-platform --skill kimi-cli-runtime
Clone the repo
git clone --depth 1 https://github.com/luhfilho/kimi-plugin-cross-platform

Made for: Claude Code, Codex.

Or install kimi, the plugin that ships this one along with the rest of its 3 skills, 9 commands, 2 agents, 2 hooks.

Wrote 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.

agentmods badge for kimi-cli-runtime

README.md
[![agentmods](https://agentmods.dev/badge/skills/luhfilho/kimi-plugin-cross-platform/kimi-cli-runtime.svg)](https://agentmods.dev/skills/luhfilho/kimi-plugin-cross-platform/kimi-cli-runtime)
Your own site
<a href="https://agentmods.dev/skills/luhfilho/kimi-plugin-cross-platform/kimi-cli-runtime"><img src="https://agentmods.dev/badge/skills/luhfilho/kimi-plugin-cross-platform/kimi-cli-runtime.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 80 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00080
Opus 5 $0.00000 $0.00040
Sonnet 5 $0.00000 $0.00016
Haiku 4.5 $0.00000 $0.00008

Measured 4d ago against content hash 22eb8482250b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kimi-cli-runtime 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 4d 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.

adapters/claude-code/plugins/kimi/skills/kimi-cli-runtime/SKILL.md · 13 lines

What it actually says

Kimi CLI Runtime

Description

Internal skill for forwarding commands to the Kimi CLI companion script.

Rules

  • When the user invokes a /kimi:* command, run the companion script via Bash.
  • Pass all flags and arguments through verbatim.
  • Capture stdout and present it to the user as Markdown.
  • If the companion exits with non-zero, surface the error clearly.
Changes

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.

  1. 4d ago First seen · 13 lines · 0 tokens per session scan A 22eb8482250b

Subscribe to this mod's changes

kimi-cli-runtime is a skill published in the GitHub repository luhfilho/kimi-plugin-cross-platform (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 80 tokens. 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.

Related

Other skills, from other repositories

skills-management

Search, find, discover, install, remove, update, review, deduplicate, list, move, optimise, and iterate on skills for AI coding agents. Use when user asks "find a skill for X", "install skill", "remove skill", "update skills", "list skills", "deduplicate skills", "why are two skills shown", "choose the canonical…

CodeAlive-AI/ai-driven-development · 151 tokens

ubiquitous-language

Maintain a project thesaurus (domain glossary) following DDD ubiquitous language principles. Use PROACTIVELY when naming anything: variables, functions, classes, modules, database fields, API endpoints, events, files, or directories. Also use when the user asks to "create thesaurus", "update glossary", "add term"…

CodeAlive-AI/ai-driven-development · 179 tokens

maintaining-macos-health

Hands-on playbook for macOS disk cleanup, dev-machine optimization, and proactive health alerting. Use when the Mac is full or slow, when a process persistently burns CPU, when a kernel panic / watchdog timeout / vm-compressor-space-shortage / Jetsam event happened, when the user asks to free disk space, audit…

CodeAlive-AI/ai-driven-development · 157 tokens

agents-consilium

Run external coding agents (Codex, Claude Code, OpenCode, native Grok Build, Gemini) as independent reviewers, stateful repository researchers, or single-agent implementers. Use for multi-model opinions and code review, steerable Grok research, full-access delegation, long-running work, or reattaching to delegated…

CodeAlive-AI/ai-driven-development · 86 tokens

maintaining-windows-health

Hands-on playbook for Windows 11 disk cleanup, dev-machine optimization, and proactive health alerting. Use when the PC is full or slow, when a BSOD / Kernel-Power 41 / crash dump / commit-memory pressure happened, when the user asks to free disk space, audit storage, set up disk/memory alerts, or restore the same…

CodeAlive-AI/ai-driven-development · 191 tokens

prompt-engineering

Universal prompt engineering techniques for any LLM. Use when crafting, optimizing, or reviewing prompts for AI models. Triggers on requests like "improve this prompt", "write a system prompt", "optimize my instructions", "help me prompt engineer", "audit this prompt", "review my prompt", or when building agentic…

CodeAlive-AI/ai-driven-development · 76 tokens