Recently, WeChat officially announced support for OpenClaw.
I dug into the source code. Turns out the backend is built on the iLink API for messaging.
The endpoint is ilinkai.weixin.qq.com, and it uses a REST API.
What if I build a WeChat Bridge that connects to any ACP agent?
I started hacking immediately last night.
Here it is!
🚀 Release: wechat-acp
https://www.npmjs.com/package/wechat-acp
Run one command:
npx -y wechat-acp@latest --agent copilot
Scan the QR code with WeChat, and you can control Copilot CLI directly from WeChat.
It also ships with other mainstream agents:
npx -y wechat-acp@latest agents
Or start any custom ACP agent:
npx -y wechat-acp@latest --agent "npx my-agent --acp"
The code is fully open-source:
https://github.com/formulahendry/wechat-acp
Feel free to try it out or just take a look!

Top comments (0)