DeepSeek Harness plugin

dsh-notify-nkhszkqa

dsh 任务完成时推送手机通知(Bark / Server酱 / 任意 webhook)

Jump to install

Source facts

Repository
NkhszkQAQ/dsh-notify
Latest update
Aug 18, 2026
Category
Remote & Mobile
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/NkhszkQAQ/dsh-notify
Plugin: dsh-notify-nkhszkqa
Author: NkhszkQAQ

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-notify 🔔

dsh 任务完成时推送手机通知。监听 turn/end 事件(一轮任务结束),通过 Bark(iPhone)/ Server酱(微信)/ 任意 webhook 提醒你。

1. 准备推送通道(二选一)

方案 A:Bark(iPhone,推荐) 1. App Store 装 Bark 2. 打开 App,复制你的推送地址,形如:https://api.day.app/xxxxxxxxxxxx

方案 B:Server酱(微信) 1. 打开 sct.ftqq.com,微信扫码登录 2. 复制 SendKey,拼接成:https://sctapi.ftqq.com/<SendKey>.send

2. 配置 webhook

export DSH_NOTIFY_WEBHOOK="https://api.day.app/xxxxxxxxxxxx"

或在 cordis.patch.yml 的插件条目里加 config(效果相同):

- insert:
  - id: dsh-notify
    name: '@dsh-external/dsh-notify'
    config:
      webhook: 'https://api.day.app/xxxxxxxxxxxx'

3. 挂载插件

dsh plugin --profile web add link:/Users/nkhszk/.openclaw/workspace/dsh-notify

4. 重启生效

dsh web

5. 验证

在 dsh 里随便跑一个任务,完成后手机应该收到"✅ dsh 任务完成"推送。 没有收到?看终端日志:[dsh-notify] 发送失败: ... 会告诉你原因。

可选配置

字段默认值说明
webhook环境变量 DSH_NOTIFY_WEBHOOK推送地址
title✅ dsh 任务完成通知标题
debounceMs10000防抖毫秒数,10 秒内只发一条

备注

  • 插件是纯 ESM 的 .js,无需 TypeScript 编译,link: 挂载后直接用
  • dsh 目前是 v0.1 预览版,事件名/API 可能变动;若 turn/end 失效,检查官方事件目录 packages/core/session/src/known-event-types.ts