A CLI proxy skill designed to compress verbose terminal, build, and git outputs to minimize LLM token usage during agent executions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rtk-token-saver
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rtk-token-saver using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
RTK Token Saver is an advanced CLI proxy designed to filter and compress command-line output before it reaches your AI developer environment. By integrating this capability with Openclaw Skills, developers can drastically decrease token consumption when running common development operations. It serves as an intelligent intermediary that condenses directory listings, git diffs, searches, package manager outputs, test results, and server logs into compact representations.
This optimization prevents LLM context windows from being flooded with noisy, irrelevant data while still capturing critical diagnostic signals. By adopting this tool within the Openclaw Skills ecosystem, AI coding agents operate faster, cost significantly less, and maintain higher reasoning accuracy because they are not overwhelmed by verbose command-line noise.
Verify the availability of RTK on your system before enabling the skill:
# Check if RTK is installed in the current environment
which rtk
# Verify the installed version
rtk --version
# Grant the necessary permissions for RTK execution
rtk gain
If RTK is not detected, do not try to silently install it; fall back to scoped native commands and report the environment state.
RTK Token Saver does not maintain persistent databases but manages operational data structures dynamically to translate native commands to compressed outputs.
| Command Type | Raw Command Example | RTK Proxy Command |
|---|---|---|
| Directory Listing | ls -laR . |
rtk ls . |
| Code Search | grep -rn \"pattern\" . |
rtk grep \"pattern\" . |
| Version Control | git diff |
rtk git diff |
| Reading Files | cat path/to/large-file.ts |
rtk read path/to/file.ts |
| Test Suite execution | npm test |
rtk test npm test |
| Service Logs | docker logs <container> |
rtk docker logs <container> |
rtk read <file> -l aggressive for extreme token preservation.rtk smart to contextually extract the most important sections of large files.Loading
An automated workflow optimization skill designed to refactor bloated AGENTS.md and CLAUDE.md files into streamlined, high-performance instruction trees using progressive disclosure.

An automated workflow to provision, secure, and bootstrap WordPress on a fresh VPS using Dokploy and Docker Compose.

An interactive AI agent skill that guides users through Desmond and Mpho Tutu's Fourfold Path for healing, forgiveness, and personal reconciliation.

IdeaForge transforms vague ideas and raw coding concepts into zero-ambiguity, implementation-ready project specs tailored for human developers and downstream AI coding agents.

An automated skill to deploy Stalwart Mail Server on Dokploy with a Resend SMTP relay fallback for blocked port 25 environments.

An advanced prompt engineering skill that generates production-grade, highly controlled prompts for Midjourney and other major image models.








































