Memory Optimizer
v1.0.0提供基于SHA-256的重复记忆去重、后台实时更新和90天记忆自动归档的OpenClaw高效记忆管理方案。
⭐ 0· 295·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97by5mkzgc8y2v13baqyhknyn83605f
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
