dsh-qq-bot
DeepSeek Harness plugin bridging QQ official Bot API (QQ 开放平台) to dsh agents. No third-party bot framework required.
AI Analysis
核心用途是将 DSH 智能体接入 QQ 开放平台。适合希望在 QQ 群聊或单聊中部署 AI 助理的开发者。必要条件是需准备 QQ 开放平台的 AppID 和 AppSecret。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置项
| 字段 | 必填 | 默认 | 说明 |
|---|---|---|---|
appId | ✅ | — | QQ 开放平台机器人 AppID |
clientSecret | ✅ | — | QQ 开放平台机器人 AppSecret |
sandbox | 否 | false | 使用沙箱 API 域名 |
allowGroups | 否 | [] | 群聊白名单(group_openid),空为全部响应 |
allowUsers | 否 | [] | 单聊白名单(user_openid),空为全部响应 |