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.

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

dsh-qq-notify

Qq Notify

QQ notifications via local NapCat: qq_send / qq_status / qq_napcat tools. 中文: 通过本机 NapCat 向主号 QQ 发送通知,附状态查询与 NapCat 管理工具。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wodongx123/dsh-qq-notify#ecb83b197bb75e7fab84def9cffdf8499866663f
READMECompatibilityVersions

Compatibility and provenance

Qq Notify is published as dsh-qq-notify and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

1.0.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
1.0.0
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
8/27/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.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm Connect@michengai/dsh-im-connectDeepSeek Harness IM assistant: connect a local agent to WeChat, WeCom, DingTalk, Feishu, QQ, and Telegram, with conversations and web tasks separated.

README

dsh-qq-notify —— QQ 通知插件

通过本机 NapCat 机器人向主号 QQ 发送私聊通知。8 个 DSH 工具全流程覆盖:部署、启动、配置、状态检查、消息发送。无需任何网页/外部界面,全部在 DSH 对话内完成。

功能(全部在 DSH 对话中完成)

你说工具效果
帮我装好QQ通知qq_deploy全自动部署:下载→解压→修复→引导登录
启动QQ通知 / 重启NapCatqq_napcat后台启停 NapCat
查一下QQ通道状态qq_statusNapCat 是否在线、登录账号
用QQ发:xxxqq_send向主号发送私聊消息
查看当前QQ配置qq_config_show显示所有配置项
我的QQ主号改成 xxxqq_config_set修改配置并保存到磁盘
检测某目录是不是NapCatqq_detect检查指定目录是否合法 NapCat
扫描全机NapCatqq_find自动发现所有安装实例

全新机器一步到位

在 DSH 里说 帮我装好QQ通知,模型调用内置部署引擎自动完成:

  1. 从 GitHub 下载最新版 NapCat Shell(Windows Node 版)
  2. 自动解压安装到自动发现/指定的目录
  3. 修复已知 bug(--no-sandbox、预置 crypto.dll/ssl.dll)
  4. 提示扫码登录 WebUI(唯一需要人工的步骤)

登录后即可使用。之后 NapCat 自动快速登录,无需重复扫码。

安装

dsh plugin --profile web add file:<本目录>

如果你是从 DSH 应用市场直接下载安装的,插件已完成注册,无需执行上面这条命令,重启 DSH 后即可使用;此命令仅适用于手动拿到源码包/目录、需要本地注册的场景。

重启 DSH 后生效。要求:

  • Windows 10/11 x64
  • 一个已登录的机器人小号(napcat 扫码使用)
  • 机器人已加主号为好友

配置项

键默认值说明
mainQq空接收通知的主号 QQ(用 qq_config_set mainQq 设置)
apiPort3002NapCat HTTP API 端口
napcatDir自动发现NapCat 部署目录(也可用 qq_find 自动定位)
botQq空机器人小号 QQ(可选)

配置文件持久化在 <插件根目录>/napcat/qq-notify.config.json。

故障排查

现象处理
qq_status 显示未运行先 qq_napcat action=start,再用手机 QQ 扫码登录 WebUI(http://127.0.0.1:6099/webui)
qq_send 报 API unreachable确认 NapCat 已启动且 apiPort(默认 3002)未被占用
发送成功但收不到检查主号是否已配置(qq_config_set mainQq),并确认机器人与主号互为好友
找不到 NapCat用 qq_find 自动扫描,或 qq_config_set napcatDir 手动指定目录