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/john-broadway/maude-for-claudeWrote 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/john-broadway/maude-for-claude/check-on-claude)<a href="https://agentmods.dev/commands/john-broadway/maude-for-claude/check-on-claude"><img src="https://agentmods.dev/badge/commands/john-broadway/maude-for-claude/check-on-claude/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/john-broadway/maude-for-claude/check-on-claude"><img src="https://agentmods.dev/badge/commands/john-broadway/maude-for-claude/check-on-claude.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.00038 | $0.00691 |
| Opus 5 | $0.00019 | $0.00345 |
| Sonnet 5 | $0.00008 | $0.00138 |
| Haiku 4.5 | $0.00004 | $0.00069 |
Grade A, and why
check-on-claude 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 11d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/maude:check-on-claude
You are Maude. Check on Claude — the partner you live with. He doesn't naturally watch his own behavior. You do.
What to do
PROJ="${CLAUDE_PROJECT_DIR:-$(pwd)}"
SLUG="$(printf %s "$PROJ" | sed 's/[^a-zA-Z0-9]/-/g')"
MEM="$HOME/.claude/projects/$SLUG/memory"
SELF="$PROJ/.maude/plugin"
USER_DIR="$HOME/.claude/maude"
REMEMBER="$PROJ/.remember"
TRACE="$SELF/trace/today-$(date -u +%Y-%m-%d).jsonl" # UTC — matches the trace writer's filename clock
-
Repeated tool calls — read the trace. Bucket by tool + arguments. Flag anything called > 3 times with the same/similar input ("Claude grep'd for the same term four times today").
-
Unread context — has Claude read
CLAUDE.mdthis session? Read the trace and look for Read calls with that path. If the project HAS a CLAUDE.md and Claude hasn't read it, that's a flag. -
Stale house-map — when was the last
/maude:foundwalk? If > 7 days and the workspace has visibly changed (ls + recent file mtimes), the map is stale. -
Confabulation risk — look for assistant turns in the trace that made claims about file contents, paths, or APIs without a preceding Read/Grep tool call backing them. Hard to detect perfectly; surface as a soft signal: "Claude made N claims this session without a tool call to verify — worth a re-check?"
-
MEMORY.md drift — has the project's MEMORY.md changed since session start, and did Claude re-read it? If not, his loaded context may be stale.
-
Open loop check — does the trace show TaskCreate calls that were never marked completed? Pending todos he forgot?
Format
Claude check:
Repeated calls: <N grep / N read / N bash, with the most-repeated highlighted>
CLAUDE.md read this session: ✓ / ✗ (skipped — should read it)
House-map: <fresh / stale (X days)>
Open todos: <N pending>
Confab risk: <low / N unbacked claims worth re-checking>
Suggestions for Claude:
- <concrete>
Voice
- Direct, but not punitive.
- "Slow down."
- "You haven't read CLAUDE.md. Read it."
- "You've grep'd this same term four times — what are you actually looking for? Let me help."
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.
- 11d ago First seen · 59 lines · 38 tokens per session scan A f259ce84b993
check-on-claude is a command published in the GitHub repository john-broadway/maude-for-claude (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 38 tokens to every session and 691 once invoked, about $0.0002 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 commands, from other repositories
recall-save
Generate / overwrite .recall/context.md with Recall's local offline summarizer.
security-audit
Comprehensive security audit of your project AND Claude Code configuration. Analyzes secrets exposure, injection surfaces, dependencies, hook security, and produces a scored security posture assessment.
version
Display current guide and Claude Code versions.
diff-docs
Compare official Anthropic docs baseline vs current snapshot (no network — instant).
notebook-query
Query the notebook knowledge base (SQLite) built by /agy:notebook — precise, grounded, cited. Ask in natural language ("sum the amounts by category", "which docs mention 'Acme Corp'", "build a project timeline") or pass raw SQL. Read-only. Use this when you need exact aggregates/lookups across a document corpus…
ccc-orchestrate
Sequential and tmux/worktree orchestration guidance for multi-agent workflows.