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.

Plugin Winnotify — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-winnotify

Plugin Winnotify

Windows native notifications for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Maple-Bamboo-Team/dsh-plugin-winnotify#3c3516b87234f058ccd3c6de791fb81707f3889f
READMECompatibilityVersions

Compatibility and provenance

Plugin Winnotify is published as dsh-plugin-winnotify and currently resolves to version 0.1.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
9/7/2026

Versions

0.1.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/7/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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.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).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-base

README

WinNotify

DeepSeek Harness 的 Windows 原生 Toast 通知插件。

一行安装

需要 Windows 10/11、Node.js 22.19+ 和已安装的 dsh。在 PowerShell 中执行:

dsh plugin --profile web add github:Maple-Bamboo-Team/dsh-plugin-winnotify

安装后重启 dsh web 并刷新页面。

通知

未查看对应对话时,提醒审批、提问、异常、任务完成和中断;点击通知打开对应会话。

通知标题为对话名,正文示例:

事件正文
审批 / 权限提升等待处理:写入文件——需要工作区外的写入权限
提问等待回答:状态探测——是否继续?
异常未经处理的异常:具体内容
完成任务已完成
中断任务中断:执行已取消

启动时发送时段问候和一言,获取失败则显示「不诱于誉,不恐于诽。」

配置

在 profile 的 cordis.patch.yml 中配置,例如关闭启动问候和声音:

- id: winnotify
  config:
    welcome: false
    sound: false

welcome、approval、question、error、completed、interrupted 和 sound 默认开启。更多选项见 src/config.ts。

卸载

dsh plugin --profile web remove dsh-plugin-winnotify

重启 dsh 后生效。需要清除系统通知来源和图标时,可在本地插件目录运行 npm run unregister。

开发

npm ci
npm run check
npm test
npm pack

npm test 会先构建;提交源码时一并提交更新后的 lib/。npm run preview 可预览系统通知。

许可

采用 MIT 许可证。图标来自 DeepSeek Harness 的 apps/web/public/favicon.svg,版权归 DeepSeek。