/ashlr-savings
Show estimated tokens and cost saved by the ashlr-plugin this session and lifetime.
When to use
Any time you want to see the ledger. Run at the end of a session to get a clean summary. The status line shows a live counter, but this skill shows the full breakdown.
What it does
Reads ~/.ashlr/stats.json and renders:
- Session savings: tokens saved, cost saved, calls made, top tool
- Lifetime savings: total tokens, total cost, total calls, best day
- Per-project breakdown (top 5 by savings in the last 30 days)
- Calibration multiplier and which model it was measured on
Output
Savings methodology
Token counts are estimated using a byte-to-token ratio calibrated per model. The calibration runs automatically and adjusts the multiplier as it collects data. See Stats schema for the full accounting model.
"Why are my savings lower than the headline?"
A session can show small absolute savings even when every tool is wired correctly — usually because the work was small-file edits, ops-heavy Bash, or sub-agent driven. See How session savings are counted for the honest breakdown of what counts and what doesn't.
Related
/ashlr-dashboard— visual bar charts- How session savings are counted — what does and doesn't credit your ledger
- Stats schema — on-disk format of
~/.ashlr/stats.json