bootstrap-memory

star 0

Installs the full PARA memory system (init, extract, synthesize loops) and configures OpenAI embeddings.

hashmil By hashmil schedule Updated 2/3/2026

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.json to 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.

Install via CLI
npx skills add https://github.com/hashmil/openclaw-setup-guide --skill bootstrap-memory
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator