Discover and explore top open-source AI tools and projects—updated daily.
JohnixrBridge WeChat conversations with Claude Code AI
Top 95.4% on SourcePulse
Summary
This project provides a plugin for Claude Code, enabling users to bridge WeChat messages directly into Claude Code sessions. It targets users who wish to leverage Claude's capabilities within their WeChat communication workflow, offering a convenient way to interact with the AI model through a familiar messaging interface. The primary benefit is the seamless integration of AI-powered assistance into daily WeChat conversations.
How It Works
The plugin facilitates communication by routing messages from WeChat (iOS) through the official WeChat ClawBot ilink API. These messages are then processed by the plugin, which acts as a bridge to Claude Code sessions using the MCP (Model Context Protocol) Channel extension. Replies from Claude Code are sent back to WeChat via the same pathway. Message reception utilizes ilink/bot/getupdates long polling, while message sending employs ilink/bot/sendmessage. Authentication is handled via QR code login to obtain a Bearer Token.
Quick Start & Requirements
npx claude-code-wechat-channel setup (Scan QR code with WeChat for authentication; credentials saved to ~/.claude/channels/wechat/account.json).npx claude-code-wechat-channel install (Generates .mcp.json configuration file).claude --dangerously-load-development-channels server:wechat (Starts Claude Code with the WeChat channel enabled).ANTHROPIC_API_KEY environment variable.Highlighted Details
@tencent-weixin/openclaw-weixin.ilink/bot/getupdates and ilink/bot/sendmessage endpoints.Maintenance & Community
Information regarding maintainers, community channels (like Discord/Slack), or a public roadmap is not detailed in the provided README.
Licensing & Compatibility
Limitations & Caveats
This project is currently in a research preview stage and requires the --dangerously-load-development-channels flag to run, indicating potential instability or experimental features. The channel will disconnect if the Claude Code session is closed. WeChat ClawBot functionality is restricted to the latest iOS version, and each ClawBot instance can only connect to a single agent.
1 month ago
Inactive