docs: update plugin skill gating key

This commit is contained in:
Peter Steinberger
2026-01-28 01:32:00 +01:00
parent 4aa2f24af3
commit 1883541f05

View File

@@ -41,7 +41,7 @@ applies: workspace wins, then managed/local, then bundled.
Plugins can ship their own skills by listing `skills` directories in
`moltbot.plugin.json` (paths relative to the plugin root). Plugin skills load
when the plugin is enabled and participate in the normal skill precedence rules.
You can gate them via `metadata.clawdbot.requires.config` on the plugins config
You can gate them via `metadata.moltbot.requires.config` on the plugins config
entry. See [Plugins](/plugin) for discovery/config and [Tools](/tools) for the
tool surface those skills teach.