π¦ ClawHub
AI Memory System
by @casperzinou
Automatically sets up a 3-layer memory system with long-term MEMORY.md, daily notes, and nightly fact extraction cron job.
TERMINAL
clawhub install ai-memory-systemπ About This Skill
AI Memory System Skill
Auto-setup for the 3-layer OpenClaw memory architecture
What It Does
Sets up the complete 3-layer memory system from the Zero-Human Company playbook:Setup Instructions
After installing, tell your AI: "Set up the memory system."Your AI will: 1. Create MEMORY.md with a template 2. Create the memory/ directory 3. Set up a nightly extraction cron at 11pm your timezone 4. Create today's first daily note entry
MEMORY.md Template
# MEMORY.md β Long-Term MemoryAbout [User]
Name:
Timezone:
Communication preferences: Working Style
(Observe and update) Key Decisions
(Log important decisions here) Lessons Learned
(Capture mistakes and insights) Hard Rules
(Non-negotiable boundaries) Action Log
YYYY-MM-DD β [Action taken]
Daily Note Template (memory/YYYY-MM-DD.md)
# YYYY-MM-DDKey Events
HH:MM β [What happened] Decisions Made
[Decision and reasoning] Facts Extracted
[Durable facts worth remembering] Pending
[Open items to follow up]
Nightly Extraction Cron
openclaw cron add \
--name "nightly-extraction" \
--cron "0 23 * * *" \
--tz "[YOUR_TIMEZONE]" \
--session isolated \
--message "Review today's conversations. Extract durable facts (relationships, decisions, status changes, milestones). Skip small talk. Update memory/YYYY-MM-DD.md with timeline. Update MEMORY.md with new patterns or preferences." \
--announce