AI Agent Hub
Back to plugins
🧰

dsh-wechat-bridge

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install zxz9988/dsh-wechat-bridge

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

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

About this plugin

dsh-wechat-bridge solves a very practical problem: you are on the subway, in a meeting, or away from your desk, and you want to ask your AI assistant a quick question without firing up the DSH desktop app. This plugin bridges your phone WeChat directly to a DSH AI agent, so you send a message in WeChat and receive a streaming, typewriter-style reply right back in the chat, just like talking to a colleague.

The core capabilities cover the main day-to-day mobile interaction scenarios. Each contact gets an isolated AI session that persists across DSH restarts. Images, PDFs, and Office documents sent in WeChat are automatically downloaded and handed to the AI for analysis before a reply is composed. Files the AI generates, charts, reports, or code, can be pushed straight back to WeChat instead of pasted as raw text. A built-in cron scheduler lets you set recurring tasks such as a morning news digest with hot-reloadable configuration. An optional lightweight MCP fetch server allows the AI to read public web pages on explicit user request, with SSRF protection, timeouts, and size caps baked in. On the security side, pure-link messages are blocked by default, a tiered whitelist controls who can chat and who can issue commands, and automatic reconnection plus a polling watchdog keep the bridge resilient.

It is built for DSH users who want an always-available AI entry point from their phone. Setup is a simple QR-code scan with no protocol reversal or client hooking, relying on Tencent's officially open iLink Bot channel for a clean, compliant integration. If you just want a lightweight AI conversation available in WeChat whenever you need it, this is the most pragmatic option in the DSH ecosystem today.

Use Cases

  • Ask your AI assistant a question on your phone during a commute and get an instant streaming reply
  • Send a PDF or image in WeChat, let the AI analyze it, and receive the summary document right back in chat
  • Schedule a daily 7am industry news digest pushed to your WeChat automatically, no desktop needed

Best For

  • DSH users who want an always-available AI assistant from their phone
  • Developers who want in-chat Q&A, file analysis, and scheduled pushes without additional apps
  • Users who prefer official API channels over client hooking for compliance and stability