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
- Publish
clawql-yourname-featuredepending onclawql-core+clawql-api(notclawql-mcptransport). - Export a
Pluginfactory (eventually an EffectLayer). - Implement
onRegisterto register MCP tools and declarerequiredSpecs. - Document the Operator toggle or
CLAWQL_ENABLE_*flag. - Open a PR to add a row to the plugin registry.
Until the API stabilizes
- Contribute in-repo under
packages/orproviders/ - Use
CLAWQL_BUNDLED_PROVIDERSfor custom API merges - Vertical-specific behavior may land under
verticals/clawql-*— see Verticals guide
