From 1883541f05f16acce2b1c457d3c780e42aeff4aa Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 28 Jan 2026 01:32:00 +0100 Subject: [PATCH] docs: update plugin skill gating key --- docs/tools/skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/skills.md b/docs/tools/skills.md index b99bc5660..7fc6e142f 100644 --- a/docs/tools/skills.md +++ b/docs/tools/skills.md @@ -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 plugin’s config +You can gate them via `metadata.moltbot.requires.config` on the plugin’s config entry. See [Plugins](/plugin) for discovery/config and [Tools](/tools) for the tool surface those skills teach.