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.

  1. Tell the user: "Your tasks.md is empty. Let me scan your recent work history and build your memory from scratch."
  2. Read MEMORY.md + most recent session history (openclaw sessions list --limit 1)
  3. Extract in-progress tasks, statuses, next steps
  4. Present to user for confirmation — never write without approval
  5. On confirmation → write to memory/tasks.md
  6. 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:

  1. Append memory management section to AGENTS.md
Installs
9
First Seen
Apr 8, 2026