← Back to Skills Marketplace
Memory Optimizer
by
SiriuSM00N
· GitHub ↗
· v1.0.0
· MIT-0
496
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install memory-optimizer
Description
提供基于SHA-256的重复记忆去重、后台实时更新和90天记忆自动归档的OpenClaw高效记忆管理方案。
Usage Guidance
This package appears to do what it says: local SHA-256 deduplication + a watchdog-based listener. Before installing: 1) Inspect the scripts (you already have them) and confirm there are no network calls — none are present. 2) Note the missing memory-archive.sh referenced in docs/README.md and SKILL.md; if you need the archive step, either obtain that script from the author repository or implement your own archive process. 3) install.sh will copy files into ~/.openclaw/workspace and run 'pip3 install watchdog' — if you prefer, run the pip command in a virtualenv. 4) Back up any existing ~/.openclaw/workspace/memory/.index.json before running to avoid accidental overwrite. 5) If you have concerns about provenance, prefer installing from a trusted repository URL (skill.json lists a GitHub repo/homepage) or ask the author for a signed release.
Capability Analysis
Type: OpenClaw Skill
Name: memory-optimizer
Version: 1.0.0
The memory-optimizer skill bundle is a legitimate utility designed to manage and optimize OpenClaw agent memory files through SHA-256 deduplication and real-time monitoring. The Python scripts (memory-dedup.py and memory-watcher.py) use standard libraries like hashlib and watchdog to index and track changes in Markdown files within the user's workspace. No evidence of data exfiltration, malicious persistence, or prompt injection was found; the code is well-documented and its behavior aligns perfectly with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the provided scripts: SHA-256 deduplication, a filesystem watcher, and an archive workflow. Required capabilities (Python, watchdog) are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs copying and running the included scripts and references a memory-archive.sh for quarterly archiving. The archive script is referenced in docs and skill.json but is missing from the package manifest — the instructions therefore promise functionality that isn't present in the bundle.
Install Mechanism
There is no remote download or obfuscated installer; install.sh/quickstart.sh copy files into ~/.openclaw/workspace and run pip3 install watchdog. This is low-to-moderate risk and expected. Minor inconsistency: registry metadata said 'no install spec', but the bundle includes an install.sh and an install block in skill.json.
Credentials
The skill requests no credentials or sensitive environment variables. install.sh optionally honors OPENCLAW_WORKSPACE (a reasonable convenience). The scripts operate on files under the user's home directory only and do not read or send secrets.
Persistence & Privilege
The skill does persist data to ~/.openclaw/workspace/memory/.index.json and can run a background watcher, but it does not request 'always: true' or system-wide privileges. It suggests adding a cron entry, which is a user action, not an automatic escalation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-optimizer - After installation, invoke the skill by name or use
/memory-optimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本发布 - SHA-256 去重、实时监听、季度归档
Metadata
Frequently Asked Questions
What is Memory Optimizer?
提供基于SHA-256的重复记忆去重、后台实时更新和90天记忆自动归档的OpenClaw高效记忆管理方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 496 downloads so far.
How do I install Memory Optimizer?
Run "/install memory-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Optimizer free?
Yes, Memory Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Optimizer support?
Memory Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Optimizer?
It is built and maintained by SiriuSM00N (@siriusm00n); the current version is v1.0.0.
More Skills