From tldr
Shows real token usage and estimated savings for the current Claude Code session by reading the session log directly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tldr:tldr-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is delivered by `hooks/tldr-stats.js` (read by `hooks/tldr-mode-tracker.js` on `/tldr-stats`). The model does not need to do anything when this skill fires — the hook returns `decision: "block"` with the formatted stats as the reason. The user sees the numbers immediately.
This skill is delivered by hooks/tldr-stats.js (read by hooks/tldr-mode-tracker.js on /tldr-stats). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.
npx claudepluginhub jqbit/tldr --plugin tldrDisplays real token usage and estimated cost savings for the current Claude Code session by reading session logs directly. Invoke via /pordee-stats for accurate, non-AI computed stats.
Shows real token usage and estimated savings for the current Claude Code session by reading the session log directly. Triggered via `/caveman-stats`.
Displays real token usage and estimated savings for current Claude Code session from session logs—no AI estimation. Invoke via `/genshijin-stats` for session stats, `--all` lifetime totals, `--share` summaries, or `--since` periods.