π¦ ClawHub
Memory Reflect
by @phernandez
Sleep-time memory reflection: review recent conversations and daily notes, extract insights, and consolidate into long-term memory. Use when triggered by cro...
TERMINAL
clawhub install memory-reflectπ About This Skill
name: memory-reflect description: "Sleep-time memory reflection: review recent conversations and daily notes, extract insights, and consolidate into long-term memory. Use when triggered by cron, heartbeat, or explicit request to reflect on recent activity. Runs as background processing to improve memory quality over time."
Memory Reflect
Review recent activity and consolidate valuable insights into long-term memory.
Inspired by sleep-time compute β the idea that memory formation happens best *between* active sessions, not during them.
When to Run
Process
1. Gather Recent Material
Find what changed recently, then read the relevant files:
# Find recently modified notes β use json format for the complete list
(text format truncates to ~5 items in the summary)
recent_activity(timeframe="2d", output_format="json")Read specific daily notes
read_note(identifier="memory/2026-02-27")
read_note(identifier="memory/2026-02-26")Check active tasks
search_notes(note_types=["task"], status="active")
2. Evaluate What Matters
For each piece of information, ask:
3. Update Long-Term Memory
Write consolidated insights to MEMORY.md following its existing structure:
4. Log the Reflection
Append a brief entry to today's daily note:
## Reflection (HH:MM)
Reviewed: [list of files reviewed]
Added to MEMORY.md: [brief summary of what was consolidated]
Removed/updated: [anything cleaned up]