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.
/plugin marketplace add luhfilho/kimi-plugin-cross-platformnpx agentmods add plugins/luhfilho/kimi-plugin-cross-platform/kimigit clone --depth 1 https://github.com/luhfilho/kimi-plugin-cross-platformGrade A, and why
kimi 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 2d 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
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "kimi",
"version": "0.2.0",
"description": "Delegate work to Kimi CLI (Moonshot AI) for code review, rescue tasks, and Kimi Code implementation."
}
What it installs
The manifest is a name and a version. 3 skills, 9 commands, 2 agents, 2 hooks travel with it, and installing the plugin installs all of them — 115 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill kimi-prompting A 0 tokens
- Skill kimi-cli-runtime A 0 tokens
- Skill kimi-result-handling A 0 tokens
- Command adversarial-review A 15 tokens
- Command review A 12 tokens
- Command result A 10 tokens
- Command code A 13 tokens
- Command implement A 8 tokens
- Command rescue A 10 tokens
- Command setup A 9 tokens
- Command cancel A 8 tokens
- Command status A 9 tokens
- Agent kimi-code A 10 tokens
- Agent kimi-rescue A 11 tokens
- Hook SessionStart A not measured
- Hook SessionEnd A not measured
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.
- 2d ago First seen · 7 lines scan A 65eb7e25b3d0
kimi is a plugin published in the GitHub repository luhfilho/kimi-plugin-cross-platform (1 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.
Other plugins, from other repositories
ai-driven-development
An umbrella collection of 25 skills + 1 hook for AI-driven development: agent self-configuration (MCP / hooks / settings / skills / plugins / cross-agent repository readiness / safe CLI installation), engineering practices (maintainable complexity, prompt engineering, FPF problem solving, bug-fix protocol, planning…
spec-driven-dev
Parallel-batch spec-driven feature workflow (spec-create, spec-implement, spec-verify, spec-checkpoint, spec-ship) plus a portable SEO/GEO operations skill (generative-seo) for any codebase.
unknowns
Skills for discovering and closing knowledge gaps across the dev lifecycle, from Thariq's 'Know Your Unknowns'.
claude-to-codex
Switch from Claude Code to Codex without losing context with one /handoff command.
agent-skill-kit marketplace
Plugin marketplace listing 2 plugins: spec-skills, release-skills.
humanizer
Rewrite AI-sounding text so it reads naturally without changing what it says.