Skip to content
API Blog

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 support.lobu.ai, then point OpenClaw at https://support.lobu.ai/mcp as the MCP endpoint. This URL is scoped to the Support workspace.

Install the plugin

Source: github.com/lobu-ai/owletto/tree/main/packages/openclaw-plugin ·
npm: @lobu/owletto-openclaw

Install command
openclaw plugins install owletto-openclaw-plugin

Paste this into OpenClaw and it will install Owletto for you.

Prompt for OpenClaw
Install Lobu memory in OpenClaw. Run:

  openclaw plugins install owletto-openclaw-plugin
  lobu login
  lobu memory configure --url https://lobu.ai/mcp --org <org-slug>
  lobu memory health --url https://lobu.ai/mcp --org <org-slug>

The plugin extends OpenClaw's filesystem plugin and can replace its memory slot. After install, point me at the Lobu memory workspace I should use as shared memory across my OpenClaw agents.

Install in OpenClaw

  1. Install the plugin: openclaw plugins install owletto-openclaw-plugin.
  2. Log in to Lobu: lobu login.
  3. Wire it into OpenClaw: lobu memory configure --url https://lobu.ai/mcp --org (writes the plugin config and, if you opt in, takes over the filesystem memory slot).
  4. Verify: lobu memory health --url https://lobu.ai/mcp --org .

The plugin extends OpenClaw's filesystem plugin. Leave that plugin enabled if you want both, or let lobu memory configure swap Lobu memory in as the memory slot.

Cross-agent memory

Once two OpenClaw agents point at the same Lobu memory 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.

Related Docs