AI Agent Hub
Back to plugins
🧰

DSH-WX-Msg-Tool

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install yauntyour/DSH-WX-Msg-Tool

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

Run dsh plugin install yauntyour/DSH-WX-Msg-Tool in your terminal to install this plugin; source code: https://github.com/yauntyour/DSH-WX-Msg-Tool

About this plugin

Want DSH to send and receive WeChat messages without native SDKs, client hooks, or ban risk? DSH-WX-Msg-Tool works over the officially open WeChat ClawBot (iLink) Bot API using plain HTTP/JSON, with zero SDK dependency and no hooking involved.

After scanning a QR code on the DSH Web settings page, the api-token is written to local disk and is never exposed to the browser. Four tools cover the full message lifecycle: wx_login for QR-code login and session management, wx_send for outbound text, wx_poll for inbound retrieval, and wx_status for channel health. Enable background long-polling and messages are continuously buffered into a local inbox for on-demand pickup. Turn on auto session reply and every WeChat message drives a real DSH conversation, with per-user persistent session IDs that resume across restarts, and the model reply sent back with the original context token.

Ideal for developers who want DSH to act as a WeChat message hub, especially in headless or CI environments where the token can be reused from disk or overridden via WX_MSG_API_TOKEN, WX_MSG_BASE_URL, and WX_MSG_AUTO_POLL. The sole iLink protocol constraint is that the other party must initiate with a first message; after that, DSH takes over the reply.

Use Cases

  • Send and receive WeChat messages directly inside a DSH session
  • Enable auto-reply so the DSH model handles WeChat conversations
  • Reuse the on-disk token in headless or CI environments for messaging

Best For

  • Developers who want DSH to serve as a WeChat message hub
  • Automation teams needing a no-SDK, no-hook WeChat integration
  • Engineers embedding real-time messaging in headless or CI pipelines