name: bootstrap-memory version: 2.0.0 description: Installs the full PARA memory system (init, extract, synthesize loops) and configures OpenAI embeddings.
Bootstrap Memory 🧠
This skill installs a production-grade, tiered memory system for OpenClaw.
Features installed
- PARA Structure: Projects, Areas, Resources, Archives folder hierarchy.
- Scripts:
init.mjs: Create new tracked entities.extract.mjs: Extract facts from daily notes & sessions.session-summary.mjs: Pre-compaction context saver.synthesize.mjs: Weekly memory decay & ranking.
- Config: Updates
openclaw.jsonto enable vector search on these paths.
Usage
install_memory_system
Runs the installation script to set up directories and config.
Requirements:
OPENAI_API_KEY(for embeddings).
Manual Install
node install.js
After installation, your agent will have a HEARTBEAT.md that drives the memory loop.