wet
Compresses stale tool results to reclaim context tokens
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install wet?โผ
Run `npx skills add buildoak/wet --all -g -y` in your terminal to install the skill globally. You also need the wet Go binary, available via Homebrew with `brew tap buildoak/tap && brew install wet`.
What problem does wet solve?โผ
It removes stale tool results like old git status outputs and test logs that bloat your context window and trigger premature auto-compaction. Sessions stay lean and token costs drop across long coding runs.
How does wet compress context?โผ
A local Go proxy intercepts API requests and compresses stale tool results using fast deterministic rules for common tools like git, pytest, and npm. For agent returns and file reads, a subagent writes dense summaries that cut 80-90% of tokens.
Does wet work with Claude Code?โผ
Yes. Launch sessions with `wet claude` and the proxy sits transparently between Claude Code and the API, with a live statusline showing context fill and savings.
Is my important context safe from compression?โผ
Yes. Error results, recent turns, identity files, and pinned items are never compressed, and file reads require your explicit opt-in before any changes apply.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core