memory-keeper
SKILL.md
Memory Keeper
Core goal: After /new, the AI picks up exactly where you left off — no re-explaining needed.
Part 0: First-Run Initialization
Trigger: memory/tasks.md exists but is empty.
- Tell the user: "Your tasks.md is empty. Let me scan your recent work history and build your memory from scratch."
- Read
MEMORY.md+ most recent session history (openclaw sessions list --limit 1) - Extract in-progress tasks, statuses, next steps
- Present to user for confirmation — never write without approval
- On confirmation → write to
memory/tasks.md - If nothing found → ask user what they're working on
Post-Install Setup (one-time)
See references/install-snippets.md for the three things to set up:
- Append memory management section to
AGENTS.md