chore(sync): mirror docs from openclaw/openclaw@66f80d1ed6

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-28 04:59:45 +00:00
parent 6eaaae6e61
commit 36c57db313
2 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "540cbe24be4cb01975aceac77e6268034cca84cd",
"syncedAt": "2026-04-28T04:52:09.176Z"
"sha": "66f80d1ed6e39b314ee4bfb20caf25ee1d01ce84",
"syncedAt": "2026-04-28T04:58:06.126Z"
}

View File

@ -12,13 +12,8 @@ The plugin SDK is the typed contract between plugins and core. This page is the
reference for **what to import** and **what you can register**.
<Tip>
Looking for a how-to guide instead?
- First plugin? Start with [Building plugins](/plugins/building-plugins).
- Channel plugin? See [Channel plugins](/plugins/sdk-channel-plugins).
- Provider plugin? See [Provider plugins](/plugins/sdk-provider-plugins).
- Tool or lifecycle hook plugin? See [Plugin hooks](/plugins/hooks).
</Tip>
Looking for a how-to guide instead? Start with [Building plugins](/plugins/building-plugins), use [Channel plugins](/plugins/sdk-channel-plugins) for channel plugins, [Provider plugins](/plugins/sdk-provider-plugins) for provider plugins, and [Plugin hooks](/plugins/hooks) for tool or lifecycle hook plugins.
</Tip>
## Import convention