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.

Desktop Notify — DSH Plugin for DeepSeek Harness
← Plugins

dsh-desktop-notify

Desktop Notify

Desktop notification plugin for the DeepSeek Harness (dsh): shows a native OS toast when the agent finishes a conversation turn. Zero runtime dependencies; works on Windows (native WinRT toast), macOS (osascript) and Linux (notify-send).

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-desktop-notify@1.4.1
READMECompatibilityVersions
桌面完成通知设置

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.4.1stable
9/4/2026
1.4.0stable
8/27/2026
1.3.2stable
8/26/2026
Show 4 more versionsCollapse versions
1.3.1stable
8/26/2026
1.3.0stable
8/26/2026
1.2.0stable
8/26/2026
1.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
1.4.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
404.8 kB
Files
13
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
68
Last push
9/4/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-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).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-desktop-notify

English | 简体中文

dsh 桌面通知插件:AI 完成回复时弹出系统桌面通知,切走干别的也能第一时间知道。

功能

  • AI 完成回复时弹出系统原生通知,正文预览回复摘要,并标注工作区 / 会话
  • 开关在 dsh 设置 → 通用 →「桌面完成通知」(Desktop Notification on Done)
  • 子代理的后台任务完成不弹窗,只提醒主对话
  • 支持把完成通知通过 HTTP 接口推送到多台设备(手机、其他电脑),每台独立配置、可随意增删

HTTP 推送(HTTP 调用)

想在你离开电脑时,也在这台电脑之外的其他设备上收到「AI 已完成」提醒,可以开启 HTTP 调用:

  1. 准备任意一个能接收 HTTP POST 的服务(自建或任意兼容服务),拿到它的接口地址与(可选)访问令牌。
  2. dsh 设置 → 通用 →「桌面完成通知」打开开关,下方会出现「HTTP 调用」,打开它。
  3. 点「添加设备」新增一台设备,填入设备名称、服务器地址与访问令牌;可继续添加多台,每台也可单独开关或删除。
  4. 离开电脑后,AI 每完成一轮回复,就会向所有启用且填了地址的设备 POST 一条 { "title", "body", "token", "icon" } 的 JSON。

桌面通知与 HTTP 调用是两条独立通道:可以只开桌面、只开 HTTP 调用,或两者都开。 多台设备并行发送,其中任一台失败不会影响其他设备。 访问令牌保存在本机 ~/.dsh/desktop-notify.json,只发往你填写的服务器地址。 每台设备的「图标地址」默认使用插件内置的角色图(assets/dsh-icon.jpg);留空即不发送 icon 字段,支持自定义为任意图片 URL,也支持「恢复默认」一键还原。

界面截图

桌面完成通知设置

安装

必须安装最新版 v1.4.1(当前最新版),请显式指定版本号:

dsh plugin --profile web add dsh-desktop-notify@1.4.1

请务必带上 @1.4.1 版本号,确保安装到该最新版本;仅写包名会装到 latest,无法保证是 1.4.1。

重启 dsh web 生效。

卸载

dsh plugin --profile web rm dsh-desktop-notify

联系

问题或建议,欢迎联系:

  • 邮箱:crazy_l118@icloud.com

赞助

如果这个插件对你有帮助,可以给我的晚餐加一根火腿肠 🌭

赞赏码

声明

  • 本项目与 DeepSeek / 深度求索不存在隶属、合作或官方背书关系,非官方出品。
  • 「DeepSeek Harness」为深度求索(DeepSeek)的注册商标,本插件在描述中仅作引用;插件名使用官方推荐的 DSH 缩写。
  • 开启「HTTP 调用」后,通知内容(标题与回复预览)会传输到你自行配置的推送服务;是否使用、使用哪家服务由你决定。

许可证

MIT