π¦ ClawHub
IceCube Memory
by @ares521521-design
π§ IceCube Memory β Local-first, zero-token-footprint memory architecture for AI agents. Real-time retrieval, four-layer hierarchy, compaction survival. Buil...
βοΈ Configuration
1. Initialize Structure
mkdir -p ~/.openclaw/workspace/memory
2. Create Core Files
MEMORY.md: ```markdown
MEMORY
π Tips & Best Practices
What Goes Where
| Content | Destination | Why | |---------|-------------|-----| | Iron-law rules | MEMORY.md | Survives compaction | | Durable decisions | MEMORY.md | Loaded every session | | Today's work | memory/today.md | Rolling context | | One-time instructions | Chat | Ephemeral | | Learned procedures | memory/procedural/ | Reusable |
Survival Checklist
TERMINAL
clawhub install icecube-memory