@buremba

Lobu

Lobu memory plugin for OpenClaw

当前版本
v9.3.0
code-plugin社区source-linked

@lobu/openclaw-plugin

Lobu memory plugin for OpenClaw. Gives OpenClaw agents persistent, structured memory over MCP — recall relevant facts before each prompt and capture new observations after each session.

Full install guide: lobu.ai/connect-from/openclaw

Install

openclaw plugins install @lobu/openclaw-plugin

Then log in and configure against your Lobu memory MCP endpoint:

lobu login
lobu memory configure --url <mcp-url> --org <org-slug>
lobu memory health --url <mcp-url> --org <org-slug>

Replace <mcp-url> with your workspace MCP URL (for example https://lobu.ai/mcp/acme, or http://localhost:8787/mcp for the local runtime). lobu memory configure writes a tokenCommand that uses lobu token --raw, so the plugin reuses the top-level Lobu CLI login.

Configuration

FieldDescription
mcpUrlFull MCP endpoint URL. Required.
webUrlPublic web URL for the Lobu memory instance. Used to generate links shown to the agent.
tokenBearer token for MCP requests. Optional — if unset, the plugin runs interactive device login.
tokenCommandShell command that prints a bearer token to stdout. Alternative to token.
headersExtra HTTP headers for MCP requests.
autoRecallSearch Lobu memory for relevant memories before each prompt. Default true.
recallLimitMaximum recalled memory records per request. Default 6.
autoCaptureCapture conversation observations as long-term memories after each session. Default true.
agentIdAgent ID this plugin instance is bound to. When set, autoCapture stamps metadata.agent_id on every save so search_memory's agent_id filter can scope recall to this agent's own writes. Falls back to LOBU_AGENT_ID env.

See openclaw.plugin.json for the full schema.

License

BUSL-1.1. See the repository LICENSE.

源码与版本

源码仓库

lobu-ai/lobu

打开仓库

源码提交

1e9fe290f462476fb8b80eb1b1840c21584d1899

查看提交

安装命令

openclaw plugins install clawhub:lobu

元数据

  • 包名: lobu
  • 创建时间: 2026/05/11
  • 更新时间: 2026/05/24
  • 执行代码:
  • 源码标签: 1e9fe290f462476fb8b80eb1b1840c21584d1899

兼容性

  • 构建于 OpenClaw: 2026.5.7
  • 插件 API 范围: >=2026.4.0
  • 标签: latest
  • 文件数: 12