AI Agent Hub
Back to plugins
🖥️

dsh-plugin-wecom-bot

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zhao999/dsh-plugin-wecom-bot

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

Run dsh plugin install zhao999/dsh-plugin-wecom-bot in your DeepSeek Harness terminal to install the plugin; the source code is available at https://github.com/zhao999/dsh-plugin-wecom-bot .

About this plugin

dsh-plugin-wecom-bot moves your DSH agent workflow from a browser tab into a WeCom (Enterprise WeChat) chat window. Traditional webhook integrations require a public URL, message encryption, and an IP allowlist, which adds unnecessary operational overhead for internal tooling. This plugin switches to WeCom smart-bot long-connection mode: the plugin initiates an outbound WebSocket connection to the WeCom gateway, so there is zero public-network dependency, no reverse proxy needed, and no inbound ports to open.

On the capability side, the plugin treats each chat message as a task dispatched to a DSH agent and streams the final result back into the conversation. It handles both one-on-one chats and group mentions, maintains per-user multi-turn session context, or can operate in a one-shot mode where every message spawns a fresh agent. Beyond basic messaging, the plugin ships with workspace-switching commands (#ws, #cwd) and native permission-approval forwarding: when an agent requests elevated access, the approval prompt lands directly in the requester WeCom chat and can be resolved with a single-word reply, no browser context switch required.

This plugin is a good fit for teams already collaborating in WeCom who want to trigger code reviews, document generation, data queries, or other agent tasks with a single chat message, all without standing up and maintaining a dedicated public-facing service.

Use Cases

  • Trigger a code-review or document-generation task with a one-line private WeCom message
  • Dispatch data-query tasks via @bot mentions in group chats and receive the result inline
  • Approve or deny an agent permission-escalation request with a single-word reply in chat

Best For

  • Engineering teams already collaborating in WeCom every day
  • Platform ops who run DSH and want a lower-friction trigger surface
  • Internal tooling users who do not want to maintain a public webhook service