Long-term memory layer for OpenClaw agents: capture, recall, dedupe, and native markdown sync.
# Add to your Claude Code skills
git clone https://github.com/legendaryvibecoder/gigabrainGigabrain is the long-term memory layer for OpenClaw agents. It converts conversations and native notes into durable, queryable memory, then injects the right context before each prompt so agents stay consistent across sessions.
It is built for local-first production use: SQLite-backed recall, deterministic dedupe/audit flows, native markdown sync, and an optional FastAPI console for memory operations.
Release references:
CHANGELOG.mdv0.5.0 release notes: release-notes/v0.5.0.mdMEMORY.md and daily notes alongside the registry for unified recallnode:sqlite experimental API)v0.5 memory surface; core capture/recall still works without it)Install:
mkdir -p ~/.openclaw/plugins
cd ~/.openclaw/plugins
npm install @legendaryvibecoder/gigabrain
cd node_modules/@legendaryvibecoder/gigabrain
Run the one-command setup wizard:
npm run setup -- --workspace /path/to/your-openclaw-workspace
What the setup wizard does:
plugins.entries.gigabrain exists in ~/.openclaw/openclaw.jsonworkspaceRoot, memoryRoot, outputDir, registryPath)v0.5 hybr...No comments yet. Be the first to share your thoughts!