claw-compactor
Compress LLM prompts and agent memory to cut token costs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Claw Compactor?โผ
Run `npx skills add aeromomo/claw-compactor --all -g -y` in your terminal to install the full skill suite globally.
How to reduce LLM token costs?โผ
Claw Compactor runs your prompts and workspace files through 14 compression stages, cutting token usage by 15-82% while keeping the content readable for the model.
Does compression lose important information?โผ
No. It uses reversible compression with a rewind store, so the AI can retrieve any original section on demand, and code identifiers are never altered.
What is Engram observational memory?โผ
Engram is a live memory layer that watches agent conversations and compresses them into priority-tagged summaries, giving long-running agents persistent long-term context.
Does Claw Compactor work with OpenClaw agents?โผ
Yes. It ships as a standard SKILL.md skill that OpenClaw agents trigger automatically on phrases like compress memory or save tokens.
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