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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install atomic-memory-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/atomic-memory-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。
如何安装 Atomic Memory Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install atomic-memory-manager」即可一键安装,无需额外配置。
Atomic Memory Manager 是免费的吗?
是的,Atomic Memory Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Atomic Memory Manager 支持哪些平台?
Atomic Memory Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Atomic Memory Manager?
由 omaression(@omaression)开发并维护,当前版本 v1.0.0-alpha。