← 返回 Skills 市场
cp3d1455926-svg

Memory Master

作者 cp3d1455926-svg · GitHub ↗ · v4.2.0 · MIT-0
cross-platform ⚠ suspicious
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-memory-master-v4
功能描述
AI Memory System with Iterative Compression & Lineage Tracking - Hermes Agent Inspired
安全使用建议
This repo looks like a plausible local memory/compression library, but several red flags merit caution before installing or running it: 1) Backup first: backup ~/.openclaw/workspace/, AGENTS.md, MEMORY.md and any agent config and your memory.db file before running any scripts or schema updates. 2) Inspect scripts: open scripts/init.js and scripts/detect.js and any code that performs fs.write/File/rename, child_process.exec, network calls (fetch, http(s), axios), or sqlite/DB writes. Look for explicit writes to AGENTS.md, ~/.agents, or other agent config paths. 3) Verify automatic migrations: the README/README_v4.2.0 states the package can automatically merge rules into AGENTS.md and auto-write files — if you do not want third-party code changing agent-wide rules, do not run migration/init scripts. 4) Run in a sandbox: if you want to test, run the code in an isolated environment (VM/container) and not on your primary agent host, until you confirm no unwanted behavior. 5) Check network/LLM usage: search the code for calls that contact external LLM APIs or remote endpoints. If it needs an API key, prefer explicit configuration rather than hardcoded endpoints. If the code performs 'auto-learning' from the web, be aware it may make outbound requests. 6) Confirm install path: the skill metadata said 'instruction-only' but package.json includes an init script; clarify whether the platform will execute included scripts automatically. If the platform will run init scripts, they should be audited first. 7) If you want this skill but not its migrations: manually copy only the compressor/manager code you trust into your project and avoid running the provided init/migration scripts. If you want, I can (a) summarize the specific file-level places to inspect (search for fs.writeFile/rename/exec/fetch/axios/sqlite3 usage), or (b) scan the included files for those patterns and point to exact lines that perform filesystem or network operations.
功能分析
Type: OpenClaw Skill Name: openclaw-memory-master-v4 Version: 4.2.0 The openclaw-memory-master skill bundle is a comprehensive and well-documented memory management system for AI agents. It implements a multi-layered storage architecture (L0/L1/L2) in `src/layers/`, automated memory classification in `src/memory-classifier.js`, and an iterative compression system in `src/compressors/aaak-iterative-compressor.ts` to maintain long-term context. The scripts (`scripts/init.js` and `scripts/detect.js`) handle workspace setup, backups, and resource monitoring locally. The instructions provided to the agent via `SKILL.md` and templates are entirely consistent with the stated goal of enhancing an agent's memory and do not exhibit any signs of malicious intent, unauthorized data exfiltration, or harmful prompt injection.
能力标签
cryptorequires-wallet
能力评估
Purpose & Capability
The skill advertises a local memory/compression system and declares no required credentials or config paths, but the repository and docs instruct database schema upgrades, file system migrations (AGENTS.md / MEMORY.md), and scripts that mutate the agent workspace. Requesting no env/config while instructing modifications to agent configuration files and a local DB is inconsistent.
Instruction Scope
Runtime docs and README tell the user/agent to run scripts (scripts/init.js, scripts/detect.js), apply a SQLite schema update, perform auto-migrations into ~/.openclaw/workspace/AGENTS.md and to run a detect script 'after EVERY response'. Those instructions direct the agent to read/write system/agent configuration files and run code regularly — scope goes beyond a passive memory helper.
Install Mechanism
Registry metadata says 'No install spec — instruction-only', yet the package contains a package.json with an initScript and many code files. SKILL.md shows git clone / clawhub install / npm install steps. This mismatch (no declared install but executable JS files and init scripts included) is a coherence issue; the actual install/run path should be confirmed.
Credentials
The skill declares no required environment variables or credentials, but features (automatic web learning, LLM-driven iterative compression) imply network/LLM usage. Not requesting API keys could be legitimate (uses local LLM or unauthenticated web scraping) or an oversight. Also README claims '100% Local' in places while other parts describe automatic web learning — contradictory.
Persistence & Privilege
The project explicitly documents automatic migration of 'rules' into AGENTS.md and encourages behaviors that make rules 'always executed' (AGENTS.md loaded every session). That equates to modifying agent-wide configuration and persisting behavior across sessions. Although always:false, the skill's instructions and scripts appear designed to alter agent config and become persistent — this is a significant privilege and should be reviewed carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-memory-master-v4
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-memory-master-v4 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.2.0
v4.2.0: 迭代压缩 + Lineage 追踪 + 性能优化 (5.6 倍提速)
元数据
Slug openclaw-memory-master-v4
版本 4.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Master 是什么?

AI Memory System with Iterative Compression & Lineage Tracking - Hermes Agent Inspired. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Memory Master?

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

Memory Master 是免费的吗?

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

Memory Master 支持哪些平台?

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

谁开发了 Memory Master?

由 cp3d1455926-svg(@cp3d1455926-svg)开发并维护,当前版本 v4.2.0。

💬 留言讨论