/install agent-memory-ops
Agent Memory Ops
Use this skill when you need to keep an agent's memory layer healthy instead of letting MEMORY.md rot.
What it does
- scans
MEMORY.md+memory/*.md - detects duplicate / near-duplicate bullets
- extracts memory candidates from recent daily notes
- surfaces active follow-ups / TODOs
- filters obvious secrets from suggested memory output
- produces a concise maintenance report you can act on
Good use cases
- "帮我整理 MEMORY.md"
- "检查记忆层有没有重复和过期信息"
- "把最近几天的重要内容沉淀到长期记忆"
- "做一次 agent memory audit"
- "维护长期记忆 / daily memory / notebook memory"
Commands
Run 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
Recommended workflow
- Run
reportto see gaps, duplicates, and follow-ups. - Run
digeston the last 5-7 daily notes. - Promote only durable facts into
MEMORY.md. - Keep volatile chatter in daily notes.
- Never copy secrets into curated memory unless the user explicitly asks.
Output policy
- Prefer
--format markdownfor human review. - Prefer
--format jsonwhen another tool or script will consume the result. - The script intentionally redacts / skips likely secrets from digest suggestions.
References
references/playbook.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-memory-ops - After installation, invoke the skill by name or use
/agent-memory-ops - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Memory Ops?
Audit and maintain OpenClaw-style long-term memory. Use for MEMORY.md cleanup, daily-note digestion, duplicate detection, stale-memory review, and promoting... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install Agent Memory Ops?
Run "/install agent-memory-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Memory Ops free?
Yes, Agent Memory Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Memory Ops support?
Agent Memory Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Memory Ops?
It is built and maintained by Orime (@orime); the current version is v0.1.1.