← Back to Skills Marketplace
Memory Curator
by
77Darius77
· GitHub ↗
· v1.0.0
1715
Downloads
3
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install memory-curator
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-curator - After installation, invoke the skill by name or use
/memory-curator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1715 downloads so far.
How do I install Memory Curator?
Run "/install memory-curator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Curator free?
Yes, Memory Curator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Memory Curator support?
Memory Curator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Curator?
It is built and maintained by 77Darius77 (@77darius77); the current version is v1.0.0.
More Skills