← Back to Skills Marketplace
ironzheng

Every conversation leaves a trace. Every decision echoes.

by 白露 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mnemosyne
Description
智能记忆系统:支持用户自定义记忆类别、AI自动分析触发、记忆冲突解决。 当用户需要持久记忆跨会话信息、设定记忆规则、自动记忆重要内容、或解决记忆冲突时使用此技能。 支持L1/L2/L3三层记忆分层、JSON快速索引搜索、用户自定义记忆类别、自动分析触发、冲突时以用户为准。 详细文档见 README.md
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mnemosyne
  3. After installation, invoke the skill by name or use /mnemosyne
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 auto-memory 智能记忆系统。 - 支持L1/L2/L3三层记忆分层管理及JSON索引搜索。 - 自动捕捉决策、偏好、情绪等多种内容,无需触发词,安装即全自动运行。 - 集成用户自定义记忆类别和记忆规则。 - 自动解决记忆冲突,始终以用户最新表达为准。 - 提供便捷CLI工具及与会话、HEARTBEAT自动集成的操作说明。
Metadata
Slug mnemosyne
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Every conversation leaves a trace. Every decision echoes.?

智能记忆系统:支持用户自定义记忆类别、AI自动分析触发、记忆冲突解决。 当用户需要持久记忆跨会话信息、设定记忆规则、自动记忆重要内容、或解决记忆冲突时使用此技能。 支持L1/L2/L3三层记忆分层、JSON快速索引搜索、用户自定义记忆类别、自动分析触发、冲突时以用户为准。 详细文档见 README.md. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Every conversation leaves a trace. Every decision echoes.?

Run "/install mnemosyne" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Every conversation leaves a trace. Every decision echoes. free?

Yes, Every conversation leaves a trace. Every decision echoes. is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Every conversation leaves a trace. Every decision echoes. support?

Every conversation leaves a trace. Every decision echoes. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Every conversation leaves a trace. Every decision echoes.?

It is built and maintained by 白露 (@ironzheng); the current version is v1.0.0.

💬 Comments