Memory Curator
v1.0.0Distill 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.
⭐ 3· 1.7k·10 current·10 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk975vq73cgra0pftbzxg38gysx80qm1d
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
