DeepSeek Harness plugin

dsh-notify-huauauaa

HTTP webhook notify for DeepSeek Harness: POST {content, receiver, auth} when a root agent finishes a turn or needs a question/approval, with a per-session switch in the session menu.

Jump to install

Source facts

Repository
Huauauaa/dsh-notify
Latest update
Aug 19, 2026
Category
Memory
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/Huauauaa/dsh-notify
Plugin: dsh-notify-huauauaa
Author: Huauauaa

Check the source files

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

File explorer4 files
README.en.mdSource · read only
README language

dsh-notify

English | 简体中文

![Awesome DSH Plugin](https://awesome-dsh-plugin.com)

HTTP webhook plugin for DeepSeek Harness. When a root agent finishes a turn or needs you (question / approval), it POSTs:

{ "content": "任务完成:…", "receiver": "", "auth": "" }

content is filled by the plugin. Configure url / method / headers / receiver / auth in Settings → 通知. The per-session 通知 switch lives in the session ⋯ menu and overrides the global default.

This is not aokamoaki/dsh-notify (Windows toast). This repo sends your HTTP webhook.

Install

dsh plugin --profile web add link:/ABS/PATH/dsh-notify

After the GitHub repo has the dsh-plugin topic:

dsh plugin --profile web add github:OWNER/dsh-notify

Restart dsh web.

Usage

1. Open Settings, then 通知 (below Agent presets). Fill url / method / headers / receiver / auth. Optionally enable the global default. 测试 sends 通知测试:连通性检查 so you can check the webhook. 2. Each session's ⋯ menu has a 通知 switch: on notifies this session; off silences it. Unset sessions follow the global default.

Config file: $DSH_HOME/dsh-notify.json (default ~/.dsh/dsh-notify.json).

Triggers

Whencontent
Root agent runningidle任务完成:…
agent/error任务出错:…
ask_user_question需要回答:…
approval/asked等待审批:…

Subagents and same-session events within 5 seconds are skipped. Failed HTTP calls are logged only.

Completion follows current DSH: no global turn/end; poll agents.list() phases.

Develop

npm test
npm run check

For awesome-dsh-plugin use category notify. The repo must declare dsh.bundle, carry the dsh-plugin topic, and be ≥1 day old with ≥10 commits. Draft entry: data/awesome-dsh-plugin.yml.

License

[MIT](./LICENSE)