

























@@ -38,8 +38,11 @@ install from npm during the launch cutover.
3838<Card title="CLI backend plugin" icon="terminal" href="/plugins/cli-backend-plugins">
3939Map a local AI CLI into OpenClaw's text fallback runner
4040</Card>
41-<Card title="Tool / hook plugin" icon="wrench" href="/plugins/hooks">
42-Register agent tools, event hooks, or services - continue below
41+<Card title="Tool plugin" icon="wrench" href="/plugins/tool-plugins">
42+Add simple typed agent tools with generated manifest metadata
43+</Card>
44+<Card title="Hook plugin" icon="plug" href="/plugins/hooks">
45+Register event hooks, services, or advanced runtime integrations
4346</Card>
4447</CardGroup>
4548@@ -53,6 +56,7 @@ until the plugin is installed.
53565457This walkthrough creates a minimal plugin that registers an agent tool. Channel
5558and provider plugins have dedicated guides linked above.
59+For the detailed tool-only workflow, see [Tool Plugins](/plugins/tool-plugins).
56605761<Steps>
5862<Step title="Create the package and manifest">
@@ -133,8 +137,9 @@ and provider plugins have dedicated guides linked above.
133137`defineToolPlugin` is for simple agent-tool plugins. For providers, hooks,
134138services, and other advanced non-channel plugins, use `definePluginEntry`.
135139For channels, use `defineChannelPluginEntry` - see
136-[Channel Plugins](/plugins/sdk-channel-plugins). For full entry point
137-options, see [Entry Points](/plugins/sdk-entrypoints).
140+[Channel Plugins](/plugins/sdk-channel-plugins). For the full
141+`defineToolPlugin` workflow, see [Tool Plugins](/plugins/tool-plugins). For
142+full entry point options, see [Entry Points](/plugins/sdk-entrypoints).
138143139144</Step>
140145此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。