← 返回 Skills 市场
marmikcfc

Memory Manager

作者 marmikcfc · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
29062
总下载
93
收藏
321
当前安装
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 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.
功能分析
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 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.
如何使用
  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
许可证
累计安装 1076
当前安装数 321
历史版本数 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 插件,目前累计下载 29062 次。

如何安装 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。

💬 留言讨论