RTK (Rust Token Killer)

Command-line proxy (a single Rust binary, zero dependencies) that compresses shell command output before it reaches your agent context. The principle: when Claude Code runs `git log`, `pytest` or `tsc`, the raw output weighs thousands of tokens of which the agent uses a fraction. RTK filters and condenses that output on the fly (100+ commands covered) with under 10 ms overhead. It installs with one curl command, then `rtk init -g` sets a Claude Code hook that automatically rewrites Bash commands to their rtk equivalents. Claims 60 to 90% fewer tokens on common dev commands.

Strengths

Limitations

Best for

Official site

View on Coeurdar