Openclaw Skills memory-compress-free turns long daily agent logs into compact, structured memory summaries with local Node.js processing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-compress-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install memory-compress-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills memory-compress-free is a lightweight, free log compression skill for AI agents that converts long Markdown daily logs into concise, structured summaries. It is designed for memory archiving workflows where agents need to preserve key events, decisions, and next steps without carrying forward excessive context.
This skill emphasizes simple local execution, single-file processing, and predictable output structure. It uses keyword extraction plus classic compression rules to reduce log volume, making it easier to append distilled memory into a central MEMORY.md file while keeping important context accessible.
MEMORY.md knowledge filememory/YYYY-MM-DD.md.MEMORY.md for long-term retention.memory/YYYY-MM-DD.md.node <skill-directory>/memory-compress.js memory/2026-07-18.md /tmp/compressed.md
cat /tmp/compressed.md >> MEMORY.md
The skill is organized around a small, file-based memory pipeline rather than a database or remote API.
| Artifact | Purpose | Format | Notes |
|---|---|---|---|
memory/YYYY-MM-DD.md |
Raw daily agent log input | Markdown | Primary source file for compression |
compressed.md or /tmp/compressed.md |
Generated summary output | Markdown | Structured compressed memory artifact |
MEMORY.md |
Long-term memory archive | Markdown | Appended after summary review |
options |
Optional configuration | Object | Controls mode, format preference, and similar behavior |
callback_url |
Optional async notification target | String | Present in the skill metadata, though local processing is the main workflow |
Metadata taxonomy used by Openclaw Skills for this skill:
slug: memory-compress-freeversion: 1.0.0pricing_tier: freecategory: Agentstags: memory, compress, automation, productivity, 记忆管理, 上下文, AI, node, tmpCore input parameters:
input — required string containing the log data or commandoptions — optional object for mode and formatting preferencescallback_url — optional URL for asynchronous completion noticeOutput characteristics:
MEMORY.md consolidationLoading
Openclaw Skills for building a private, local long-term memory system that categorizes, indexes, and searches AI agent memory without external services.

Openclaw Skills for moltbook-filter-free help you scan, detect, and remove community-feed spam at the client side with configurable rules and JSON feed filtering.

Openclaw Skills for news aggregation, filtering, deduplication, and structured summarization across domestic and international tech, military, and social news.

Openclaw Skills for PowerPoint creation, editing, template-based generation, and content/visual QA in a lightweight free AI skill.

Openclaw Skills for generating clean, portable Markdown that stays consistent across platforms and editors.

Openclaw Skills for long-document reasoning that uses layered analysis and assumption detection to produce clearer, safer, structured outputs.








































