DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Qqbot — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Q

@sunjuntao/dsh-qqbot

Qqbot

Connect the official QQ bot (Webhook callback) to a local DeepSeek Harness: QQ group and direct messages (including full group message context) → DSH session → replies sent back to QQ, with support for passive replies and proactive group messages.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:master1Sun/dsh-QQbot#b748baa1da6c0f059285a437adda7d733efe9326
READMECompatibilityVersions

Compatibility and provenance

Qqbot is published as @sunjuntao/dsh-qqbot and currently resolves to version 0.1.13. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/19/2026

Versions

0.1.13stable
9/19/2026
0.1.12stable
9/18/2026
0.1.11stable
9/18/2026
Show 7 more versionsCollapse versions
0.1.10stable
9/17/2026
0.1.8stable
9/15/2026
0.1.7stable
9/13/2026
0.1.6stable
9/12/2026
0.1.5stable
9/11/2026
0.1.4stable
9/10/2026
0.1.3stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.1.13
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/19/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).Chat Importdsh-chat-importImport conversation history from 25+ AI coding agents into DeepSeek Harness as resumable sessions — tool calls, reasoning and results kept intact, with reverse export and sync. | 把 25+ AI 编程 Agent 的聊天记录导入 DeepSeek Harness 继续对话,保留工具调用、推理与结果,支持反向导出与同步。

README

dsh-QQbot

把 QQ 官方机器人(WebSocket 长连接模式)接入本机 DeepSeek Harness(dsh),让 AI 直接在 QQ 群聊 / 单聊里工作。

功能详解、操作步骤与全部配置参数见 用户手册.md。

QQ 群/单聊 ──WebSocket(每机器人一条)──▶ dsh-qqbot ──webhookRuntime──▶ DSH 会话
QQ 窗口  ◀──被动回复── 回复泵(按来源机器人路由)◀── 助手回复
定时消息 ──30s 调度──▶ QQ 群/单聊

核心能力

  • 多机器人:bots.json 唯一事实来源,每机器人独立凭据与配置,全部启用的同时在线,回复 / 定时 / 主动消息都由来源机器人发出。
  • 免公网接入:官方 SDK 长连接主动外连 QQ 网关,无需公网 IP、域名与回调配置。
  • 消息响应:群 @ 直接回复(可执行工具,附带最近 10 条上下文);群未 @ 消息经价值评分过滤后才以「只聊天」方式插话;单聊直接会话。
  • 会话与记忆:同一群/单聊复用会话(/new 重开);长期记忆跨会话保留(/记忆、/清空记忆)。
  • 多模态与语音:入站图片 / 文件 / 语音入上下文;语音转写五档(默认平台转写)、可选单聊 TTS 语音回复、单聊「正在输入」状态。
  • 定时消息:/定时 每天 09:00 …、间隔、查看、取消(每群/单聊默认 15 条,bots.json scheduleMaxPerChat 可调,0=不限);mode=ai 到点由 AI 现场生成内容。
  • 群管理:敏感词撤回、/广播、入群欢迎语、🗑️ 表情撤回、敏感操作按钮审批。
  • AI 工具:qqbot_schedule_*、qqbot_send_message/image/file/voice、qqbot_memory_*、qqbot_request_approval——直接说话即可(「每天九点提醒我喝水」)。
  • 安全与可靠:回复净化、媒体 SSRF 防护、可选本地路径白名单;发送失败进出箱每 60s 重投;主动消息每日配额可控;消息本地归档。
  • 设置界面:dsh 设置 → QQ 机器人,扫码或手动添加机器人,行为配置即改即生效。

安装

dsh plugin --profile web add <本目录或 git 地址>

开发模式:npm run build && npm run sync(同步到 ~/.dsh/profiles/web/node_modules/@sunjuntao/dsh-qqbot)。

依赖 @deepseek-ai/dsh-webhook 提供的 ctx.webhookRuntime;不可用时插件降级运行(不创建会话,设置页与 /status 可查)。

快速上手

  1. QQ 开放平台建机器人,拿 appId / appSecret,配置出口 IP 白名单;群设置里把「可获取的群聊消息范围」设为全部。
  2. dsh 设置 → QQ 机器人 → 添加机器人(扫码或手动填写),保存即热生效。
  3. 拉机器人进群 @ 它说话,或加好友私聊。

配置速览

行为配置按机器人独立存于 ~/.dsh/qqbot/bots.json,热生效无需重启。最常用几项:

字段默认说明
agentPresetdefault@ 与单聊使用的 Preset
groupFullReply / valueThresholdtrue / 5群未 @ 消息是否参与回复 / 价值阈值(越高越安静)
groupCooldownMs / senderCooldownMs60000 / 30000同群 / 同人回复最小间隔
atContextMessages10@ 消息附带的群聊上下文条数
quotaPerDay50主动消息每日配额(0=不限)
bannedWords[]群敏感词(命中撤回并跳过回复)
groupOverrides{}按群 openid 覆盖行为字段

界面隐藏配置项:归档 archiveEnabled、长期记忆 memoryEnabled、文件识别 fileIngestion、欢迎语、表情撤回、Markdown、回复净化、正在输入、按钮审批、多模态等默认常开;ttsReply、路径白名单、主动兜底默认关;secretEnv、agentPresetChat(留空跟随 agentPreset)、voiceTranscription(默认 note)、scheduleMaxPerChat(默认 15)、permissionAdmins 等仅 bots.json 可配。完整清单与参数关联见手册。

目录结构

src/host/     插件运行时(admin/ messaging/ schedule/ chat/ qq/ infra/)
src/client/   设置界面(挂 dsh 设置页「QQ 机器人」)
src/shared/   前后端共用(config / time / types)
src/cli.ts    终端凭据管理 CLI
scripts/      build / deploy / dev 脚本

主要数据落在 ~/.dsh/qqbot/:bots.json(机器人库,唯一事实来源)、global.json(adminToken)、schedules.json、memory/、archive/、outbox.json、permissions/<appId>/、stats/。

已知边界

  • 定时消息调度精度 30 秒,进程未运行时不触发。
  • 群被动回复窗口 5 分钟 / 5 次,超长任务可能发送失败(可开 proactiveFallback,但消耗主动配额)。
  • 群聊历史上下文只回放文本,不含历史附件的图片 / 文件。
  • webhookRuntime 为进程内 fire-and-forget,进程崩溃会丢未入会话的消息。

License

MIT