From 1aa4cee3a9bd8daa8b2ba832ae82aebab9dec92a Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 4 May 2026 09:12:03 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@5b528f4dfe5ab5672ba47bcb43acdd1c99e53c60 --- .openclaw-sync/source.json | 4 ++-- docs/plugins/plugin-inventory.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 6d8d9ed88..34cbd9066 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "474bea162b4d64a7295e851adf0ce99dcdd88d35", - "syncedAt": "2026-05-04T08:49:22.924Z" + "sha": "5b528f4dfe5ab5672ba47bcb43acdd1c99e53c60", + "syncedAt": "2026-05-04T09:09:55.258Z" } diff --git a/docs/plugins/plugin-inventory.md b/docs/plugins/plugin-inventory.md index 6e718f176..db1490b66 100644 --- a/docs/plugins/plugin-inventory.md +++ b/docs/plugins/plugin-inventory.md @@ -26,6 +26,26 @@ Source checkouts are different from npm installs: after `pnpm install`, bundled plugins load from `extensions/` so local edits and package-local workspace dependencies are available. +## Install a plugin + +Use the **Distribution** column to decide whether install is needed. Plugins that +say `included in OpenClaw` are already present in the core package. Official +external packages need one install, then a Gateway restart. + +For example, Discord is an official external package: + +```bash +openclaw plugins install @openclaw/discord +openclaw gateway restart +openclaw plugins inspect discord --runtime --json +``` + +Bare package specs try ClawHub first, then npm fallback. To force a source, use +`clawhub:@openclaw/discord` or `npm:@openclaw/discord`. After install, follow +the plugin's setup doc, such as [Discord](/channels/discord), to add credentials +and channel config. See [Manage plugins](/plugins/manage-plugins) for update, +uninstall, and publishing commands. + ## Core npm package | Plugin | Description | Distribution | Surface |