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.
npx skills add linxule/kimi-plugin-cc --skill kimi-pursuegit clone --depth 1 https://github.com/linxule/kimi-plugin-ccWrote 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.
[](https://agentmods.dev/skills/linxule/kimi-plugin-cc/kimi-pursue)<a href="https://agentmods.dev/skills/linxule/kimi-plugin-cc/kimi-pursue"><img src="https://agentmods.dev/badge/skills/linxule/kimi-plugin-cc/kimi-pursue/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/linxule/kimi-plugin-cc/kimi-pursue"><img src="https://agentmods.dev/badge/skills/linxule/kimi-plugin-cc/kimi-pursue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.00490 |
| Opus 5 | $0.00024 | $0.00245 |
| Sonnet 5 | $0.00010 | $0.00098 |
| Haiku 4.5 | $0.00005 | $0.00049 |
Grade A, and why
kimi-pursue 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 10d 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.
What it actually says
Kimi Pursue
Forward this request to the local kimi-code companion runtime by shell. Do not use MCP for this skill.
Invocation
- Resolve the plugin root: prefer
$PLUGIN_ROOTif the host sets it; otherwise use the directory that CONTAINS theskills/directory (i.e. two levels up from thisSKILL.md). - Sanity check:
<plugin-root>/scripts/companion.shmust exist — it is the bundled entrypoint that resolves Node and runs the compiled runtime from<plugin-root>/dist/. - Launch the shell command from the user's current workspace directory so
scripts/companion.shcaptures the intended workspace cwd. - Run:
PLUGIN_ROOT="<plugin-root>" "<plugin-root>/scripts/companion.sh" task pursue <args> - If the plugin host provides
PLUGIN_DATAinstead ofCLAUDE_PLUGIN_DATA, the shell wrapper exports the Claude-compatible alias for the runtime. If neither is set, the wrapper uses a Codex data directory under$CODEX_HOME/plugins/data/kimi-marketplace-kimi,~/.codex/plugins/data/kimi-marketplace-kimi, or/tmp/kimi-plugin-cc-codex-data/kimi-marketplace-kimiin a fully sanitized environment.
Arguments
Pass through: [--budget <30m|1h>] [--turns <N>] [-m <model>] <objective>
Handling
- Require explicit hands-off autonomy intent; single bounded fixes belong to
kimi-rescue. - Always keep a finite
--budget— it is the sole hard bound on the loop. The runtime rejects--background, but detaching your own shell call is expected: a goal loop routinely outlives a foreground timeout, and the hook, allowlist, and budget do not depend on a human watching. Cancel withcompanion.sh cancel(no id — it targets the latest running job for the repo); note that a cancel stops further work but does not roll back edits already made to the real tree. - Surface terminal goal statuses exactly as the companion reports them.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 27 lines · 48 tokens per session scan A d319af6cf1f0
kimi-pursue is a skill published in the GitHub repository linxule/kimi-plugin-cc (38 stars, last pushed 3d ago), licensed Apache-2.0. It adds 48 tokens to every session and 490 once invoked, about $0.0002 per session on Opus 5. 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-30.
Other skills, from other repositories
ai-slop
Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…
product-economics
Does this product make money at a price someone will pay? Forces contribution margin, a price with a stated basis, and a bottom-up market size — each number labelled measured / assumed / unknown, so a guess can never be read as a calculation.
procoder
Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…
pinescript
Pine Script v6 patterns: syntax rules, performance, debugging, backtesting, visualization. Use when asked to "write a Pine Script", "create an indicator", "build a strategy", "fix Pine code", or mentions PineScript, TradingView, indicator, strategy, or backtest.
code-review
The depth half of a review - the dimensions a diff is read against (correctness, boundaries, concurrency, failure paths, secrets, data access, structure, test quality) and the rule that a finding is refuted before it is reported. The verdict stays with the reviewer agent. Use when reviewing a diff or a pull request…
deslop
The optimization pass, defined - delete before you add, one smell class per pass, behaviour pinned by a test that ran BEFORE the edit. Lints a SKILL.md and prose by the same instinct. Use for the per-story optimization pass or when code has grown noisy without growing capable.