DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-notify

h

dsh-notify

Manifest valid

在输入框右边加了一个泡泡窗口,你可以接入插件或者告诉 AI 什么时候使用它。

UI (client)hasBundlePatch

dsh-notify — 提醒泡泡(Reminder Bubbles)

输入框右侧的提醒面板:任何插件或 AI 都能推送提醒(文本/链接),聊天式堆叠、拖拽调整大小、AI 总结、一键重启。装上即生效,重启不消失,任何预设可用。

提醒面板

外观设置


👤 使用说明

| 功能 | 说明 | |---|---| | 🔔 铃铛 | 输入框右侧,带未读数徽标 | | 提醒面板 | 贴屏幕底部,消息从底部向上堆叠(最新在最下) | | 双击泡泡 | 展开 / 收起 | | 拖拽 | 右下角调大小;右上角拉到屏幕顶端 | | 提醒:开/关 | 暂停 / 恢复接收提醒 | | AI总结:开/关 | AI 推送前先总结要点 | | 🎨 外观 | 自定义泡泡/窗口背景、透明度、模糊、文字颜色、页边距、实时预览、预设管理、随机装扮 |

安装:仓库放入 ~\.dsh\profiles\web\node_modules\dsh-notify\,在 ~\.dsh\profiles\web\package.jsondependencies"dsh-notify": "1.0.0"dsh.profile.bundles"dsh-notify",然后重启服务器进程(新 bundle 需重启生效)。


🤖 给 AI 的使用说明(接入文档)

推送提醒

方式 1(推荐):调用 notify_push 工具

{ "text": "提醒内容", "link": "https://可选链接", "source": "来源名" }
  • text(必填)提醒内容;link(可选)可点击链接;source(可选)显示为「来自:xxx」。

方式 2:HTTP 接口(host 侧插件)POST /__notify/push,body 同上。

方式 3:client 服务(client 侧插件)ctx.get('notifyCenter').push({ text, link, source })

使用规则

  1. 需要提醒用户时(任务完成、重要信息、待办)当场调用,别让用户来问"结果呢";
  2. 用户开了「AI总结」时,先总结成简洁要点再推;
  3. source 填你的名字(如「纱库」「系统」),方便辨识;
  4. 不要刷屏,重要提醒一条即可。

快速重启

「🔄 重启」按钮调用 /dsh-market/restart(重启服务器)+ /__notify/restart-app(重启桌面窗口)。AI 需要重启时直接 POST /dsh-market/restart


结构

| 文件 | 作用 | |---|---| | index.mjs | Host 半:/__notify/* HTTP 接口、notify_push 工具、systemPrompt 注入(头部有接口目录) | | client.js | Client 半:铃铛按钮 + 面板 + 外观面板(头部有功能目录) | | cordis.patch.yml | 把 dsh-notify 插件行插入 profile 组成 |

兼容性

需要宿主具备 webServertoolssystemPromptconversation.input.left/right/overlay 槽位(标准 dsh web profile 均有);缺失自动降级。静态 client 注入 CSS 用 document.createElement('style')(不要用动态插件的 styles,会导致启动失败)。

License

MIT

Similar plugins

dsh-plugin-desktop-notice

by zhaoxuejie

DSH 桌面通知插件:任务完成 / 等待输入 / 失败时,右下角弹窗 + 音效 + 手机推送(Windows / macOS / Linux)

Manifest valid

0

MIT

JavaScript

Sep 7, 2026

dsh plugin --profile web add dsh-plugin-desktop-notice

by 610la

DSH 通知中心插件:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效

Tools & CapabilitiesManifest valid

9

152/wk

MIT

JavaScript

Aug 15, 2026

dsh plugin --profile web add @lyhalal/dsh-notification-center

by Dawn388887

DSH plugin: desktop toast + remote browser notifications when an agent finishes or errors

Manifest valid

0

381/wk

MIT

JavaScript

Sep 3, 2026

dsh plugin --profile web add dsh-notify

OS-level system notifications for the dsh web GUI: popups when a turn finishes or the agent needs your approval, answer, or plan review while the page is in the background.

Notifications & IntegrationsManifest valid

0

dsh plugin --profile web add @deepseek-ai/dsh-client-ui-notifications

Adds Windows desktop notifications, optional sounds, and DSH-styled in-page notifications for task events.

Notifications & IntegrationsManifest valid

0

643/wk

dsh plugin --profile web add @lsq64737/dsh-windows-notifications

by MuziIsabel

DSH 插件:代理任务完成时弹出带声音的 Windows Toast 通知,点击通知即可直接切回并前台显示 DSH 标签页

Manifest valid

3

MIT

JavaScript

Aug 14, 2026

dsh plugin --profile web add dsh-win-notify