enhanced-memory
SKILL.md
Enhanced Memory
A structured memory system that gives your OpenClaw agent organized, searchable, long-lived memory instead of a single monolithic MEMORY.md.
Why?
The default MEMORY.md approach hits a wall fast:
- One file grows endlessly → slow to read, expensive on tokens
- No categorization → food logs mixed with project notes mixed with relationship context
- No retrieval strategy → agent re-reads everything or misses what matters
- No lifecycle → old entries clutter active memory forever
Tagged Memory fixes all of this.