diff --git a/docs/channels/qqbot.md b/docs/channels/qqbot.md index 6e2bc76a212d..a495a5731826 100644 --- a/docs/channels/qqbot.md +++ b/docs/channels/qqbot.md @@ -19,7 +19,7 @@ Status: official downloadable plugin. ## Install ```bash -openclaw plugins install @openclaw/qqbot +openclaw plugins install @tencent-connect/openclaw-qqbot ``` ## Setup diff --git a/docs/plugins/plugin-inventory.md b/docs/plugins/plugin-inventory.md index 5636b08207da..7372af6298c7 100644 --- a/docs/plugins/plugin-inventory.md +++ b/docs/plugins/plugin-inventory.md @@ -298,7 +298,7 @@ Each entry lists the package, distribution route, and description. - **[qianfan](/plugins/reference/qianfan)** (`@openclaw/qianfan-provider`) - npm; ClawHub: `clawhub:@openclaw/qianfan-provider`. Adds Qianfan model provider support to OpenClaw. -- **[qqbot](/plugins/reference/qqbot)** (`@openclaw/qqbot`) - npm; ClawHub. OpenClaw QQ Bot channel plugin for group and direct-message workflows. +- **[qqbot](/plugins/reference/qqbot)** (`@tencent-connect/openclaw-qqbot`) - npm. OpenClaw QQ Bot channel plugin for group and direct-message workflows. - **[qwen](/plugins/reference/qwen)** (`@openclaw/qwen-provider`) - npm; ClawHub: `clawhub:@openclaw/qwen-provider`. Adds Qwen, Qwen Cloud, Model Studio, DashScope, Qwen Token Plan, Bailian Token Plan model provider support to OpenClaw. diff --git a/docs/plugins/reference/qqbot.md b/docs/plugins/reference/qqbot.md index 82468f74fb94..20ed68bd9600 100644 --- a/docs/plugins/reference/qqbot.md +++ b/docs/plugins/reference/qqbot.md @@ -11,8 +11,8 @@ OpenClaw QQ Bot channel plugin for group and direct-message workflows. ## Distribution -- Package: `@openclaw/qqbot` -- Install route: npm; ClawHub +- Package: `@tencent-connect/openclaw-qqbot` +- Install route: npm ## Surface diff --git a/scripts/lib/official-external-channel-seed.json b/scripts/lib/official-external-channel-seed.json index e9a50fcab04f..c75a4c9996f3 100644 --- a/scripts/lib/official-external-channel-seed.json +++ b/scripts/lib/official-external-channel-seed.json @@ -123,15 +123,15 @@ "docsSource": "official", "docsInventory": { "package": { - "name": "@openclaw/qqbot", - "description": "OpenClaw QQ Bot channel plugin for group and direct-message workflows.", + "name": "@tencent-connect/openclaw-qqbot", + "description": "OpenClaw QQ Bot channel plugin by the Tencent Connect team.", "openclaw": { "install": { - "npmSpec": "@openclaw/qqbot", + "npmSpec": "@tencent-connect/openclaw-qqbot", "defaultChoice": "npm" }, "release": { - "publishToClawHub": true, + "publishToClawHub": false, "publishToNpm": true } }