← Back to Skills Marketplace
marmikcfc

Memory Manager

by marmikcfc · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
29062
Downloads
93
Stars
321
Active Installs
1
Versions
Install in OpenClaw
/install memory-manager
Description
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.
Usage Guidance
Install this if you want a local workspace memory system. Before running organize.sh, snapshot.sh, or categorize.sh, review the target files because they can move, copy, or append local memory content; avoid storing secrets in memory files and review old snapshots or legacy folders periodically.
Capability Analysis
Type: OpenClaw Skill Name: memory-manager Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'memory-manager' is classified as benign. All scripts (`categorize.sh`, `detect.sh`, `init.sh`, `organize.sh`, `search.sh`, `snapshot.sh`, `stats.sh`) perform local file system operations (e.g., `mkdir`, `mv`, `cp`, `grep`, `wc`, `du`) exclusively within the agent's designated workspace (`$OPENCLAW_WORKSPACE/memory`). These operations are directly aligned with the stated purpose of managing and organizing local memory files. There is no evidence of external network calls, data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or other files that would manipulate the agent beyond its intended function.
Capability Assessment
Purpose & Capability
The scripts match the stated memory-management purpose: initialize a local memory directory, detect size/compression risk, search markdown memories, create snapshots, and organize or categorize memory files.
Instruction Scope
Most actions are explicit commands, but the documentation also suggests adding periodic heartbeat checks and daily organization; users should only enable that automation if they want recurring local memory maintenance.
Install Mechanism
The package consists of markdown documentation, package metadata, and shell scripts; no external installer, dependency download, or privileged install behavior is shown.
Credentials
File activity is centered on $OPENCLAW_WORKSPACE/memory or ~/.openclaw/workspace/memory, which is proportionate for this purpose; categorize.sh can move a caller-specified source file, so path choice matters.
Persistence & Privilege
The skill intentionally creates persistent local memory folders, state, legacy copies, and snapshot files, but it does not request credentials, elevated privileges, background services, or network transmission.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-manager
  3. After installation, invoke the skill by name or use /memory-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Semantic/procedural/episodic memory architecture for agents. Knowledge graphs beat flat retrieval by 18.5%. Never lose context again.
Metadata
Slug memory-manager
Version 1.0.0
License
All-time Installs 1076
Active Installs 321
Total Versions 1
Frequently Asked Questions

What is Memory Manager?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 29062 downloads so far.

How do I install Memory Manager?

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

Is Memory Manager free?

Yes, Memory Manager is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Memory Manager support?

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

Who created Memory Manager?

It is built and maintained by marmikcfc (@marmikcfc); the current version is v1.0.0.

💬 Comments