← Back to Skills Marketplace
Memory Manager
by
Hazem elerefy
· GitHub ↗
· v2.0.0
· MIT-0
315
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-manager
Description
OpenClaw-native memory maintenance, snapshots, indexing health checks, and review workflows. Use when you need to protect context before risky work, troubles...
Usage Guidance
This SKILL.md describes safe rules and PowerShell scripts for managing your OpenClaw memory, but the actual scripts referenced are not bundled — you should NOT run these commands until you either (a) inspect the scripts that live in your workspace (scripts/check.ps1, snapshot.ps1, doctor.ps1, review.ps1, search.ps1, archive.ps1) or (b) ask the skill author to provide the script sources for review. Ensure pwsh (PowerShell) is available if you plan to run them, make a manual backup of MEMORY.md and your memory/ folder first, and run scripts in a sandbox or with dry-run flags if provided. If you cannot inspect the scripts, treat running them as risky because they could modify or exfiltrate memory files despite the stated rules.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-memory-manager
Version: 2.0.0
The skill bundle is a well-documented utility for managing OpenClaw's internal memory system, including tasks like creating snapshots, archiving old notes, and diagnosing indexing issues. The instructions in SKILL.md and references/workflow.md are defensive and safety-oriented, explicitly defining 'red lines' to prevent data loss or unauthorized architectural changes. No evidence of malicious intent, data exfiltration, or prompt injection was found in the provided documentation.
Capability Assessment
Purpose & Capability
The name/description match the actions described (snapshots, health checks, archiving). The skill does not request unrelated credentials or installs, which is proportionate. However, it claims a resource layout of several scripts (check.ps1, snapshot.ps1, doctor.ps1, review.ps1, search.ps1, archive.ps1) while providing no script files in the bundle — this mismatch should be explained by the author (they may expect these to live in the user's workspace).
Instruction Scope
Runtime instructions direct the agent (and user) to run pwsh -File scripts/*.ps1 that will read and modify workspace memory files (MEMORY.md and memory/YYYY-MM-DD.md). That is reasonable for a memory manager, but because the actual scripts are not included, there is no way to audit what those scripts do — they could overwrite or exfiltrate data contrary to the 'core rules'. The SKILL.md states safe rules (do not overwrite MEMORY.md), but those rules cannot be enforced without seeing the scripts. The instructions also expect 'openclaw memory search' to be available; the skill does not declare this dependency explicitly beyond examples.
Install Mechanism
No install spec and no code files are provided, so nothing will be written to disk by an installer. This minimizes supply-chain risk. The only runtime dependency implied is PowerShell (pwsh), which is called in examples and noted as intentionally PowerShell-first for portability.
Credentials
The skill requests no environment variables, credentials, or config paths. That is appropriate for a local memory maintenance workflow and reduces risk of secret exfiltration from the skill bundle itself.
Persistence & Privilege
always is false and model invocation is allowed by default (normal). The skill does not request elevated or persistent platform privileges. The primary risk comes from executing external scripts in the workspace, not from the skill having persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-memory-manager - After installation, invoke the skill by name or use
/openclaw-memory-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Rebuilt as an OpenClaw-native memory maintenance skill with snapshots, diagnostics, repair workflows, review drafts, safe archival, and publish-polished PowerShell tooling.
Metadata
Frequently Asked Questions
What is Memory Manager?
OpenClaw-native memory maintenance, snapshots, indexing health checks, and review workflows. Use when you need to protect context before risky work, troubles... It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.
How do I install Memory Manager?
Run "/install openclaw-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, licensed under MIT-0. 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 Hazem elerefy (@hazemelerefey); the current version is v2.0.0.
More Skills