← 返回 Skills 市场
marmikcfc

Memory Manager

作者 marmikcfc · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
31796
总下载
94
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Semantic/procedural/episodic memory architecture for agents. Knowledge graphs beat flat retrieval by 18.5%. Never lose context again.
元数据
Slug memory-manager
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31796 次。

如何安装 Memory Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-manager」即可一键安装,无需额外配置。

Memory Manager 是免费的吗?

是的,Memory Manager 完全免费(开源免费),可自由下载、安装和使用。

Memory Manager 支持哪些平台?

Memory Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Manager?

由 marmikcfc(@marmikcfc)开发并维护,当前版本 v1.0.0。

💬 留言讨论