openclaw-mem
SKILL.md
OpenClaw Memory Curator
A session-first memory system for OpenClaw.
It exists for one reason: important knowledge must survive session compaction without bloating the context window.
TL;DR (for humans)
- Session memory = temporary (RAM)
- Disk = source of truth
- Decisions & preferences →
MEMORY.md - Daily work →
memory/YYYY-MM-DD.md - This skill saves durable knowledge before compaction
- Retrieval always happens via
memory_search→memory_get
If something matters later, write it to disk.