← 返回 Skills 市场
947
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install memory-compression-system
功能描述
Integrated memory management and extreme context compression for OpenClaw. Combines memory management, compression, search, and automation in one unified skill.
安全使用建议
Read and test before enabling. Specific points to check:
- Missing/placeholder scripts: SKILL.md references many helper scripts (search.sh, decompress.sh, backup.sh, restore.sh, logs.sh, metrics.sh, etc.) that are not present or are stubs (health.sh). Expect the advertised feature set to be incomplete.
- Local data access: compress.sh and install.sh read /home/node/.openclaw/workspace/memory/*.md, create tar.gz backups, and write compressed files/logs under the skill directory. If those memory files contain sensitive data you do not want archived, do not enable the skill or turn off backups (BACKUP_BEFORE_COMPRESSION=false) and review which paths are processed.
- Scheduled autonomous runs: enable.sh / install.sh try to add an OpenClaw cron job that will run the compression periodically. That gives the skill recurring, automated execution—review the cron job payload and schedule before creation (or skip cron creation and run manually until you audit the scripts).
- Test-mode and dry-run: use the --test / --dry-run flags and inspect logs in a safe environment first. Run install.sh and install in an isolated or non-production workspace to confirm behaviour.
- Code quality issues: some script logic appears brittle or buggy (jq usage, some arithmetic expressions), so expect possible runtime errors. Inspect scripts for any commands you don't want run and ensure required utilities (tar, gzip, base64, crc32, jq, uuidgen) are present or disabled.
- If you do not trust the author or cannot fully audit the scripts, avoid enabling automatic cron scheduling and run only manual compressions in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: memory-compression-system
Version: 3.0.1
The skill provides integrated memory management and context compression for OpenClaw, including features like automatic compression, cleanup, search, and backup. All file system operations (reading, writing, deleting, compressing, backing up) are confined to the skill's designated directories and the OpenClaw memory directory (`/home/node/.openclaw/workspace/memory`), which is consistent with its stated purpose. The `SKILL.md` and other documentation do not contain any prompt injection attempts designed to subvert the agent. The cron job setup via `openclaw cron add` is a legitimate mechanism for OpenClaw skills to schedule tasks, executing a self-contained script (`scripts/compress.sh --auto`) within the skill's directory. There is no evidence of data exfiltration to external endpoints, unauthorized remote control, or other malicious intent.
能力评估
Purpose & Capability
The name/description (memory compression + scheduling) matches what the included scripts do: compress, backup, cleanup, create cron jobs, and update a local search index. Creating backups of workspace memory and adding OpenClaw cron jobs is coherent with the stated purpose. However the SKILL.md advertises many management/search utilities (decompress.sh, search.sh, list.sh, backup.sh, restore.sh, logs.sh, metrics.sh, search-history.sh, etc.) that are referenced but not present or are only stubbed—so the claimed feature set is larger than the delivered files.
Instruction Scope
Scripts (compress.sh, install.sh, cleanup.sh, enable/disable/status) read /home/node/.openclaw/workspace/memory/*, create local backups (tar.gz), create/update cron jobs via the openclaw CLI, and write logs and index files under the skill directory. That behavior is expected for a compression/backup skill but is sensitive because it collects and archives memory files from the agent workspace. Several SKILL.md instructions call scripts that are missing or placeholders (e.g., health.sh is a stub that exits), so the instructions are inaccurate and grant broad runtime expectations that the package does not actually implement.
Install Mechanism
There is no remote installer or download-from-URL step; installation is via the provided scripts (install.sh). No external archives or third-party packages are fetched by URL. install.sh writes configuration and creates directories inside the OpenClaw workspace. This is lower-risk than arbitrary network downloads, but it still writes files and enables scheduled tasks locally.
Credentials
The skill requests no external credentials or environment variables beyond optional debug/testing flags. That is proportionate. However the scripts operate on local workspace data (reading memory files and creating backups), which is sensitive: absence of requested credentials is appropriate, but the actions access agent memory and produce persistent backups and logs—ensure you are comfortable with local data collection.
Persistence & Privilege
always is false, but install/enable scripts attempt to create an OpenClaw cron job that will cause periodic autonomous runs of the compression script (every 6 hours). Autonomous scheduling aligns with the skill's purpose but raises operational risk because it gives the skill recurring execution without manual invocation. The skill does not request system-level privileges beyond workspace writes, and it avoids modifying other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-compression-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-compression-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
No user-facing changes in this version.
- Version bump from 3.0.0 to 3.0.1, but no documentation or code changes detected.
v3.0.0
**Major update: Integrated memory management and extreme context compression in a unified skill for OpenClaw.**
- Automatic, scheduled compression with backup, cleanup, and search—the full memory lifecycle managed by a single skill
- Three advanced compression formats: Base64 Compact, Custom Binary, and Ultra Compact (up to ~85% reduction)
- Real-time, context-aware search across all formats with export and filtering options
- Automated scheduling, error recovery, easy installation, and ClawHub compatibility
- Built-in performance monitoring, alerts, backup/restore, and configurable settings
元数据
常见问题
memory-compression-system 是什么?
Integrated memory management and extreme context compression for OpenClaw. Combines memory management, compression, search, and automation in one unified skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 947 次。
如何安装 memory-compression-system?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-compression-system」即可一键安装,无需额外配置。
memory-compression-system 是免费的吗?
是的,memory-compression-system 完全免费(开源免费),可自由下载、安装和使用。
memory-compression-system 支持哪些平台?
memory-compression-system 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 memory-compression-system?
由 Hassffw(@hassffw)开发并维护,当前版本 v3.0.1。
推荐 Skills