Openclaw Memory Manager 1.0.0

v1.0.0

Local memory management for agents. Compression detection, auto-snapshots, and semantic search. Use when agents need to detect compression risk before memory...

0· 56·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (local memory management: detect compression, snapshots, organize, search) align with the included shell scripts. Required env/credentials/binaries are empty and the scripts operate on a local workspace directory, which is consistent with the stated purpose.
Instruction Scope
Runtime instructions and scripts confine activity to the user's workspace (default $HOME/.openclaw/workspace). They create/read/write Markdown files, move/merge files, and produce snapshots. Minor notes: SKILL.md and examples reference running scripts under ~/.openclaw/skills/memory-manager/, and search.sh prints a tip referencing a 'memory_get' tool that is not included; otherwise no instructions attempt to read unrelated system areas, external services, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only), but code files are present in the package. The skill expects you to run the included shell scripts from a path (e.g., ~/.openclaw/skills/memory-manager/) but does not provide an automated installer to place them there — this is a usability mismatch, not a security one. No remote downloads or archive extraction occur.
Credentials
The skill requires no environment variables or credentials. It optionally uses OPENCLAW_WORKSPACE if set and checks for jq (optional). There are no requests for unrelated secrets or config paths.
Persistence & Privilege
The skill does not request permanent platform-level privileges (always is false). It writes and modifies files under the user's workspace and creates directories in the user's home area — expected behavior for a local memory manager. It does not modify other skills or system-wide configuration.
Assessment
This package appears to do what it says: local organization, snapshots, and simple text searches over files under $HOME/.openclaw/workspace (or OPENCLAW_WORKSPACE). Before running: 1) Inspect the scripts yourself (they're small and readable). 2) Note that running init/organize/snapshot will create and move files under your workspace and may merge or move legacy files — back up any existing memory/*.md first. 3) Snapshots and snapshots/ files contain excerpts of recent files and could include sensitive content; review their contents and locations. 4) The package has no automated installer — place the scripts where you expect (the docs assume ~/.openclaw/skills/memory-manager/) or adjust paths. 5) If you rely on jq for state updates, install jq or accept those steps will be skipped. If you want stronger assurance, run the scripts in a safe environment (container or temp account) first.

Like a lobster shell, security has layers — review code before you run it.

latestvk978wgabqh0kydhgaj756kj2a983tj5s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments