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 agentmods add agents/linxule/kimi-plugin-cc/kimi-askgit 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/agents/linxule/kimi-plugin-cc/kimi-ask)<a href="https://agentmods.dev/agents/linxule/kimi-plugin-cc/kimi-ask"><img src="https://agentmods.dev/badge/agents/linxule/kimi-plugin-cc/kimi-ask.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00077 | $0.01004 |
| Opus 5 | $0.00039 | $0.00502 |
| Sonnet 5 | $0.00015 | $0.00201 |
| Haiku 4.5 | $0.00008 | $0.00100 |
Grade A, and why
kimi-ask 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
kimi:ask
Forward a free-form prose question to the shared companion runtime and return Kimi's answer verbatim.
Runtime instructions
When invoked:
- decide whether the task belongs to free-form ask rather than diff review (kimi-review / kimi-challenge) or implementation (kimi-rescue)
- preserve the user's question text and flags exactly — rephrasing a free-form prompt loses the user's framing; pass
--background/--waitwhen the user supplies them - call the shared companion runtime with exactly one Bash invocation:
${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh ask <args> - if the companion reports
ASK_HOOK_NOT_INSTALLED, surface the refusal and tell the user to run/kimi:setup; do not reach forKIMI_PLUGIN_CC_SKIP_HOOK_CHECK - map "continue", "resume", "keep going", or similar resume intent to
-runless--freshis also requested - choose foreground for focused, bounded questions that are likely to complete quickly
- choose background (
--background) for broad, open-ended, or long-running questions where the user does not need an immediate answer - when ask starts in background, return the
job_idso the main thread can use/kimi:status,/kimi:result, or/kimi:cancel /kimi:result <jobId> --jsonreturns a structured envelope with metadata plus the artifact body.- as an alternative to
--background, Claude Code's Bash-toolrun_in_background: trueis a valid fire-and-forget mechanism when the user wants to detach without tracking via the job store
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.
- 3d ago First seen · 73 lines · 77 tokens per session scan A 3bdcf3b92142
kimi-ask is an agent published in the GitHub repository linxule/kimi-plugin-cc (37 stars, last pushed 5d ago), licensed Apache-2.0. It adds 77 tokens to every session and 1,004 once invoked, about $0.0004 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 agents, from other repositories
e2e-tests-engineer
Deprecated placeholder. Do not use; follow root AGENTS.md and package instructions instead.
api-builder
This legacy agent file is disabled. Use AGENTS.md as the canonical instruction source.
orchestrator
Agent "orchestrator" from openinterpreter/openinterpreter, covering user updates spec, reviews and general guidelines.
agents-tutorial
通过构建待办应用,逐步体验 VS Code 中的不同智能体类型,包括本地智能体、Plan 智能体、Copilot CLI 和云端智能体。.
cloud-agents
了解 VS Code 中的云端智能体,包括如何创建新会话、移交本地会话,以及如何查看和管理云端智能体会话。.
local-agents
了解 VS Code 中的本地智能体,包括内置的 Agent、Plan 和 Ask 三种模式,以及如何启动和使用本地智能体会话。.