Install
openclaw skills install context-slimmerAudit and slim down always-loaded context files (AGENTS.md, TOOLS.md, USER.md, MEMORY.md, HEARTBEAT.md, SOUL.md, IDENTITY.md). Use when asked to reduce token usage, audit context files, optimize context window, or slim down workspace files. Measures current token cost and identifies what to move, remove, or compress.
openclaw skills install context-slimmerAudit workspace files that load into every message and reduce their token footprint.
# Measure current context cost
bash scripts/measure.sh
# Full audit (outputs recommendations)
bash scripts/measure.sh --audit
For each always-loaded file, evaluate:
| File | Target |
|---|---|
| AGENTS.md | < 500 tokens |
| TOOLS.md | < 500 tokens |
| USER.md | < 700 tokens |
| MEMORY.md | < 400 tokens |
| HEARTBEAT.md | < 400 tokens |
| SOUL.md | < 250 tokens |
| IDENTITY.md | < 50 tokens |
| Total | < 2,800 tokens |
Report: current size, projected size, savings per file. Include specific recommendations grouped by move/remove/compress.