receipts

receipts is a skill for Claude Code, Codex from karanb192/claude-code-hooks. It costs 23 tokens per session (254 once invoked), scanned B, original, MIT.

A report that tracks how your coding model performs across recent work, including failures, unnecessary edits, and token use.

In plain words
What is it for?
Use it to review model trends and see whether a model or Claude Code version is associated with different results.
Why use it?
It gives you evidence about changes in model quality instead of relying on impressions. The data is collected from your recent Claude Code sessions.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the nerf-receipts plugin — 1 skill shipped together

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 skills/karanb192/claude-code-hooks/receipts
Any agent
npx skills add karanb192/claude-code-hooks --skill receipts
Clone the repo
git clone --depth 1 https://github.com/karanb192/claude-code-hooks

Made for: Claude Code, Codex.

Or install nerf-receipts, the plugin that ships this one along with the rest of its 1 skill.

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 receipts

README.md
[![agentmods](https://agentmods.dev/badge/skills/karanb192/claude-code-hooks/receipts.svg)](https://agentmods.dev/skills/karanb192/claude-code-hooks/receipts)
Your own site
<a href="https://agentmods.dev/skills/karanb192/claude-code-hooks/receipts"><img src="https://agentmods.dev/badge/skills/karanb192/claude-code-hooks/receipts.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 254 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 $0.00023 $0.00254
Opus 5 $0.00012 $0.00127
Sonnet 5 $0.00005 $0.00051
Haiku 4.5 $0.00002 $0.00025

Measured 4d ago against content hash 6ba5de4e82ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

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

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

re-run any commands.
plugins/nerf-receipts/skills/receipts/SKILL.md · 21 lines

What it actually says

Nerf receipts: your model-quality trend card

!node "${CLAUDE_SKILL_DIR}/../../nerf-receipts.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/nerf-receipts.js" --render

The card above is your own per-session flight recorder, aggregated across your recent Claude Code sessions and keyed by model id and Claude Code version: failure rate, edit churn, and tokens per task, each with a sparkline. It is recorded quietly in the background by the nerf-receipts hooks as you work.

Briefly interpret it for the user: call out the headline averages, and if a ⚠ shift line is present, restate which metric moved, by how much, and across which model change; that is the receipt that a quality shift is real, not a vibe. If the card says data is still accumulating, tell them to keep working and check back after a few more sessions. Keep it short and do not re-run any commands.

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 · 21 lines · 23 tokens per session scan B 6ba5de4e82ae

Subscribe to this mod's changes

receipts is a skill published in the GitHub repository karanb192/claude-code-hooks (498 stars, last pushed 11d ago), licensed MIT. It adds 23 tokens to every session and 254 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

system-audit

Periodic evidence-based self-audit of the whole agent system — the orchestrator, its docs/SSOTs, rules, memory, subagents, tools, infra and the work it claims to have delivered — followed by immediate cheap-safe fixes and a ranked backlog. Use when the user says 'аудит системы', 'проверь себя', 'самопроверка', 'system…

awrshift/claude-memory-kit · 225 tokens

session-review

End-of-session adversarial review loop. Assemble the session's work into a role-assigned, self-contained brief, then run independent reviewers in parallel — an isolated code-reader (the idea-validator agent) that reads the ACTUAL files and web-checks technology currency, plus an external-family model if you have one …

awrshift/claude-memory-kit · 149 tokens

close-session

End-of-session ritual — audit today's patterns against accumulated memory, propose promotions, refresh MEMORY.md, and write the session handoff. Use when the user says "/memory-kit:close-session", "закрой сессию", "закрываем", "we're done for today", "wrap up".

awrshift/claude-memory-kit · 64 tokens

memory-audit

Audit MEMORY.md against the memory discipline — oversized sections, settled multi-session patterns that belong in knowledge/concepts/, stacked chronicle blocks, stale entries. Produces a move plan as a table for approval, then executes the approved moves atomically. Use when the SessionStart hook reports a tripped…

awrshift/claude-memory-kit · 119 tokens

second-opinion

Cross-check the agent's own answer with independent reviewers before bringing it to the user. Use when the user says 'second opinion', 'sanity check', 'cross-check', 'am I missing something', 'stress-test', 'devil's advocate', 'run a full review', 'this is important', 'high-stakes', 'help me choose between', 'critique…

awrshift/claude-memory-kit · 130 tokens

qa-sweep

Run a multi-lens agent QA sweep of the RUNNING product: spawn qa agents (one per lens — user-flow · edge-state · honesty · contract · ux-critique), collect their structured findings, integrator-verify the load-bearing ones, and land verified findings as backlog tickets + a run record in the project's qa/ folder. Use…

awrshift/claude-memory-kit · 199 tokens