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 devops.lobu.ai, then point OpenClaw at https://devops.lobu.ai/mcp as the MCP endpoint. This URL is scoped to the Engineering 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 Owletto in OpenClaw. Run:

  openclaw plugins install owletto-openclaw-plugin
  owletto login https://app.lobu.ai/mcp
  owletto configure
  owletto health

The plugin extends OpenClaw's filesystem plugin and can replace its memory slot. After install, point me at the Owletto 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: owletto login https://app.lobu.ai/mcp.
  3. Wire it into OpenClaw: owletto configure (writes the plugin config and, if you opt in, takes over the filesystem memory slot).
  4. 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.

Related Docs