## for OpenClaw
Long-term memory for OpenClaw
Composited search, auto-capture, and ten bundled memory skills the agent uses out of the box.
## for OpenClaw
Composited search, auto-capture, and ten bundled memory skills the agent uses out of the box.
OpenClaw agents are powerful in the session. The hard part is keeping what they learn around afterward.
Give OpenClaw a persistent, searchable knowledge base it can read and write to.
memory_search queries three sources in parallel: MEMORY.md (text + context), the full knowledge graph (hybrid full-text + vector), and active tasks in memory/tasks/. The agent gets results in clear sections so it knows where each piece of context came from.
On every session start the plugin loads active tasks and recently modified notes. After every turn it captures the exchange as a timestamped entry in a daily note. Long-lived MCP connection means no cold starts per tool call.
memory-defrag, memory-ingest, memory-lifecycle, memory-literary-analysis, memory-metadata-search, memory-notes, memory-reflect, memory-research, memory-schema, memory-tasks. The agent doesn't just have tools, it has named workflows for the recurring memory operations.
Everything lives as files in your project directory. Read them, edit them, version them. The same knowledge graph is available to Claude, ChatGPT, Cursor, and any MCP client — no vendor lock-in.
openclaw plugins install @basicmemory/openclaw-basic-memoryThen enable the slot: `openclaw plugins enable openclaw-basic-memory --slot memory` and restart the gateway. The plugin auto-installs the bm CLI on first startup if it isn't already on PATH. Zero-config defaults work out of the box; see the integration README for full options. Verify with `openclaw plugins doctor`. Full setup guide →
openclaw plugins install @basicmemory/openclaw-basic-memory, then enable the slot with openclaw plugins enable openclaw-basic-memory --slot memory and restart the gateway. The plugin auto-installs the bm CLI on first startup if needed. The agent gets composited search across MEMORY.md, the knowledge graph, and active tasks; plus auto-recall on session start, auto-capture per turn, and ten bundled memory skills.@basicmemory/openclaw-basic-memory on npm. Source lives in the public basic-memory repo under integrations/openclaw/. Basic Memory itself is AGPL-3.0 and free to run locally; Basic Memory Cloud adds synced, hosted access from $15/seat/month with a 7-day trial.