Install
openclaw skills install agent-memory-opsAudit and maintain OpenClaw-style long-term memory. Use for MEMORY.md cleanup, daily-note digestion, duplicate detection, stale-memory review, and promoting durable facts from memory/YYYY-MM-DD.md into curated memory.
openclaw skills install agent-memory-opsUse this skill when you need to keep an agent's memory layer healthy instead of letting MEMORY.md rot.
MEMORY.md + memory/*.mdRun from the workspace root that contains MEMORY.md and memory/.
python3 {baseDir}/scripts/memory_ops.py report --root .
python3 {baseDir}/scripts/memory_ops.py dedupe --root .
python3 {baseDir}/scripts/memory_ops.py digest --root . --days 7
python3 {baseDir}/scripts/memory_ops.py digest --root . --files 5 --format json
report to see gaps, duplicates, and follow-ups.digest on the last 5-7 daily notes.MEMORY.md.--format markdown for human review.--format json when another tool or script will consume the result.references/playbook.md