← Back to Skills Marketplace
cp3d1455926-svg

Memory Master

by cp3d1455926-svg · GitHub ↗ · v4.2.0 · MIT-0
cross-platform ⚠ suspicious
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-master-v4
Description
AI Memory System with Iterative Compression & Lineage Tracking - Hermes Agent Inspired
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-wallet
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-memory-master-v4
  3. After installation, invoke the skill by name or use /openclaw-memory-master-v4
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.2.0
v4.2.0: 迭代压缩 + Lineage 追踪 + 性能优化 (5.6 倍提速)
Metadata
Slug openclaw-memory-master-v4
Version 4.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Master?

AI Memory System with Iterative Compression & Lineage Tracking - Hermes Agent Inspired. It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install Memory Master?

Run "/install openclaw-memory-master-v4" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Master free?

Yes, Memory Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory Master support?

Memory Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Master?

It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v4.2.0.

💬 Comments