Dashboard and terminal for RTK — the CLI proxy that cuts LLM token usage by 60–90% on common dev commands, directly inside VS Code.
What is RTK?
RTK (Rust Token Killer) is a lightweight CLI proxy that intercepts commands run by AI coding assistants and rewrites them to produce far more compact output. Instead of cargo test dumping thousands of lines, rtk cargo test emits only failures and a summary.
This extension puts RTK's analytics and command runner inside your editor, so you can see your savings without leaving VS Code.
Features
⚡ Analytics Dashboard
Token savings cards — total tokens saved, average savings %, commands optimized
Interactive SVG chart — daily / weekly / monthly savings over time with hover tooltips
Auto-loads on open — data refreshes every time you switch to the Dashboard tab
🔍 Optimization Opportunities
Lists commands that ran without RTK optimization
Shows potential savings per command and frequency
🔗 Hook Status
Verifies that RTK hooks are correctly installed for your AI agent (Claude Code, Cursor, Copilot, etc.)
Shows rtk verify output with a clear pass/fail indicator
$ Terminal
Run any RTK or shell command with one click
Command cards show a short description of what each command does
Groups: Files, Git, Analytics
Sidebar shortcuts
Jump to any tab from the RTK activity bar icon
Quick commands for the most common operations
Requirements
You need RTK installed and accessible in your shell: