AI Agent Hub
Back to plugins
⚙️

dsh-serverchan-notify

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install nickhelion/dsh-serverchan-notify

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

Run dsh plugin install nickhelion/dsh-serverchan-notify in DeepSeek Harness to install this ServerChan notification plugin; the source repository is at https://github.com/nickhelion/dsh-serverchan-notify

About this plugin

In a DSH agent-workflow, a finished run often leaves only a line in the logs while the key outcome never reaches your phone or inbox. dsh-serverchan-notify closes that gap by wiring ServerChan's push-notification channel into the DSH plugin ecosystem, so a workflow node can deliver an event straight to your WeChat or email instead of waiting for you to check back.

The plugin stays intentionally focused: it speaks the ServerChan API on the outbound side and exposes a standard DSH plugin interface on the inbound side, meaning you drop it into any existing DSH workflow without rewriting your orchestration layer. Because it now lives as a package inside the unified DSH plugin monorepo, updates, compatibility fixes, and version alignment with other DSH plugins are all handled in one place, and the npm package name and plugin ID remain exactly what they were before the move.

It is a good fit for teams or solo developers who build DSH-based automation pipelines and already rely on ServerChan as their personal notification channel. If your workflow produces alerts, completion summaries, or escalation signals that need to land on a phone within seconds, this plugin gives you a clean, maintainable integration point without pulling in a whole notification framework.

Use Cases

  • Push workflow completion results to WeChat or email after a DSH run finishes
  • Trigger instant notifications to stakeholders at critical pipeline checkpoints
  • Replace manual log polling with proactive alerts delivered to your phone

Best For

  • Developers building DSH automation workflows who rely on ServerChan as a personal notification channel
  • Teams needing lightweight in-workflow push delivery without a heavy notification framework
  • Solo developers who want workflow alerts or summaries to reach their phone within seconds