diff --git a/extensions/amazon-bedrock-mantle/README.md b/extensions/amazon-bedrock-mantle/README.md index c716b9cb0ced..87af3d4b3ea9 100644 --- a/extensions/amazon-bedrock-mantle/README.md +++ b/extensions/amazon-bedrock-mantle/README.md @@ -5,7 +5,7 @@ Official OpenClaw provider plugin for routing Amazon Bedrock Mantle models throu Install from OpenClaw: ```bash -openclaw plugin add @openclaw/amazon-bedrock-mantle-provider +openclaw plugins install @openclaw/amazon-bedrock-mantle-provider ``` 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. diff --git a/extensions/amazon-bedrock/README.md b/extensions/amazon-bedrock/README.md index 132cd3ca2cee..80e55d729da6 100644 --- a/extensions/amazon-bedrock/README.md +++ b/extensions/amazon-bedrock/README.md @@ -5,7 +5,7 @@ Official OpenClaw provider plugin for Amazon Bedrock. It adds Bedrock model disc Install from OpenClaw: ```bash -openclaw plugin add @openclaw/amazon-bedrock-provider +openclaw plugins install @openclaw/amazon-bedrock-provider ``` Configure AWS credentials and region through your normal OpenClaw credential/profile setup, then select Bedrock models with the `amazon-bedrock/...` provider prefix. diff --git a/extensions/anthropic-vertex/README.md b/extensions/anthropic-vertex/README.md index ad8817326f90..740458bb57d3 100644 --- a/extensions/anthropic-vertex/README.md +++ b/extensions/anthropic-vertex/README.md @@ -5,7 +5,7 @@ Official OpenClaw provider plugin for Claude models hosted through Google Vertex Install from OpenClaw: ```bash -openclaw plugin add @openclaw/anthropic-vertex-provider +openclaw plugins install @openclaw/anthropic-vertex-provider ``` Configure Google Cloud credentials and the target Vertex project/region in OpenClaw, then select Claude models with the Anthropic Vertex provider. diff --git a/extensions/discord/README.md b/extensions/discord/README.md index 1e2dc2a3fe40..c205a5bd6ced 100644 --- a/extensions/discord/README.md +++ b/extensions/discord/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Discord servers, channels, DMs, slash comma Install from OpenClaw: ```bash -openclaw plugin add @openclaw/discord +openclaw plugins install @openclaw/discord ``` 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. diff --git a/extensions/feishu/README.md b/extensions/feishu/README.md index 5ec378f7b6cc..89863f8af6bb 100644 --- a/extensions/feishu/README.md +++ b/extensions/feishu/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Feishu and Lark workplace chats. Community Install from OpenClaw: ```bash -openclaw plugin add @openclaw/feishu +openclaw plugins install @openclaw/feishu ``` Configure the Feishu/Lark app credentials in OpenClaw, then connect the plugin to the chats where agents should receive and send messages. diff --git a/extensions/googlechat/README.md b/extensions/googlechat/README.md index 1cd779a5318b..b4921e3078f8 100644 --- a/extensions/googlechat/README.md +++ b/extensions/googlechat/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Google Chat spaces and direct messages. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/googlechat +openclaw plugins install @openclaw/googlechat ``` 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. diff --git a/extensions/line/README.md b/extensions/line/README.md index 2c407cc2927a..0d079ac87ed4 100644 --- a/extensions/line/README.md +++ b/extensions/line/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for LINE Bot API chats. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/line +openclaw plugins install @openclaw/line ``` Configure LINE channel credentials in OpenClaw, then connect the bot to the chats where agents should receive and send messages. diff --git a/extensions/matrix/README.md b/extensions/matrix/README.md index be068b7f7cde..672c26ea0aba 100644 --- a/extensions/matrix/README.md +++ b/extensions/matrix/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Matrix rooms and direct messages. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/matrix +openclaw plugins install @openclaw/matrix ``` Configure the Matrix homeserver and bot credentials in OpenClaw. The plugin lets agents join configured rooms, receive messages, and reply through Matrix. diff --git a/extensions/msteams/README.md b/extensions/msteams/README.md index e84cced13540..478476259036 100644 --- a/extensions/msteams/README.md +++ b/extensions/msteams/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Microsoft Teams bot conversations. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/msteams +openclaw plugins install @openclaw/msteams ``` Configure the Teams bot credentials and trusted service URLs in OpenClaw, then connect the bot to the teams or chats where agents should operate. diff --git a/extensions/nextcloud-talk/README.md b/extensions/nextcloud-talk/README.md index 2dd549fde491..c684f17cc4aa 100644 --- a/extensions/nextcloud-talk/README.md +++ b/extensions/nextcloud-talk/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Nextcloud Talk conversations. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/nextcloud-talk +openclaw plugins install @openclaw/nextcloud-talk ``` Configure the Nextcloud server and Talk credentials in OpenClaw, then enable the conversations where agents should receive and send messages. diff --git a/extensions/qqbot/README.md b/extensions/qqbot/README.md index 0a634d5e6c96..55ab200529db 100644 --- a/extensions/qqbot/README.md +++ b/extensions/qqbot/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for QQ Bot group and direct-message workflows. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/qqbot +openclaw plugins install @openclaw/qqbot ``` Configure QQ Bot credentials in OpenClaw, then connect the bot to the groups or direct-message contexts where agents should operate. diff --git a/extensions/slack/README.md b/extensions/slack/README.md index 8251504d1331..6ac3376fc789 100644 --- a/extensions/slack/README.md +++ b/extensions/slack/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Slack channels, DMs, commands, and app even Install from OpenClaw: ```bash -openclaw plugin add @openclaw/slack +openclaw plugins install @openclaw/slack ``` Configure the Slack app credentials and allowed workspaces/channels in OpenClaw. The plugin lets agents receive Slack events and reply through the configured Slack app. diff --git a/extensions/synology-chat/README.md b/extensions/synology-chat/README.md index ce3f5a074913..647c186317b7 100644 --- a/extensions/synology-chat/README.md +++ b/extensions/synology-chat/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for Synology Chat conversations and direct mess Install from OpenClaw: ```bash -openclaw plugin add @openclaw/synology-chat +openclaw plugins install @openclaw/synology-chat ``` Configure Synology Chat credentials and allowed conversations in OpenClaw, then use the plugin to route messages between Synology Chat and OpenClaw agents. diff --git a/extensions/whatsapp/README.md b/extensions/whatsapp/README.md index 4736b249c1a1..7eac154c2867 100644 --- a/extensions/whatsapp/README.md +++ b/extensions/whatsapp/README.md @@ -5,7 +5,7 @@ Official OpenClaw channel plugin for WhatsApp Web chats. Install from OpenClaw: ```bash -openclaw plugin add @openclaw/whatsapp +openclaw plugins install @openclaw/whatsapp ``` Link a WhatsApp account through the plugin's setup flow, then configure which chats OpenClaw agents should monitor and reply to.