Connect your personal WeChat (微信) to Claude Code. Messages arrive directly in your Claude Code session — Claude responds with full agent capabilities: file editing, terminal commands, code search, and more.
This is not an external bridge. The plugin runs inside Claude Code via MCP, giving it complete access to all tools.
WeChat (phone) ←→ iLink Bot API ←→ Plugin (MCP stdio) ←→ Claude Code
# 1. Clone
git clone https://github.com/zerolong0/Claude-Plugins-Wechat.git
cd Claude-Plugins-Wechat/plugins/wechat
# 2. Install
bun install
# 3. Login — scan the QR code with WeChat
bun server.ts login
# 4. Launch Claude Code with WeChat
claude --channels plugin:wechat@claude-plugins-officialDone. Send a WeChat message and Claude Code responds.
| Feature | Support |
|---|---|
| Text messages | Send & receive, auto-chunked, Markdown stripped |
| Images | Send & receive, AES-128-ECB CDN encryption |
| Voice | Receive with SILK→WAV transcoding + speech-to-text |
| Files | Send & receive (PDF, DOC, ZIP, etc.) |
| Video | Send & receive (MP4) |
| Quoted messages | Receive with context |
| Access control | Pairing codes, allowlist, or disabled |
| Daemon mode | tmux auto-restart with health monitoring |
| Typing indicator | Real-time "typing..." status |
See plugins/wechat/README.md for complete setup guide, access control, daemon mode, troubleshooting, and architecture details.
We welcome new channel plugins! See CONTRIBUTING.md for the plugin specification.
MIT
将你的个人微信连接到 Claude Code。微信消息直接进入 Claude Code 会话 — Claude 以完整 Agent 能力回复:编辑文件、执行命令、搜索代码,一切皆可。
这不是外部桥接器。插件通过 MCP 协议运行在 Claude Code 内部,拥有所有工具的完整访问权限。
微信 (手机) ←→ iLink Bot API ←→ 插件 (MCP stdio) ←→ Claude Code
# 1. 克隆项目
git clone https://github.com/zerolong0/Claude-Plugins-Wechat.git
cd Claude-Plugins-Wechat/plugins/wechat
# 2. 安装依赖
bun install
# 3. 登录 — 用微信扫描终端中的二维码
bun server.ts login
# 4. 启动 Claude Code + 微信频道
claude --channels plugin:wechat@claude-plugins-official完成。从微信发一条消息,Claude Code 会直接收到并回复。
| 功能 | 支持 |
|---|---|
| 文本消息 | 收发,自动分段,Markdown 转纯文本 |
| 图片 | 收发,AES-128-ECB CDN 加解密 |
| 语音 | 接收,SILK→WAV 转码 + 语音转文字 |
| 文件 | 收发(PDF、DOC、ZIP 等) |
| 视频 | 收发(MP4) |
| 引用消息 | 接收,含上下文 |
| 权限控制 | 配对码 / 白名单 / 禁用 |
| 守护进程 | tmux 自动重启 + 健康监控 |
| 打字状态 | 实时「正在输入...」 |
参见 plugins/wechat/README.md,包含完整安装指南、权限控制、守护进程、故障排除和架构说明。
欢迎提交新的频道插件!参见 CONTRIBUTING.md 了解插件规范。
MIT