← 返回 Skills 市场
111
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mnemosyne
功能描述
智能记忆系统:支持用户自定义记忆类别、AI自动分析触发、记忆冲突解决。 当用户需要持久记忆跨会话信息、设定记忆规则、自动记忆重要内容、或解决记忆冲突时使用此技能。 支持L1/L2/L3三层记忆分层、JSON快速索引搜索、用户自定义记忆类别、自动分析触发、冲突时以用户为准。 详细文档见 README.md
安全使用建议
This skill is a local, file-based auto-memory system and the code matches that description — it parses conversations and writes extracted facts to memory/*.md and an index.json. Before installing: 1) Understand it will ask you (via docs) to modify AGENTS.md / HEARTBEAT.md so it runs automatically each session — it will not auto-enable itself; enabling those rules will make it receive and store entire conversation transcripts. 2) Review the scripts and memory files (they are included) and test in an isolated workspace first; the tool stores potentially sensitive personal data in plaintext under the skill directory. 3) If you want manual control, do not add the AGENTS.md/HEARTBEAT.md entries and keep auto_trigger=false in config; run capture/auto_analyze manually. 4) Be cautious about the ambiguous 'MEMORY.md' reference — confirm which file would be read before granting access. 5) If you need help assessing privacy impact (what will be recorded, retention), ask for a walkthrough of where data is written, retention/cleanup behavior, and how to disable automatic capture.
功能分析
Type: OpenClaw Skill
Name: mnemosyne
Version: 1.0.0
The 'mnemosyne' (auto-memory) skill is a highly intrusive conversation logging system designed to automatically extract and store personal and professional information (names, companies, roles, decisions, and emotions) without explicit user triggers. It instructs the AI agent via SKILL.md and AUTO_MEMORY_PROTOCOL.md to analyze and record every session's full content into a local database (memory/index.json and Markdown files). While the code (scripts/auto_analyze.py and scripts/memory_cli.sh) lacks evidence of external data exfiltration, its 'stealthy' operation and focus on sensitive data capture pose a significant privacy risk if the user is unaware of the extent of the logging.
能力标签
能力评估
Purpose & Capability
Name/description match the included scripts: the package is an on-disk auto-memory system that extracts and stores conversation content. The scripts, CLI and docs align with that purpose. However the SKILL.md statement '安装后全自动运行' (install → auto-run) is misleading: there is no installer or service that will autorun on install — the README instructs the user to manually modify AGENTS.md/HEARTBEAT.md to enable automatic triggers.
Instruction Scope
Runtime instructions ask the agent/admin to: read 'MEMORY.md' (a vaguely referenced 'core long-term memory' file), add rules to AGENTS.md and HEARTBEAT.md to call memory_cli.sh every session or heartbeat, and to pass the entire conversation contents into scripts. That grants the skill broad access to per-session transcripts and (if AGENTS.md is followed) makes it run every session. The instruction to read 'MEMORY.md' is ambiguous and may require the agent to access a global file outside the skill directory, increasing scope and privacy risk.
Install Mechanism
No install spec; this is instruction-and-script-based. No downloads, no external packages fetched. That minimizes supply-chain risk. All code is local and filesystem-based.
Credentials
The skill requests no environment variables, credentials, or network endpoints. All required configuration and data is stored in files under the skill workspace (config/ and memory/). This is proportionate to a local memory tool. Note: it does ask the agent to pass full conversation text into the scripts, which is sensitive but expected for a memory system.
Persistence & Privilege
The skill does not set always:true, but the SKILL.md instructs administrators to modify agent-wide AGENTS.md and HEARTBEAT.md so the scripts run every session/heartbeat. That effectively gives persistent, automatic execution if the operator follows the instructions. The package itself does not programmatically alter other skills' configs, but its documentation advocates making persistent agent-level changes that increase blast radius and privacy exposure.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mnemosyne - 安装完成后,直接呼叫该 Skill 的名称或使用
/mnemosyne触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布 auto-memory 智能记忆系统。
- 支持L1/L2/L3三层记忆分层管理及JSON索引搜索。
- 自动捕捉决策、偏好、情绪等多种内容,无需触发词,安装即全自动运行。
- 集成用户自定义记忆类别和记忆规则。
- 自动解决记忆冲突,始终以用户最新表达为准。
- 提供便捷CLI工具及与会话、HEARTBEAT自动集成的操作说明。
元数据
常见问题
Every conversation leaves a trace. Every decision echoes. 是什么?
智能记忆系统:支持用户自定义记忆类别、AI自动分析触发、记忆冲突解决。 当用户需要持久记忆跨会话信息、设定记忆规则、自动记忆重要内容、或解决记忆冲突时使用此技能。 支持L1/L2/L3三层记忆分层、JSON快速索引搜索、用户自定义记忆类别、自动分析触发、冲突时以用户为准。 详细文档见 README.md. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Every conversation leaves a trace. Every decision echoes.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mnemosyne」即可一键安装,无需额外配置。
Every conversation leaves a trace. Every decision echoes. 是免费的吗?
是的,Every conversation leaves a trace. Every decision echoes. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Every conversation leaves a trace. Every decision echoes. 支持哪些平台?
Every conversation leaves a trace. Every decision echoes. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Every conversation leaves a trace. Every decision echoes.?
由 白露(@ironzheng)开发并维护,当前版本 v1.0.0。
推荐 Skills