docs(qqbot): point install docs at the Tencent package (#122417)

The externalization left the docs inventory seed and the channel page
advertising the retired @openclaw/qqbot npm package; the catalog already
resolves qqbot to @tencent-connect/openclaw-qqbot. Regenerates the
plugin reference and inventory pages from the corrected seed.
This commit is contained in:
Peter Steinberger
2026-08-11 21:20:00 -07:00
committed by GitHub
parent 35d764076e
commit a89b88ec0e
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Status: official downloadable plugin.
## Install
```bash
openclaw plugins install @openclaw/qqbot
openclaw plugins install @tencent-connect/openclaw-qqbot
```
## Setup
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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
@@ -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
}
}