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 skills/gusto/baerly-storage/verificationnpx skills add Gusto/baerly-storage --skill verificationgit clone --depth 1 https://github.com/Gusto/baerly-storageWrote 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/skills/gusto/baerly-storage/verification)<a href="https://agentmods.dev/skills/gusto/baerly-storage/verification"><img src="https://agentmods.dev/badge/skills/gusto/baerly-storage/verification.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.00087 | $0.00448 |
| Opus 5 | $0.00044 | $0.00224 |
| Sonnet 5 | $0.00017 | $0.00090 |
| Haiku 4.5 | $0.00009 | $0.00045 |
Grade A, and why
verification 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
Verification, in full
CLAUDE.md carries the commands an agent runs in-loop. Everything else lives
here. Read only the file you need — each is self-contained.
- reference/commands.md — the full command table:
every
verify:*sub-check, the infra-gated and credentialed test suites,test:mutate,model:multilevel,freeze:fold-stage0, allbench:*, thebaerlydeploy/doctor/export/inspect/admin surfaces,test:manual-e2e, and the publisheddist/API.md+dist/CHANGELOG.mdreferences. - reference/test-gating.md — why a suite
skipped: the
MINIO=1/ credentials / Postgres /cloudflare-poolgates, the fourrandomized.test.tsstorage variants, and the always-green pure-unit list.
Standing rules
Both apply for the rest of the session, not just the turn that loaded this.
- Don't pipe
verify:agent/test:agent/bundle-sizesthroughtail/head— they are already compact, and empty output means the gate passed. - Never call
vitestviapnpm exec vitestor./node_modules/.bin/vitest; both skip thepretestbuild hook and leavedist/stale.test:agentdoes not rebuilddist/either — runpnpm buildfirst when a test consumes it.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 32 lines · 87 tokens per session scan A bac7276b81c9
verification is a skill published in the GitHub repository Gusto/baerly-storage (23 stars, last pushed 2d ago), licensed Apache-2.0. It adds 87 tokens to every session and 448 once invoked, about $0.0004 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 skills, from other repositories
butterbase
AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway.
build-app
Use when building a new Butterbase app from scratch, creating a full-stack application, or when the user asks to set up a complete backend with database, auth, and deployment.
debug-rls
Use when users report access denied errors, see wrong data, RLS policies are not working, or when troubleshooting Row-Level Security issues in Butterbase.
run402
Provision Postgres + REST API + auth + content-addressed storage + serverless functions + email — paid with x402 USDC on Base. Prototype tier is free on testnet. Use when the user asks to build a webapp, deploy a site, create a database, generate images, or mentions Run402.
run402-buzz
Complete Run402 onboarding for a managed Buzz agent with a dedicated wallet/public identity link, report independent human-adoption and community-installation state, offer bounded per-agent enrollment before provisioning, and stop only at a real approval or repair boundary. Use when a managed Buzz user says "install…
bugs
Automated bug triage and fix pipeline. Fetches open GitHub Issues, performs root cause analysis, writes failing tests, fixes bugs in isolated worktrees, and publishes. Use when the user says /bugs, "check for bugs", "triage bugs", or "fix reported issues".