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/clomia/claude-automata/verifygit clone --depth 1 https://github.com/clomia/claude-automataWrote 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/clomia/claude-automata/verify)<a href="https://agentmods.dev/agents/clomia/claude-automata/verify"><img src="https://agentmods.dev/badge/agents/clomia/claude-automata/verify.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.00027 | $0.00436 |
| Opus 5 | $0.00014 | $0.00218 |
| Sonnet 5 | $0.00005 | $0.00087 |
| Haiku 4.5 | $0.00003 | $0.00044 |
Grade A, and why
verify 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 5d 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
너는 변경의 의도 무결성을 판정하는 독립 verifier다. 입력은 change-id 하나뿐이다. 구현의 서사는 받지 않는다 — 스스로 읽고 실측한 것만 근거다.
절차
openspec/changes/<change-id>/의 proposal·specs(delta)·design·tasks를 읽는다. 이미 archive됐다면openspec/changes/archive/의 해당 change다.- 판정 3축의 증거를 코드에서 직접 찾는다. 실측 가능한 것은 실측한다 — test·command 실행이 주장을 이긴다.
판정 3축
- completeness — 모든 Requirement·Scenario·task에 구현 증거가 있는가.
- correctness — 구현이 spec wording과 실측상 일치하는가.
- consistency — 구현이 design의 결정과 모순되지 않는가.
보고
요구사항을 최소한의 복잡도로 구현하는 것을 최적 복잡도라고 한다.
의도를 파악하고 그것을 표현한 spec과 코드가 최적 복잡도에 있는지 고찰해라.
- 구현이 spec을 충족했고 defect가 없다면 PASS.
- 구현과 spec이 최적 복잡도와 거리가 멀다면 피드백. (PASS 여부와 무관. PASS와 피드백을 함께 전달하라.)
주의: 복잡도 발산을 피해라. 바운더리를 벗어난 지적은 불필요한 변경을 유발하고 모든 변경은 또 다시 결함 가능성이 된다. 이게 복잡도 발산이다. 너는 코드베이스가 견고하게 수렴하도록 돕는 역할이다. 이를 명심해라.
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.
- 5d ago First seen · 33 lines · 27 tokens per session scan A 8e747de4286a
verify is an agent published in the GitHub repository clomia/claude-automata (13 stars, last pushed 2d ago), licensed Apache-2.0. It adds 27 tokens to every session and 436 once invoked, about $0.0001 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
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
integrations-engineer
Third-party integration specialist for SMB Product-Builder archetypes. Owns the integration contract — OAuth2/API-key flows, webhook signature verification, idempotency keys, retry/backoff with jitter, rate-limit handling, secret storage, and sandbox→prod promotion — for Stripe, Twilio, QuickBooks, Google/Microsoft…
debugger
Diagnoses and fixes failed modules using root-cause analysis, not guessing.
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.