← 返回 Skills 市场
Memory Manager
作者
Hazem elerefy
· GitHub ↗
· v2.0.0
· MIT-0
315
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-memory-manager
功能描述
OpenClaw-native memory maintenance, snapshots, indexing health checks, and review workflows. Use when you need to protect context before risky work, troubles...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-memory-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-memory-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Memory Manager 是什么?
OpenClaw-native memory maintenance, snapshots, indexing health checks, and review workflows. Use when you need to protect context before risky work, troubles... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 Memory Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-memory-manager」即可一键安装,无需额外配置。
Memory Manager 是免费的吗?
是的,Memory Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Manager 支持哪些平台?
Memory Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Manager?
由 Hazem elerefy(@hazemelerefey)开发并维护,当前版本 v2.0.0。
推荐 Skills