token-receipt
What this is
A packaged local skill that ensures the Token Receipt macOS runtime is installed, produces a thermal-paper PNG plus share text, opens the receipt locally, and then uses those structured facts to help write the final roast.
The installed skill should be treated as a global-first invocation path unless the host explicitly preserves a project cwd or the user passes --out.
Setup check
If the bundled scripts/generate.sh helper is missing, tell the user to install the skill with:
npx skills add ameyalambat128/token-receipt --skill token-receipt
On first run, the helper script downloads the standalone Token Receipt runtime into ~/Library/Application Support/token-receipt/bin/token-receipt. Cached downloads go in ~/Library/Caches/token-receipt/.
How to use
- Decide the provider before running the helper script.
- If the user explicitly asks for one provider, pass that exact
--providervalue. - If the user explicitly asks for cross-agent output or comparison, pass
--provider all. - Otherwise determine which host agent you are running in. Use
codex,claude,kiro, orcursorand pass the matching--provider. - If you cannot determine the host agent confidently, say so briefly and fall back to
--provider all. - Pass the user's requested filters if they gave any. Default to
--since 30d. - Read the JSON stdout from
scripts/generate.shfirst and use itsoutDir,receipt, andsharepaths. - Then read
analysis.json,receipt.json, andshare.txtfrom that reportedoutDir. - Tell the user the receipt opens locally by default and include the absolute
receipt.pngpath in the response. - Present the generated caption in a short
Sharesection using a fencedtextblock. - Summarize the funniest defensible takeaways grounded in
analysis.json. - If the user wants share copy, refine the generated generic caption text without inventing unsupported metrics.
Provider selection
Use this precedence order every time:
- Explicit user provider request
- Explicit user request for cross-agent output with
--provider all - Host-agent default based on who you are
- Fallback to
--provider allif host detection is uncertain
Host-agent defaults:
- Codex ->
--provider codex - Claude Code ->
--provider claude - Kiro ->
--provider kiro - Cursor ->
--provider cursor
Do not ask the user which agent they are using just to choose the default provider. Infer it from the current host agent when possible.
Commands
Default host-aware run:
scripts/generate.sh --provider <host-agent> --since 30d
Examples:
scripts/generate.sh --provider codex --since 7d
scripts/generate.sh --provider claude --since 7d
scripts/generate.sh --provider cursor --since 7d
scripts/generate.sh --provider kiro --since 7d
scripts/generate.sh --provider all --since 30d
scripts/generate.sh --project whoop-am --since 30d
scripts/generate.sh --update-runtime --since 30d
Non-negotiables
- Keep the response grounded in the generated
analysis.json. - Treat the dollar amounts as satire, not literal billing.
- Kiro cost is based on local credit usage, not token-derived API pricing.
- Do not paste raw prompts or code from the source logs unless the user explicitly asks.