chore(sync): mirror docs from openclaw/openclaw@5b528f4dfe
This commit is contained in:
parent
4a715de23b
commit
1aa4cee3a9
@ -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"
|
||||
}
|
||||
|
||||
@ -26,6 +26,26 @@ Source checkouts are different from npm installs: after `pnpm install`, bundled
|
||||
plugins load from `extensions/<id>` 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 |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user