← 返回 Skills 市场
419
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-os
功能描述
Persistent memory system for AI agents — daily logs, long-term memory, identity files, and heartbeat-driven recall. Solves context amnesia across sessions.
安全使用建议
This blueprint is internally consistent with its goal of creating local memory files, but review before installing:
- Read references/blueprint.yaml and references/guide.md fully (the SKILL.md itself advises this). The skill relies on you performing a manual security self-audit before any file creation.
- Inspect every template (SOUL.md, USER.md, MEMORY.md, HEARTBEAT.md, daily note templates) for any secrets or PII and remove or redact anything sensitive.
- Consider changing AGENTS.md startup behavior to require per-session confirmation before loading MEMORY.md or other sensitive files (i.e., disable the 'Don't ask, just do it' instruction if you want explicit consent each session).
- Be aware that even though the blueprint makes no network calls itself, the platform will include file contents in model prompts during normal operation; if your provider or environment forwards prompts to external APIs, those files may be transmitted off-machine. If that is a concern, avoid storing highly sensitive data in these files or ensure you're in a private/offline execution environment.
- Disable or carefully configure HEARTBEAT integrations (email, calendar, project checks) until you confirm they will not cause outbound network actions without explicit approval.
If you want lower risk: install only SOUL.md/USER.md and keep MEMORY.md or daily notes private or gated behind an explicit 'load memory' command. If you need help making AGENTS.md require explicit confirmation each session, ask the skill author or your operator to modify the startup protocol before installing.
功能分析
Type: OpenClaw Skill
Name: memory-os
Version: 1.0.0
The 'memory-os' skill is a well-documented persistent memory system designed to store agent identity and session context in local Markdown files (SOUL.md, USER.md, MEMORY.md). It features a robust installation protocol including a mandatory security self-audit (Step 0) and a dry-run confirmation (Step 4) to ensure user consent. The logic is entirely local, non-destructive, and contains explicit safety instructions for the agent to prevent unauthorized external actions or data sharing.
能力评估
Purpose & Capability
Name, description, and requested resources align: the blueprint only creates local workspace files (SOUL.md, USER.md, MEMORY.md, daily notes, HEARTBEAT.md, etc.) and does not request binaries, credentials, or system access beyond a writable workspace. The files and platform overrides match the claimed purpose.
Instruction Scope
SKILL.md instructs only local file operations and a mandatory pre-install security audit, which is appropriate. However, AGENTS.md (included in the blueprint) advocates a startup behavior of 'Don't ask, just do it'—i.e., load memory files automatically each session. That gives the agent broad discretion to read persistent, potentially sensitive local files every session. While this is consistent with the memory purpose, it raises privacy/exfiltration risk because those files may be sent to remote LLM providers as part of normal prompt context.
Install Mechanism
Instruction-only skill; no install spec, no downloads, and no code files. This is low-risk from an installation/execution standpoint because nothing is written to disk by an external installer beyond what the agent will create at operator approval.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. That is proportionate to a local file-based memory blueprint.
Persistence & Privilege
The skill does not set always:true and is user-invocable. Still, the included AGENTS.md encourages automatic per-session loading of the created memory files (no per-session confirmation). Autonomous invocation plus automatic loading of persistent files increases the chance that sensitive content will be included in prompts to remote models. The blueprint warns about privacy and advises not to load MEMORY.md in shared contexts, but enforcement is manual.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-os - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-os触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — persistent memory system for AI agents
元数据
常见问题
Memory OS 是什么?
Persistent memory system for AI agents — daily logs, long-term memory, identity files, and heartbeat-driven recall. Solves context amnesia across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。
如何安装 Memory OS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-os」即可一键安装,无需额外配置。
Memory OS 是免费的吗?
是的,Memory OS 完全免费(开源免费),可自由下载、安装和使用。
Memory OS 支持哪些平台?
Memory OS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory OS?
由 Clawdssen(@clawdssen)开发并维护,当前版本 v1.0.0。
推荐 Skills