verify

verify is a command for Claude Code from bakabaka91/claude-baton. It costs 0 tokens per session (290 once invoked), scanned B, original, MIT.

A verification checklist for the Claude Baton project, covering installation, setup, hooks, memory extraction, search, summaries, and dead-end warnings. It requires each check to be reported as passed, failed, or skipped with details.

In plain words
What is it for?
Use it to verify package installation, SQLite setup, hook configuration, memory features, search, documentation syncing, and summary generation.
Why use it?
It turns a broad acceptance test into a fixed list of observable checks. This makes it clearer which parts work and which require a live Claude Code session.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Install

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.

agentmods
npx agentmods add commands/bakabaka91/claude-baton/verify
Clone the repo
git clone --depth 1 https://github.com/bakabaka91/claude-baton

Made for: Claude Code.

Wrote 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.

agentmods badge for verify

README.md
[![agentmods](https://agentmods.dev/badge/commands/bakabaka91/claude-baton/verify.svg)](https://agentmods.dev/commands/bakabaka91/claude-baton/verify)
Your own site
<a href="https://agentmods.dev/commands/bakabaka91/claude-baton/verify"><img src="https://agentmods.dev/badge/commands/bakabaka91/claude-baton/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 290 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00290
Opus 5 $0.00000 $0.00145
Sonnet 5 $0.00000 $0.00058
Haiku 4.5 $0.00000 $0.00029

Measured 4d ago against content hash 929360e55e98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

verify scanned grade B with 1 finding 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 4d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

3. **Hook config:** Does setup add hooks to `~/.claude/settings.json`?
.claude/commands/verify.md · 26 lines

What it actually says

Run through the acceptance verification checklist from PLAN.md.

Verification Checklist

Test each item and report PASS/FAIL with details:

  1. Package install: Can npm pack && npm install -g *.tgz succeed from the project root?
  2. Setup: Does claude-baton setup create ~/.claude-baton/ and init SQLite?
  3. Hook config: Does setup add hooks to ~/.claude/settings.json?
  4. Memory extraction: Start a session → Stop → are memories in SQLite?
  5. Search: Does claude-baton search "test query" return relevant results?
  6. CLAUDE.md sync: Does the managed block show constraints before decisions?
  7. Dead end check: Does check_dead_ends("approach X") warn about known dead ends?
  8. Daily summary: Does daily_summary() generate a coherent summary?

For items that can't be tested yet (requires running MCP server with Claude Code), note them as SKIP with reason.

Report format

[PASS] 1. Package install — installed successfully
[FAIL] 2. Setup — ~/.claude-baton not created (error: ...)
[SKIP] 4. Memory extraction — requires live Claude Code session

Summary: X/8 PASS, Y/8 FAIL, Z/8 SKIP

Changes

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.

  1. 4d ago First seen · 26 lines · 0 tokens per session scan B 929360e55e98

Subscribe to this mod's changes

verify is a command published in the GitHub repository bakabaka91/claude-baton (25 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 290 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.