Install in OpenClaw
Layer structured, shareable Owletto memory on top of OpenClaw's built-in filesystem memory — the plugin extends OpenClaw's filesystem plugin and can optionally take over its memory slot, so different OpenClaw agents can talk to each other through the same Owletto graph.
Lobu is open-source but we also have a managed cloud. If you'd like to try, sign in at sales.lobu.ai, then point OpenClaw at https://sales.lobu.ai/mcp as the MCP endpoint. This URL is scoped to the Sales workspace.
Install the plugin
Source: github.com/lobu-ai/owletto/tree/main/packages/openclaw-plugin ·
npm: @lobu/owletto-openclaw
Paste this into OpenClaw and it will install Owletto for you.
Install in OpenClaw
- Install the plugin:
openclaw plugins install owletto-openclaw-plugin. - Log in to Lobu:
owletto login https://app.lobu.ai/mcp. - Wire it into OpenClaw:
owletto configure(writes the plugin config and, if you opt in, takes over the filesystem memory slot). - Verify:
owletto health.
The plugin extends OpenClaw's filesystem plugin. Leave that plugin enabled if you want both, or let owletto configure swap Owletto in as the memory slot.
Cross-agent memory
Once two OpenClaw agents point at the same Owletto workspace, they read and write the same entities, observations, and decisions — that is how a team of OpenClaw agents stays coherent without copy-pasting context.