Honey Compress SKILL.md
A OpenClaw SKILL.md - Rewrite a memory or context file (CLAUDE.md, AGENTS.md, notes) into Honey-terse form to cut per-session input tokens. Backs up first.
Green-PT
@Green-PT
Install
$ openclaw skills install @Green-PT/honey-for-devs--honey-compressHoney Compress
Apply Lever 2 to a file the agent re-reads every session. The cheapest token is the one not re-sent — a one-time rewrite that saves on every future load.
Do
- Back up first. Copy
FILE→FILE.original.md. If that backup already exists, stop and ask — never clobber a restore point. If no backup can be written, refuse. - Rewrite the prose tersely — drop wind-up, hedging, narration, and redundancy; fragments over paragraphs; merge guidance that repeats.
- Preserve every distinct instruction — terser words, identical rules. If unsure whether a line changes behavior, keep it verbatim.
- Report original vs new line/byte count and the backup path.
Keep exact — never compress
- Code blocks, commands, paths, identifiers, versions.
- Any load-bearing directive — MUST/NEVER rules, and anything touching auth, secrets, money, migrations, or deletes. Compressing an instruction that changes behavior moves cost, it doesn't remove it.
Don't
- Don't touch code, config, or data files — prose context only.
- Don't merge two rules into one if they differ in effect.
- Don't compress a file you can't back up.
Boundaries
Reversible by design — FILE.original.md is the restore path. Verify the rewrite still carries every rule before reporting done.
Top skills in this category
Solve SKILL.md
@RTGS2017A OpenClaw SKILL.md - 问题解决技能。针对用户描述的具体问题,提供分步骤的解决方案。适用于技术问题、日常疑难、学习困惑等场景。
Tock SKILL.md
@kriuchkovA OpenClaw SKILL.md - Command-line time tracking via the `tock` CLI. Use when the user wants to start or stop tracking, inspect the current timer, review recent activities, or export daily activity data in machine-readable JSON.
Honey Hive SKILL.md
@Green-PTA OpenClaw SKILL.md - Delegate search- and review-heavy work to Honey's read-only subagents so large reads return compressed instead of bloating context.