Skip to content

Commit 4590ead

Browse files
author
hilbert
committed
docs: fix incorrect CLI command in extension READMEs
Replace non-existent 'openclaw plugin add' with the correct 'openclaw plugins install' command in 14 extension README files. The CLI only registers 'openclaw plugins install' (src/cli/plugins-cli.ts), and the previous command would fail for users following the docs.
1 parent 5dd7780 commit 4590ead

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

extensions/amazon-bedrock-mantle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw provider plugin for routing Amazon Bedrock Mantle models throu
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/amazon-bedrock-mantle-provider
8+
openclaw plugins install @openclaw/amazon-bedrock-mantle-provider
99
```
1010

1111
Use this plugin when your Bedrock deployment exposes Mantle-compatible model routing and you want OpenClaw agents to address those models through the Bedrock Mantle provider.

extensions/amazon-bedrock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw provider plugin for Amazon Bedrock. It adds Bedrock model disc
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/amazon-bedrock-provider
8+
openclaw plugins install @openclaw/amazon-bedrock-provider
99
```
1010

1111
Configure AWS credentials and region through your normal OpenClaw credential/profile setup, then select Bedrock models with the `amazon-bedrock/...` provider prefix.

extensions/anthropic-vertex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw provider plugin for Claude models hosted through Google Vertex
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/anthropic-vertex-provider
8+
openclaw plugins install @openclaw/anthropic-vertex-provider
99
```
1010

1111
Configure Google Cloud credentials and the target Vertex project/region in OpenClaw, then select Claude models with the Anthropic Vertex provider.

extensions/discord/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Discord servers, channels, DMs, slash comma
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/discord
8+
openclaw plugins install @openclaw/discord
99
```
1010

1111
Configure a Discord bot token and the channels or servers OpenClaw should handle. The plugin lets OpenClaw agents receive Discord messages and respond through the configured Discord app.

extensions/feishu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Feishu and Lark workplace chats. Community
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/feishu
8+
openclaw plugins install @openclaw/feishu
99
```
1010

1111
Configure the Feishu/Lark app credentials in OpenClaw, then connect the plugin to the chats where agents should receive and send messages.

extensions/googlechat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Google Chat spaces and direct messages.
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/googlechat
8+
openclaw plugins install @openclaw/googlechat
99
```
1010

1111
Configure the Google Chat app credentials and allowed spaces in OpenClaw. The plugin lets agents receive Google Chat events and reply through the configured app.

extensions/line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for LINE Bot API chats.
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/line
8+
openclaw plugins install @openclaw/line
99
```
1010

1111
Configure LINE channel credentials in OpenClaw, then connect the bot to the chats where agents should receive and send messages.

extensions/matrix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Matrix rooms and direct messages.
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/matrix
8+
openclaw plugins install @openclaw/matrix
99
```
1010

1111
Configure the Matrix homeserver and bot credentials in OpenClaw. The plugin lets agents join configured rooms, receive messages, and reply through Matrix.

extensions/msteams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Microsoft Teams bot conversations.
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/msteams
8+
openclaw plugins install @openclaw/msteams
99
```
1010

1111
Configure the Teams bot credentials and trusted service URLs in OpenClaw, then connect the bot to the teams or chats where agents should operate.

extensions/nextcloud-talk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Nextcloud Talk conversations.
55
Install from OpenClaw:
66

77
```bash
8-
openclaw plugin add @openclaw/nextcloud-talk
8+
openclaw plugins install @openclaw/nextcloud-talk
99
```
1010

1111
Configure the Nextcloud server and Talk credentials in OpenClaw, then enable the conversations where agents should receive and send messages.

0 commit comments

Comments
 (0)