← 返回 Skills 市场
randomradio

Memory Memoria

作者 i.an · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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",...
使用说明 (SKILL.md)

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

  1. Prefer Memoria tools over MEMORY.md or memory/YYYY-MM-DD.md unless the user explicitly asks for file-based notes.
  2. Do not auto-store every turn. Save durable facts, preferences, decisions, workflows, and meaningful progress.
  3. On task resume or "what do you remember" prompts, retrieve relevant memory first.
  4. Use the most specific tool available: memory_profile for stable preferences, memory_store for general durable memory, memory_correct or memory_forget for repairs.
  5. Before bulk delete, purge, or large rewrites, create a snapshot first.
  6. Use branches for risky or reversible memory experiments, then diff and merge or delete.
  7. After important writes, repairs, rollback, or merges, verify with retrieval or list tools.
  8. Do not claim only memory_search or memory_get exist when other memory_* tools are available.

Default Flow

  1. At conversation start or task resume, use memory_retrieve or memory_search for relevant context.
  2. During the conversation, store only the durable facts worth keeping.
  3. If the user corrects or removes memory, repair it immediately with memory_correct, memory_forget, or memory_purge.
  4. For risky memory maintenance, create a snapshot or branch before mutating state.
  5. 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_get is a compatibility helper; when in doubt, prefer memory_retrieve, memory_search, or memory_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
安全使用建议
This skill appears coherent for using Memoria as OpenClaw's long-term memory. Before enabling: (1) verify the plugin source code at the linked homepage and confirm you trust it; (2) be prepared to provide a database URL and an embeddings API key (the setup examples show OpenAI keys) — those are sensitive credentials and give the memory backend access to store and embed your data; (3) follow the skill's advice to snapshot before bulk deletes and to verify writes/repairs after changes; (4) consider privacy implications of storing secrets or personally identifying data in the external memory backend; and (5) if you only want ephemeral or file-based notes, prefer OpenClaw's built-in file memory rather than enabling this plugin.
功能分析
Type: OpenClaw Skill Name: memory-memoria Version: 0.2.0 The memory-memoria skill bundle provides comprehensive instructions and patterns for integrating the Memoria long-term memory system into OpenClaw. The documentation in SKILL.md and the references directory (setup.md, operations.md, etc.) outlines standard memory management operations such as storage, retrieval, snapshots, and branching. While setup.md includes shell commands for plugin installation and configuration (e.g., setting up a local MySQL connection for MatrixOne), these are consistent with the stated purpose of the skill and do not show signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (durable memory via Memoria) matches the runtime instructions: routing to memory_* tools, retrieval, store/correct/forget, snapshots, branches, and operational patterns. Nothing unrelated to memory management is requested.
Instruction Scope
SKILL.md stays focused on memory operations and includes explicit flows for retrieve/store/repair/rollback. The setup examples show CLI commands that install/verify the OpenClaw Memoria plugin. The instructions reference environment variables (DB URL, embedding provider, and embedding API key) in examples; they do not instruct reading unrelated files or exfiltrating data, but the examples imply the plugin will use external embedding services and a DB if you configure them.
Install Mechanism
No install spec or code files are provided by the skill itself — it is instruction-only. The install steps are user-invoked openclaw CLI commands (no automatic downloads or archive extraction by the skill). This is the lower-risk model for skills.
Credentials
The skill metadata declares no required environment variables, which is consistent with being instruction-only. However, the setup examples reference sensitive configuration (MEMORIA_DB_URL, MEMORIA_EMBEDDING_API_KEY / openai API key, embedding model and dims). Those are reasonable and proportionate for running a memory backend that uses embeddings, but they are sensitive credentials you would need to supply to run the plugin — the skill itself does not declare or require them up front.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or attempt to modify other skills' configs. It describes creating snapshots/branches for memory state but does not request elevated agent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-memoria
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-memoria 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Major refocus and simplification: targets Memoria's use as OpenClaw's durable memory slot, with explicit flows and updated tool guidance. - Removed legacy and advanced references, including deployment, API, plugin development, architecture, and release docs. - Added new reference docs clarifying memory tool selection (`tool-surface.md`) and usage patterns (`patterns.md`). - Updated rules: clarified when and how to store, correct, branch, or snapshot memory; highlighted separation from file memory. - Improved quick start and routing to prioritize OpenClaw plugin scenarios and essential Memoria tools only.
v0.1.0
Initial release of memory-memoria skill pack. - Provides comprehensive documentation for Memoria setup, operations, APIs, deployment, plugin development, and codebase navigation. - Includes specific routing to relevant references for common tasks. - Lists clear core rules and quick decision guides for practical usage. - Documents validation and testing commands for repository changes.
元数据
Slug memory-memoria
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 Memory Memoria?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-memoria」即可一键安装,无需额外配置。

Memory Memoria 是免费的吗?

是的,Memory Memoria 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Memoria 支持哪些平台?

Memory Memoria 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Memoria?

由 i.an(@randomradio)开发并维护,当前版本 v0.2.0。

💬 留言讨论