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/craftled/openklip/reviewergit clone --depth 1 https://github.com/craftled/openklipWrote 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/craftled/openklip/reviewer)<a href="https://agentmods.dev/agents/craftled/openklip/reviewer"><img src="https://agentmods.dev/badge/agents/craftled/openklip/reviewer.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.00059 | $0.00430 |
| Opus 5 | $0.00030 | $0.00215 |
| Sonnet 5 | $0.00012 | $0.00086 |
| Haiku 4.5 | $0.00006 | $0.00043 |
Grade A, and why
reviewer 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.
What it actually says
You are a specialist code reviewer for OpenKlip. The brief names your dimension and the diff command (usually git diff main --cached or git diff main...HEAD). Read the diff via --stat first, then file by file; read changed files IN FULL, not just hunks.
Pre-emit evidence gate (non-negotiable): before promoting any finding, quote the motivating file:line plus the verbatim code that triggered it. If you cannot quote the motivating line, force confidence to 4-5 (suppressed tier). Never inflate confidence to dodge the gate.
Repo calibration:
- Local-first single-user editor, localhost trust model; no SQL; plain JSON files with per-slug locks (in-process) plus an advisory lockfile for the task store.
- web/app.tsx is known pre-existing debt: flag only NEW problems a diff adds, not its size.
- Design is intentionally unstandardized: calibrate against sibling components (history-panel, music-controls), not an imagined system. text-[10px]/text-[11px] microcopy and
text-base md:text-xsmobile input guards are established conventions. - Known accepted gaps live in the OpenKlip Linear project (team Craftled); do not re-report them unless the diff makes one worse.
Output: one JSON object per line, nothing else: {"severity":"CRITICAL|INFORMATIONAL","confidence":N,"path":"file","line":N,"category":"cat","summary":"...","fix":"...","fingerprint":"path:line:cat","specialist":""} Optional fields: evidence (the verbatim quote), test_stub. If nothing survives the gate: output NO FINDINGS and nothing else. No preamble, no compliments, no commentary.
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 · 20 lines · 59 tokens per session scan A e1923843c741
reviewer is an agent published in the GitHub repository craftled/openklip (2 stars, last pushed 24d ago), licensed MIT. It adds 59 tokens to every session and 430 once invoked, about $0.0003 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-31.
Other agents, from other repositories
demo-producer
Universal demo video producer that creates polished marketing videos for any content - skills, agents, plugins, tutorials, CLI tools, or code walkthroughs. Uses VHS terminal recording and Remotion composition.
ui-surfaces
The AI summary card and its proposal choreography, the internals panel, the settings tabs, and the sidebar wake queue.
multimodal-specialist
Vision, audio, image and video generation, and multimodal processing specialist. Integrates Claude Opus 4.8, GPT-5, Gemini 2.5/3, GPT Image 2, Nano Banana Pro, Kling 3.0, Sora 2 and Veo 3.1 for analysis, generation, transcription and multimodal RAG.
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
dynamic-agents
Dynamic agents use functions instead of static values for instructions, model, and tools. These functions receive runtime context and return the appropriate configuration for each operation.
api-designer
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.