Atomic Memory Manager
/install atomic-memory-manager
Memory Management
Retrieve first. Write only what should persist.
Core model
MEMORY.md— curated long-term memorymemory/YYYY-MM-DD.md— daily notes and running contextmemory_search— find likely snippetsmemory_get— read exact lines needed
Retrieval
When user asks about prior work, decisions, dates, people, preferences, or todos:
memory_searchwith a tight, specific query.memory_getfor the needed lines only.- Answer from retrieved text, not guesswork.
- If results are weak or empty, say you checked.
Good queries: omar internship goal fall 2026, notion workspace page id
Bad queries: whole paragraphs, vague terms like memory
Writing
Write when user says "remember this," states a durable preference, or makes a decision that matters later.
| Destination | What goes there |
|---|---|
MEMORY.md |
Standing preferences, durable facts, recurring workflows, important long-term decisions |
memory/YYYY-MM-DD.md |
Day-to-day notes, progress, one-off events, session context |
Rules:
- smallest useful note
- concrete facts over commentary
- no secrets unless asked
- do not promise memory unless written
When not to use
Skip retrieval when the answer is in the current message or task is current-turn only. Skip writing when the fact is trivial, belongs in project docs, or is temporary scratch.
Answering rules
- Cite file path/line when useful
- Separate memory facts from inference
- Flag stale memory
- If unavailable, say so
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install atomic-memory-manager - After installation, invoke the skill by name or use
/atomic-memory-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Atomic Memory Manager?
Recall and write workspace memory for OpenClaw agents using MEMORY.md, memory/YYYY-MM-DD.md, memory_search, and memory_get. Use when the user asks about prio... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.
How do I install Atomic Memory Manager?
Run "/install atomic-memory-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Atomic Memory Manager free?
Yes, Atomic Memory Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Atomic Memory Manager support?
Atomic Memory Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Atomic Memory Manager?
It is built and maintained by omaression (@omaression); the current version is v1.0.0-alpha.