← 返回 Skills 市场
Memory Archiver
作者
yangkai258
· GitHub ↗
· v1.0.0
· MIT-0
136
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-memory-archiver
功能描述
定期扫描并压缩超过指定天数的内存日志,提炼关键信息更新长期记忆,释放存储空间并清理过期文件。
安全使用建议
This skill appears to do what it says: find old files under memory/, summarize them into MEMORY.md, compress them into memory/archive/, and (by default) delete the originals. Before installing or running it: 1) Confirm what 'memory_search' refers to (a built-in memory index, a CLI tool, or something else) so you know what data will be read. 2) Test with delete_after_archive=false or run in a dry-run mode on a copy so you don’t lose data unexpectedly. 3) Backup MEMORY.md and the memory/ folder before enabling automatic runs. 4) Verify the cron/openclaw commands referenced exist in your environment and that automated runs have the intended permissions. 5) If you’re concerned about data exfiltration, ensure the agent environment has no outbound integrations enabled or audit what external calls (if any) the platform makes when summarizing. If these checks look good, the skill is coherent and reasonable to use.
功能分析
Type: OpenClaw Skill
Name: openclaw-memory-archiver
Version: 1.0.0
The 'openclaw-memory-archiver' skill is a standard utility designed to manage internal agent memory logs by archiving old files into ZIP format and extracting key information into a central MEMORY.md file. The operations described in SKILL.md (scanning, reading, compressing, and deleting files) are restricted to the 'memory/' directory and align perfectly with the stated purpose of resource optimization and long-term memory refinement without any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name and description (archive old memory logs, extract key info, update MEMORY.md, compress and delete old files) match the actions described in SKILL.md (scan memory/*.md, extract, merge, zip, delete). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions operate on local memory/ files (memory/YYYY-MM-DD.md, MEMORY.md, memory/archive/) which is appropriate, but they reference an undefined step/tool 'memory_search' and broadly instruct AI to 'identify important decisions/context/todos' which is open-ended. The flow deletes original files by default (delete_after_archive=true) without describing dry-run, confirmation, or backup — this is functionally coherent but a safety/usability concern.
Install Mechanism
No install spec and no code files (instruction-only). This is low-risk from an installation perspective — nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. The requested scope (local memory directory operations) is proportional to the stated purpose.
Persistence & Privilege
always is false and autonomous invocation is default (normal for skills). The skill does perform file deletes and writes to MEMORY.md and archive/ within the user's workspace, which is appropriate for its purpose but requires the agent to have local file write/delete permission.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-memory-archiver - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-memory-archiver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Archive old memory files and extract to long-term memory
元数据
常见问题
Memory Archiver 是什么?
定期扫描并压缩超过指定天数的内存日志,提炼关键信息更新长期记忆,释放存储空间并清理过期文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 Memory Archiver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-memory-archiver」即可一键安装,无需额外配置。
Memory Archiver 是免费的吗?
是的,Memory Archiver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Archiver 支持哪些平台?
Memory Archiver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Archiver?
由 yangkai258(@yangkai258)开发并维护,当前版本 v1.0.0。
推荐 Skills