Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Aggregate TokenWise routing data over a time window (default: last 7 days). Shows trend, top task classes, and cumulative savings. Use when the user asks "show me my weekly/monthly savings", "how am I doing on tokenwise", or runs /tokenwise:summary.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -26% | 0% |
Aggregate .tokenwise/log.ndjson over a time window.
--week (default) — last 7 days--month — last 30 days--all — entire log--days <N> — last N days--out <path> — write the report to a markdown file instead of stdout--json — output JSON instead of text./.tokenwise/log.ndjson (or the path the user provides)now - <days>*86400ts > cutoff--week or --days <≤14>): per-day cost + savings bar chart in plain textTokenWise Summary — last <N> days
==================================
Sessions: <count>
Tasks routed: <count>
Total spent: $<total>
Baseline: $<baseline>
Savings: $<savings> (<pct>%)
Per model:
Haiku <count> tasks $<cost> (<pct>%)
Sonnet <count> tasks $<cost> (<pct>%)
Opus <count> tasks $<cost> (<pct>%)
Top task classes:
<class> <count> tasks avg cost $<avg> model: <dominant>
...
Daily trend (cost):
Mon ███████░░░ $4.21
Tue ███░░░░░░░ $1.82
Wed ████████░░ $5.04
...--out <path> was provided, write the markdown version of the report to that path. Use a proper markdown table for the trend section.--json, dump the aggregated data structure as pretty-printed JSON.Note: too few sessions for meaningful trend data./tokenwise:report uses.Read, Bash (for jq aggregation if helpful), Write (for --out).
Other measured skills in the registry, with their headline benchmark lift.