Skip to content

Create OpenClaw plugin for Basic Memory and publish to Claude marketplace registry #36

Description

@bm-clawd

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:

  1. Claude marketplace → discoverable by Claude/OpenClaw users
  2. ClawHub → OpenClaw-native discovery
  3. npm → direct install fallback

Tasks

  • Create an OpenClaw plugin package wrapping the BM MCP server
    • Use the new openclaw/plugin-sdk/* scoped imports (not the removed openclaw/extension-api)
    • Implement describeMessageTool(...) for tool discovery (new requirement as of v2026.3.22)
    • Expose BM tools: search_notes, read_note, write_note, build_context, etc.
  • Add plugin configuration for BM connection (local server URL, project selection)
  • Test plugin installation and tool availability in OpenClaw
  • Publish to npm
  • Submit to Claude marketplace registry
  • Optionally publish to ClawHub

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions