AI Agent Hub
Back to plugins
dsh-notifier preview

dsh-notifier

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install THEWOLFWALKER/dsh-notifier

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness with the command 'dsh plugin install', using the source at https://github.com/THEWOLFWALKER/dsh-notifier .

About this plugin

Long-running AI agents often feel like a black box: you don't know if a task is stuck, whether it needs your approval, or when it fails until you return to your desk. dsh-notifier solves this by putting your DeepSeek Harness agent in your pocket, bringing notifications, approvals, and remote control to your phone.

It exposes one minimal notify() API in front and supports 27 channels behind it, including Telegram, Slack, Discord, Feishu, DingTalk, WeCom, Bark, ntfy, and more, all with zero runtime dependencies. Two trigger lines feed the system: the harness automatically pushes session events such as turn end, approval requests, and agent errors, while the model can also call the notify tool on its own. Every message resolves through level routing, which decides delivery semantics like silent push, priority headers, or @-mentions.

Beyond one-way notifications, dsh-notifier enables remote approval and remote conversation. You can answer approval requests directly from your phone, chat with the agent using plain text, or steer a mid-turn with the ! prefix. Since v0.5, long tasks send periodic heartbeats, silent turns raise stall alerts, and Telegram/Feishu notification cards include a one-click stop button, turning your phone into a true command center. The v0.7 identity system adds runtime pairing codes and composite-key bindings to control who can drive the agent remotely.

If you need to keep track of agent status away from your desk, handle approvals or continue conversations on mobile, or route multiple agents to different channels sensibly, dsh-notifier offers a lightweight yet complete solution.

Screenshots

Use Cases

  • Receive turn-end, approval request, and error notifications on your phone away from the desk
  • Approve requests remotely or stop runaway tasks with one click via Telegram or Feishu cards
  • Route notifications from multiple agents to different channels via a matrix to avoid disturbance

Best For

  • Developers who need to stay aware of agent status away from the desk
  • Teams running long tasks with DeepSeek Harness
  • Users who want to handle approvals and continue agent conversations on mobile