/install memory-memoria
Memory (Memoria)
Use this skill when OpenClaw should treat Memoria as the durable external memory system for the current user or project.
Routing
Pick the smallest reference that matches the task:
- Install or verify the OpenClaw plugin:
references/setup.md - Decide which memory tool to use:
references/tool-surface.md - Daily store, recall, correct, forget behavior:
references/operations.md - Session lifecycle, goals, recovery, branches, rollback:
references/patterns.md
Core Rules
- Prefer Memoria tools over
MEMORY.mdormemory/YYYY-MM-DD.mdunless the user explicitly asks for file-based notes. - Do not auto-store every turn. Save durable facts, preferences, decisions, workflows, and meaningful progress.
- On task resume or "what do you remember" prompts, retrieve relevant memory first.
- Use the most specific tool available:
memory_profilefor stable preferences,memory_storefor general durable memory,memory_correctormemory_forgetfor repairs. - Before bulk delete, purge, or large rewrites, create a snapshot first.
- Use branches for risky or reversible memory experiments, then diff and merge or delete.
- After important writes, repairs, rollback, or merges, verify with retrieval or list tools.
- Do not claim only
memory_searchormemory_getexist when othermemory_*tools are available.
Default Flow
- At conversation start or task resume, use
memory_retrieveormemory_searchfor relevant context. - During the conversation, store only the durable facts worth keeping.
- If the user corrects or removes memory, repair it immediately with
memory_correct,memory_forget, ormemory_purge. - For risky memory maintenance, create a snapshot or branch before mutating state.
- At the end of meaningful work, store the durable outcome and clean up obsolete working memory.
Important Notes
- OpenClaw's built-in file memory is separate from Memoria.
- The Memoria plugin defaults to explicit writes, not silent auto-capture.
memory_getis a compatibility helper; when in doubt, prefermemory_retrieve,memory_search, ormemory_list.- Memoria's core strengths are semantic retrieval, durable cross-session memory, snapshots, rollback, branches, merge, and governance.
Quick Start
openclaw plugins install @matrixorigin/memory-memoria
openclaw plugins enable memory-memoria
openclaw memoria install
openclaw memoria verify
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-memoria - After installation, invoke the skill by name or use
/memory-memoria - Provide required inputs per the skill's parameter spec and get structured output
What is Memory Memoria?
Use Memoria as OpenClaw's durable memory slot. Triggers: "remember this", "save to memory", "what do you remember", "continue from last time", "forget this",... It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install Memory Memoria?
Run "/install memory-memoria" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Memoria free?
Yes, Memory Memoria is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Memoria support?
Memory Memoria is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Memoria?
It is built and maintained by i.an (@randomradio); the current version is v0.2.0.