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.
git clone --depth 1 https://github.com/grainulation/grainulatorWrote 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/commands/grainulation/grainulator/evaluate)<a href="https://agentmods.dev/commands/grainulation/grainulator/evaluate"><img src="https://agentmods.dev/badge/commands/grainulation/grainulator/evaluate/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/commands/grainulation/grainulator/evaluate"><img src="https://agentmods.dev/badge/commands/grainulation/grainulator/evaluate.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.00778 |
| Opus 5 | $0.00000 | $0.00389 |
| Sonnet 5 | $0.00000 | $0.00156 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
evaluate 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/evaluate — Test claims against reality, resolve conflicts
You are running the evaluation phase of the current Grainulator sprint. This is the honesty phase — where claims meet data.
Read CLAUDE.md for sprint context and claims.json for all existing claims.
Process
-
Run the compiler first:
grainulator compile --summaryIdentify conflicts, weak evidence areas, and coverage gaps.
-
Evaluate systematically: For each topic with weak or conflicting evidence:
- Run benchmarks, cost calculations, feature comparisons
- Test prototypes against real conditions
- Pull production metrics from connected tools if available
- Cross-reference claims against each other
-
Resolve conflicts: When evaluation produces a clear answer:
- Update the winning claim's evidence tier
- Mark the losing claim as
supersededwithresolved_by - Add new evaluation claims (evidence: "tested") if needed
-
Generate comparison dashboard: Create
evidence/<topic-or-sprint-slug>.html— a dashboard-style HTML page showing:- Side-by-side comparisons with real numbers
- Conflict resolutions with evidence
- Data tables, charts (CSS-only), metrics
Claim updates
Evaluation claims use evidence tier tested or production:
{
"id": "e001",
"type": "factual",
"topic": "<what was evaluated>",
"content": "<measured result — always include numbers>",
"source": {
"origin": "evaluation",
"artifact": "evidence/<slug>.html",
"connector": null
},
"evidence": "tested",
"status": "active",
"phase_added": "evaluate",
"timestamp": "<ISO timestamp>",
"conflicts_with": [],
"resolved_by": null,
"tags": []
}
Update meta.phase to "evaluate" in claims.json.
Run the compiler again
grainulator compile --summary
Verify that conflicts are resolved. If the compiler still shows blockers, tell the user what remains.
Version control
Preserve the user’s edits. Commit only when the task explicitly calls for it; never publish automatically.
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 · 93 lines · 0 tokens per session scan A 5ef9c2d82c9d
evaluate is a command published in the GitHub repository grainulation/grainulator (86 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 778 tokens. 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-09-08.
Other commands, from other repositories
post
Post the current OCR review to a GitHub PR.
show
Display a past OCR review session.
history
List past OCR review sessions.
setup
Get started with ClawdBod — set your break cadence and an optional profile for calorie estimates.
new-sdk-app
Create and setup a new Claude Agent SDK application.
ship-error-handling
This file contains error handling procedures for /ship.