AI Agent Hub
Back to plugins
🖥️

dsh-wechat

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install 1841220388zzzcccxxx-star/dsh-wechat

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

Run dsh plugin install 1841220388zzzcccxxx-star/dsh-wechat in your terminal; the plugin source is hosted at https://github.com/1841220388zzzcccxxx-star/dsh-wechat, then restart dsh web and scan the QR code in the Settings panel to bind your WeChat bot.

About this plugin

Weixin is the most everyday messaging channel in the Chinese internet, yet there has been no first-class bridge between Tencent's Weixin bot capability and AI orchestration platforms. dsh-wechat wraps the iLink Bot API's QR-code authorization and long-poll messaging into a native DeepSeek Harness plugin: the bot_token obtained from scanning is written straight into the Harness credential provider, and the browser never receives or transmits any sensitive material.

Once bound, simply send a text message or a voice clip that already carries a Weixin transcription to the bot, and Harness responds within a persistent per-user session. Long answers are automatically split into multiple short Weixin messages. Each account holds its own credential reference, sync cursor, deduplication record, and Harness session mapping, so multiple accounts coexist without interference. The /new, /status, and /help commands cover session reset, connectivity check, and help at a glance.

If your Weixin account already has the bot feature enabled and you want to route daily conversations straight into a DeepSeek Harness workflow—whether as a personal assistant or a small shared bot for a team—this plugin is the shortest path, with no polling scripts or middle-tier services to maintain.

Use Cases

  • Bind a WeChat bot via QR scan and get AI replies to text or transcribed-voice private messages
  • Run multiple WeChat accounts in parallel with fully isolated credentials, sessions, and dedup records
  • Route everyday WeChat chats into a DeepSeek Harness workflow without writing custom polling scripts

Best For

  • Individual users with the WeChat bot feature enabled who want AI-powered conversations
  • Small teams that need to fold WeChat private chats into a unified AI workflow
  • DeepSeek Harness developers looking to extend real-time messaging scenarios