Memory Manager

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 loss, save context snapshots, search historical memories, or track memory usage patterns. Never lose context again.

81· 20.4k·263 current·274 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 match the actual behavior: scripts initialize a three-tier local memory structure, estimate usage, take snapshots, organize and search markdown files. No unrelated credentials, binaries, or external services are required.
Instruction Scope
The SKILL.md and scripts instruct the agent (or user) to run shell scripts that create and modify files under the OPENCLAW_WORKSPACE (default ~/.openclaw/workspace). This is coherent with the stated purpose, but several operations (mv, cp, append/merge) will change or move user files—so run only after backing up and review scripts before first use.
Install Mechanism
No install spec or remote downloads are present; the skill is distributed as scripts and docs included in the bundle. No network downloads or archive extraction are performed by the scripts themselves.
Credentials
The scripts use only a workspace env var (OPENCLAW_WORKSPACE) and standard filesystem paths; no API keys, tokens, passwords, or unrelated environment variables are requested. This is proportionate to a local memory manager.
Persistence & Privilege
Skill is not forced-always; it is user-invocable and can be run autonomously by the agent (platform default). It writes only to its workspace memory directories and a state JSON file; it does not modify other skills or global system configuration.
Assessment
This skill appears to do exactly what it claims: local file-based memory organization and snapshots. Before installing or running: 1) review the included shell scripts (they run mv/cp/grep/head/tail and will move or merge your files), 2) back up your existing memory directory (cp -r ~/.openclaw/workspace/memory memory.backup), 3) set OPENCLAW_WORKSPACE if you want a custom location, and 4) run the scripts manually the first time rather than letting an agent run them autonomously until you're comfortable. There are no network calls or credential requests in the code, but the publisher is unknown — consider verifying the author or running in an isolated/non-critical workspace if you have concerns.

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

latestvk979qtvmzy64050f7m7tnsykvs809cnv

License

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

Comments