← Back to Skills Marketplace
marmikcfc

Memory Manager

by marmikcfc · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
31796
Downloads
94
Stars
0
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 local workspace memory organization. Before running organize.sh or categorize.sh, back up important memory files and review destination folders, because these commands can move, copy, append, or overwrite local markdown files. Treat snapshots and legacy folders as potentially sensitive because they may duplicate agent memory content.
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 implement the stated memory-management purpose: initialize local folders, check size, search markdown files, snapshot selected memory content, and move or copy memory files into categories. The marketing overstates 'auto-snapshots' and 'semantic search,' since snapshots are user-triggered or heartbeat-scheduled and search is keyword-based.
Instruction Scope
Mutating actions are presented as explicit commands, and the heartbeat automation is a user-added schedule rather than hidden persistence. Users should understand that organize.sh, categorize.sh, init.sh, and snapshot.sh write, copy, append, or move local files.
Install Mechanism
The package contains markdown, package metadata, and shell scripts; no external installer, dependency download, privilege escalation, or background service is present.
Credentials
File operations are centered on $OPENCLAW_WORKSPACE/memory or ~/.openclaw/workspace/memory, which fits a memory manager. categorize.sh can move a caller-specified source file, so users must choose paths carefully.
Persistence & Privilege
The skill intentionally creates persistent local memory directories, state metadata, snapshots, and legacy copies, but it does not request credentials, elevated privileges, 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 0
Active Installs 0
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 31796 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