docs: fix incorrect CLI command in extension READMEs (#112057)

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.

Co-authored-by: hilbert <xuxiaojing@tojoy.com>
This commit is contained in:
苟文
2026-07-25 20:50:13 +08:00
committed by GitHub
parent 123ba75ff0
commit 2579e4a420
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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.