← Back to Skills Marketplace
yangkai258

Memory Archiver

by yangkai258 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-archiver
Description
定期扫描并压缩超过指定天数的内存日志,提炼关键信息更新长期记忆,释放存储空间并清理过期文件。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-memory-archiver
  3. After installation, invoke the skill by name or use /openclaw-memory-archiver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Archive old memory files and extract to long-term memory
Metadata
Slug openclaw-memory-archiver
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Memory Archiver?

定期扫描并压缩超过指定天数的内存日志,提炼关键信息更新长期记忆,释放存储空间并清理过期文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install Memory Archiver?

Run "/install openclaw-memory-archiver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Archiver free?

Yes, Memory Archiver is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory Archiver support?

Memory Archiver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Archiver?

It is built and maintained by yangkai258 (@yangkai258); the current version is v1.0.0.

💬 Comments