GoForum › 🌐 V2EX
基于微信 iLink API,微信可以连上 Claude、Code、Copilot、Qwen、Gemini、OpenCode 等各类 Agent!
formulahendry ·
2026-03-24 00:24 ·
0 次点赞 · 3 条回复
昨天,微信官方推出了 OpenClaw 的支持。
我看了一下相应的源码,发现底层其实是基于 iLink API 进行消息通信的!
endpoint 是 ilinkai.weixin.qq.com,通过 REST API 进行交互。
那么,事情就好办了!
我是不是能做一个通过 WeChat Bridge ,通过 ACP 来连上任意的 ACP Agent ?
于是,今天晚上马上开搞!
发布了 WeChat ACP: https://github.com/formulahendry/wechat-acp
你只需要运行一行命令:
npx -y wechat-acp --agent copilot
用微信扫二维码,然后就能在微信里面操控 Copilot CLI 了!

当然,也内置了其他主流 Agent:
npx -y wechat-acp agents
也可以启动其他 ACP Agent:
npx wechat-acp --agent "npx my-agent --acp"
代码完全开源:
https://github.com/formulahendry/wechat-acp
欢迎来试用或者围观!
添加回复
你还需要 登录
后发表回复
这下正宗了