Summary
Create a Basic Memory plugin for OpenClaw and publish it to the Claude marketplace registry, making BM discoverable and installable through multiple distribution channels.
Context
OpenClaw v2026.3.22 added Claude marketplace registry installs (#48058). This means plugins published to the Claude marketplace can be installed into OpenClaw with one command (openclaw plugins install plugin@marketplace). OpenClaw also supports ClawHub and npm as install sources.
BM already has a FastMCP server — packaging it as an OpenClaw plugin and listing it on the Claude marketplace would give us distribution through:
- Claude marketplace → discoverable by Claude/OpenClaw users
- ClawHub → OpenClaw-native discovery
- npm → direct install fallback
Tasks
References
Summary
Create a Basic Memory plugin for OpenClaw and publish it to the Claude marketplace registry, making BM discoverable and installable through multiple distribution channels.
Context
OpenClaw v2026.3.22 added Claude marketplace registry installs (#48058). This means plugins published to the Claude marketplace can be installed into OpenClaw with one command (
openclaw plugins install plugin@marketplace). OpenClaw also supports ClawHub and npm as install sources.BM already has a FastMCP server — packaging it as an OpenClaw plugin and listing it on the Claude marketplace would give us distribution through:
Tasks
openclaw/plugin-sdk/*scoped imports (not the removedopenclaw/extension-api)describeMessageTool(...)for tool discovery (new requirement as of v2026.3.22)References