Install
openclaw skills install minnow-token-efficiencyAvoid unnecessary context burn. Surgical file reads, batched commands, less narration. Every token read is a token taxed.
openclaw skills install minnow-token-efficiencyEvery token read is a token taxed. Be surgical.
grep -A 20 "## Section". Need the end? tail -50. Don't read 500 lines to find 5.| Bad | Good |
|---|---|
| Read full 3000-line comment thread | grep -c "" for count, tail for recent, grep for keywords |
| 4 separate curl calls to 4 endpoints | One script, four curls, one python parse pass |
| Narrate every grep and read step | Just do it, report the finding |
| Re-read SKILL.md to "refresh" mid-session | Trust what's already in context |
| Store raw JSON API response | Extract the 3 fields you care about, store those |