SLAB Memory Skill (OpenClaw) Version: v0.4 Release date: 2026-02-20 What it is: SLAB = Structured, Local-first, Auditable, Bounded memory for OpenClaw. Includes: - Layered memory files (daily notes, active context, long-term memory) - Alerts for stale/missing memory + permission checks - Bounded ranked recall search - Append-only event log - Atomic writes + lock file + stale-lock recovery - Decay and weekly compaction summaries Install (on target machine): 1) Copy slab-memory.skill to that machine 2) Import/install via OpenClaw skill tooling (If unsure, run: openclaw skills --help) After install: - node scripts/slab.js init - node scripts/slab.js status --json - node scripts/slab.js alert - node scripts/slab.js compact --dry-run --json Commands: - init, stub, status, alert, sync, recall [--limit N --since YYYY-MM-DD --json], promote [why] [--tag --json], decay [--days N --dry-run --json], compact [--prune --dry-run --json] Source package built by RemoteNPC agent.