AI Agent Hub
Back to plugins
⚙️

dsh-weixin

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install xmanrui/dsh-weixin

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

Run `dsh plugin install xmanrui/dsh-weixin` in the DeepSeek Harness terminal to install this plugin from https://github.com/xmanrui/dsh-weixin.

About this plugin

Integrating WeChat bots into DeepSeek Harness often presents challenges such as complex authorization and high risks of credential exposure. The dsh-weixin plugin is designed to solve these issues by enabling secure WeChat bot connections via QR code authorization, allowing users to manage integrations without manually handling API keys.

Running inside the dsh web Host process, the plugin employs a strict isolation architecture. It utilizes Tencent's iLink Bot API for real-time message synchronization via long polling. Security is prioritized by keeping sensitive tokens like bot_token and user IDs strictly within the Harness credential service, ensuring that browsers never handle them. Additionally, it supports multi-account isolation, giving each account its own session mapping and deduplication records.

This plugin is ideal for workflow developers requiring automated customer service or private domain operations through WeChat. It supports text and voice messages (with OCR), and provides commands like /new and /status for easy session management. If you are building a LLM application on DeepSeek and want your users to interact via WeChat, dsh-weixin serves as a secure and seamless bridge.

Use Cases

  • Connect to DeepSeek LLM chat via WeChat QR code
  • Automate message distribution and processing for enterprise WeChat
  • Build AI agent workflows based on the WeChat ecosystem

Best For

  • DeepSeek Harness platform developers
  • Enterprise teams relying on WeChat for business integration
  • Architects needing to build multi-channel AI assistants