Skip to main content
PluginRoadmapnpm (clawql-*-plugin)

Plugins hub · Registry reference

Third-party plugins

ClawQL is moving toward a plugin registry model where horizontal features ship as composable Plugin implementations. Third-party npm packages are on the roadmap — the public registration API is not frozen yet.

Target contract

  1. Publish clawql-yourname-feature depending on clawql-core + clawql-api (not clawql-mcp transport).
  2. Export a Plugin factory (eventually an Effect Layer).
  3. Implement onRegister to register MCP tools and declare requiredSpecs.
  4. Document the Operator toggle or CLAWQL_ENABLE_* flag.
  5. Open a PR to add a row to the plugin registry.

Until the API stabilizes

  • Contribute in-repo under packages/ or providers/
  • Use CLAWQL_BUNDLED_PROVIDERS for custom API merges
  • Vertical-specific behavior may land under verticals/clawql-* — see Verticals guide

Learn more