← 返回 Skills 市场
Memory Curator
作者
77Darius77
· GitHub ↗
· v1.0.0
1715
总下载
3
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-curator
功能描述
Distill verbose daily logs into compact, indexed digests. Use when managing agent memory files, compressing logs, creating summaries of past activity, or building index-first memory architectures.
安全使用建议
This skill appears to be what it says: a local digest generator. Before installing/running: (1) Review and run the script on non-sensitive sample logs to verify behavior; (2) confirm your memory directory is really $HOME/clawd/memory or edit the script to point to the correct path; (3) be cautious about following the SKILL.md advice to 'commit' — committing and pushing to a remote repo could expose private logs; the script itself does not perform any network operations; (4) if you schedule it via cron, ensure the job's environment and any subsequent automatic commits/pushes are acceptable for your privacy/security needs.
功能分析
Type: OpenClaw Skill
Name: memory-curator
Version: 1.0.0
The OpenClaw skill 'memory-curator' is designed to process daily logs and generate summarized digests. The `generate-digest.sh` script uses standard Unix utilities (grep, sed, awk, wc) to extract information from log files located in `$HOME/clawd/memory` and create new digest files in the same directory structure. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or access to sensitive files outside its stated scope. The `SKILL.md` provides instructions for the agent to run the script, fill in summary sections, and 'commit' the changes, which aligns with the skill's purpose of agent memory management and does not constitute prompt injection for malicious ends.
能力评估
Purpose & Capability
Name/description describe compressing daily logs into digests; the included script and SKILL.md only read from a user memory directory ($HOME/clawd/memory), extract stats and names, and write digest files under that directory — this is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the local script and potentially setting a cron job and committing changes. The script itself only reads/writes files under $HOME/clawd/memory and uses local text processing (grep/wc/sed/awk). Note: committing or pushing the generated files (suggested in SKILL.md) could transmit private logs if the repository has a remote — the skill itself does not perform any network operations.
Install Mechanism
No install spec and only a small shell script are included. No downloads, package installs, or external binaries are required beyond standard POSIX utilities (grep, sed, awk, wc, sort, head/tail). This is low-risk for installation.
Credentials
The skill requests no environment variables or credentials. It relies on $HOME to locate the memory directory, which is reasonable for a local log-processing tool. No unrelated secrets or config paths are requested.
Persistence & Privilege
Flags show the skill is user-invocable and not always-enabled. It does not modify other skills or system configuration; it only writes digest files into the memory directory. No elevated privileges or persistent system presence are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-curator - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-curator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of memory-curator.
- Transforms verbose daily logs into concise, structured digests (~50–80 lines each).
- Provides a clear digest template with sections for summary, stats, key events, learnings, connections, open questions, and tomorrow's priorities.
- Supports index-first memory architectures for efficient retrieval and review.
- Includes automation scripts for generating daily digest skeletons.
- Offers best-practice tips for maximizing information value and continuity.
元数据
常见问题
Memory Curator 是什么?
Distill verbose daily logs into compact, indexed digests. Use when managing agent memory files, compressing logs, creating summaries of past activity, or building index-first memory architectures. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1715 次。
如何安装 Memory Curator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-curator」即可一键安装,无需额外配置。
Memory Curator 是免费的吗?
是的,Memory Curator 完全免费(开源免费),可自由下载、安装和使用。
Memory Curator 支持哪些平台?
Memory Curator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Curator?
由 77Darius77(@77darius77)开发并维护,当前版本 v1.0.0。
推荐 Skills