From token-saver
Configures token-saving tools (rtk, caveman, graphify, context-mode) globally or per project. Allows auditing and calculating the token savings obtained.
How this skill is triggered — by the user, by Claude, or both
Slash command
/token-saver:token-saverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill guides and performs the installation and configuration of tools optimized to reduce token consumption (input/output) and context compression in coding LLMs (Claude Code, Codex, OpenCode, Agy).
This skill guides and performs the installation and configuration of tools optimized to reduce token consumption (input/output) and context compression in coding LLMs (Claude Code, Codex, OpenCode, Agy).
The configurable tools are:
rtk:
rtk gainrtk gain --historycaveman:
graphify:
graphify-out/ directly, consuming less than 1k tokens.context-mode:
When this skill is activated:
Ask User (Iterative): Ask the user for each tool if they want to install/configure it, and the scope of the installation:
Run Setup Script:
Run the helper script skills/token-saver/scripts/setup-token-saving.sh (with BypassSandbox when necessary) to perform actions based on the user's selection.
Confirm and Teach: Display a summary of what was configured and quick usage instructions (command cheat-sheet) for each activated tool.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin token-saverExplains TokenStack, the built-in compression proxy that reduces Claude Code tool output before it reaches the Anthropic API, saving tokens and extending context window capacity.
Reduces LLM token consumption by 60-90% on common dev commands using a Rust CLI proxy. Installs as a hook for Claude Code, Cursor, and other AI coding tools.
Applies token optimization rules to reduce context usage and response length. Always active, it minimizes file reads, avoids preamble, and batches tool calls.