memory-curator
Installation
SKILL.md
Memory Curator
Systematic memory management for agents through daily logging, session preservation, and knowledge extraction.
Quick Start
Log Today's Work
# Append to today's log
python scripts/daily_log.py \
--workspace ~/.openclaw/workspace \
--entry "Implemented user authentication with JWT" \
--category "Key Activities"
# Show today's log
python scripts/daily_log.py --workspace ~/.openclaw/workspace --show