WeChat Bot · Exclusive Cloud Host + Claude Code Integration

Turn WeChat into a programmable AI Assistant
One-click deployment, scan to use

Provide each user with an exclusive cloud host that automatically runs a real WeChat desktop client and offers a complete HTTP / WebSocket interface. You can either directly call the API to send and receive messages or integrate Claude Code to let AI automatically read and reply to your WeChat conversations.

1:1
One user per exclusive cloud host, no interference
HTTP+WS
Message sending and receiving API + real-time event WebSocket
Scan
Log in with mobile WeChat by scanning the code
Claude
Integrate Claude Code for automatic message replies

Core Competencies

Drives a real WeChat desktop client, behavior close to human operation; exposes a unified interface covering the complete process from login, sending and receiving to event listening and conversation history.

📨

Message Sending

Send text, images, files, and videos to contacts or group chats via /api/messages/send, with real-time feedback on sending results.

Real-time Message Listening

Subscribe to inbound message events via WebSocket /ws, pushing new messages to your ticketing system, CRM, or alert system immediately.

🗂️

Historical Messages and Search

Supports pulling and refreshing conversation history, searching by keywords, facilitating message retention, quality inspection, and data analysis.

👥

Contact and Conversation Synchronization

Synchronize contact and conversation lists, obtaining the latest status as needed, reducing maintenance costs on the business side.

🩺

Status and Health Check

/api/status and /ping expose online status and availability, facilitating monitoring integration and setting up automatic recovery.

🔐

Independent Authentication and Operations

Each instance is equipped with an independent API_TOKEN, providing QR code login, logout, restart, and RDP remote desktop for troubleshooting.

★ Signature Ability · WisdomChannel

Let Claude Code take over your WeChat

WisdomChannel is a Claude Code channel plugin that connects your WeChat instance with Claude Code: incoming WeChat messages are handled by Claude, and replies are sent back to the other party—your WeChat thus becomes an AI assistant that works on its own.

  • Private messages are automatically forwarded; group messages are triggered only when @you is mentioned, avoiding disturbances
  • Built-in allowlist access control, responding only to contacts you permit
  • Two modes: interactive MCP channel, or unattended wisdom-channel bridge auto-reply loop
  • One command installation: pip install wisdom-channel (requires Claude Code CLI v2.1.80+)
Unattended Auto Reply
pip install wisdom-channel
# Configure instance address and token
setx WISDOM_API_URL "http://<your-instance-ip>:8000"
setx WISDOM_API_TOKEN "<API_TOKEN>"
# Start bridge: new message → Claude → auto reply
wisdom-channel bridge --model sonnet

Quick Access Example

Each instance has its own API address and token (API_TOKEN), and you can directly call the instance's :8000 interface to send messages.

cURL · Send a Message
curl -X POST "http://<your-instance-ip>:8000/api/messages/send" \
  -H "Authorization: Bearer <API_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{
    "target": "Alice",
    "type": "text",
    "text": "Hello from WeChat Bot"
  }'

Four Steps to Go Live

Standardized deployment process to reduce integration barriers and operational complexity.

STEP 01

Create Application

Create a WeChat Bot application on the platform, and the system will automatically deploy a dedicated cloud host for you.

STEP 02

Scan to Log In

Log in to the console by scanning the QR code with your mobile WeChat, and obtain the instance's API address, API_TOKEN, and RDP remote desktop entry.

STEP 03

Call API or Integrate Claude

Directly call the :8000 interface to send and receive messages, or install wisdom-channel to let Claude Code respond automatically.

STEP 04

Connect Business Systems

Link message events with internal processes to build maintainable and observable automated workflows.

Typical Scenarios

Suitable for teams and individuals who need stable WeChat capabilities and wish to add AI automation.

  • AI customer service automatic replies and 7×24 monitoring (Claude Code)
  • Private domain operation automation and scheduled outreach
  • Corporate notification bots and alert push
  • Customer service message forwarding and ticket linkage
  • Conversation history retention, retrieval, and quality analysis
  • Personal WeChat assistant: automatic organization, reminders, and replies

Frequently Asked Questions

How does it connect to WeChat?

Each instance runs a real WeChat desktop client, with Wisdom driving message sending and receiving through desktop automation, closely mimicking human operation, rather than using a third-party web protocol.

How to enable AI auto-reply?

Install wisdom-channel and connect to Claude Code. Private messages are automatically forwarded, and group messages trigger only when @mentioned, with support for whitelisting to control the response range.

Does it support real-time event processing?

Yes. Subscribe to inbound message events via WebSocket /ws for real-time business processing and system interaction.

How to perform operation and maintenance troubleshooting?

You can log in to the host via RDP remote desktop for troubleshooting, and use /api/status for health checks and logout/reboot interfaces for quick localization and recovery.

What precautions should be taken when using it?

Please comply with WeChat platform usage regulations, reasonably control sending frequency and content, and avoid impacting normal accounts.

Start Using WeChat Bot

A unified deployment, authentication, and operation model, combined with Claude Code integration, allows your WeChat automation business to go live quickly.