AI Agent Hub
Back to plugins
🖥️

dsh-wechat-bridge

Client Updated 2026.09.13

Run the following command in DeepSeek Harness:

dsh plugin install LZG3530606141/dsh-wechat-bridge

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

Run dsh plugin install LZG3530606141/dsh-wechat-bridge in DeepSeek Harness to install this plugin; the source repository is at https://github.com/LZG3530606141/dsh-wechat-bridge .

About this plugin

dsh-wechat-bridge is a terminal- and automation-oriented WeChat remote bridge plugin that connects a locally running DeepSeek Harness (DSH) instance to the WeChat iLink bot channel. It addresses a core need: letting developers seamlessly continue interacting with their local DSH sessions from a phone WeChat client without relying on desktop WeChat automation or a general-purpose IM aggregator with a web settings panel.

The plugin delivers a tightly integrated set of capabilities: WeChat text and transcribed-voice input, DSH session creation, listing, switching, and continuation, bidirectional synchronization of user confirmation questions and reply summaries between the desktop and WeChat sides (whichever answers first wins), an SSE-based event stream and control API, message relay and pending-outbox delivery, AES-encrypted file uploads constrained by directory allowlists and size limits, and a standalone dsh-wechat CLI. The entire package carries zero third-party runtime dependencies, ships secure loopback-only defaults with unauthenticated remote control denied by design, and is continuously tested on Node.js 20, 22, and 24.

It is well suited to terminal users and automation orchestrators who want to remotely drive their local DSH from WeChat, listen for events, diagnose state, and manage queued outgoing messages via scripts or the CLI. If your primary requirements include full bidirectional image, audio, and video handling, a comprehensive in-WeChat slash-command surface, or a graphical configuration dashboard, a general-purpose IM aggregator plugin from the DSH marketplace may be a better fit. This project is an independent community integration and does not claim endorsement by Tencent or WeChat.

Use Cases

  • Continue driving a local DSH session from a phone WeChat client
  • Monitor events, switch sessions, and manage the outbox via the dsh-wechat CLI
  • Control DSH and sync user confirmation questions through the SSE API inside automation scripts

Best For

  • Terminal developers who want to remotely drive a local DSH instance from WeChat
  • Automation orchestrators who need scripted event listening, diagnostics, and session management
  • Local-service users who value zero third-party dependencies and loopback secure defaults