belowthetree/dsh-qqbot--packages-qqbot ↗★ 0
@deepseek-ai/dsh-qqbot
QQ 官方机器人桥接器:提供 /qqbot 命令,并通过 WebSocket 网关进行绑定会话路由。
AI 分析
核心用途是将 DSH 代理接入 QQ 官方机器人。适合需要通过 QQ 聊天群或私聊与 AI 代理交互的团队或个人。必要条件:需提供 QQ 开放平台的 appId 和 appSecret。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
The plugin is a function plugin (name: 'qqbot', inject: ['agents', 'commands']). Mount it in a Cordis composition with the robot identity; a session opts in at runtime with /qqbot on.
| Field | Env fallback | Required | Meaning |
|---|---|---|---|
appId | QQBOT_APP_ID | yes | Robot application id from the QQ open platform. |
appSecret | QQBOT_APP_SECRET | yes | Robot application secret; never logged or put in a prompt. |
sandbox | — | no | Route token, gateway, and sends through the sandbox host. Default false. |
Missing credentials fail at load. Credentials resolve from config first, then from the two environment variables, so a deployment can keep the secret out of cordis.yml.