Token Saver Stats banner
ppgranger ppgranger

Token Saver Stats

Development community

Description

--- name: stats description: "Show token-saver compression statistics and savings" --- Run the token-saver stats command to display savings: ```bash token-saver stats ``` If the `token-saver` CLI is not in PATH, use the bundled wrapper script (not `src/cli.py` directly — it imports via the `src` package and needs the repo root on `sys.path`, which only `bin/token-saver` sets up): ```bash python3 "${CLAUDE_PLUGIN_ROOT}/bin/token-saver" stats ``` Present a summary of tokens saved in the curre

Installation

Installs to ~/.claude/skills/ppgranger-token-saver-token-saver-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ppgranger-token-saver-token-saver-stats && curl -fsSL https://raw.githubusercontent.com/ppgranger/token-saver/HEAD/commands/token-saver-stats.md -o ~/.claude/skills/ppgranger-token-saver-token-saver-stats/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository