Weixin Agent Gateway
Description
一个面向微信入口的多后端 AI 网关,解耦微信接入层与后端路由层,统一接入 OpenClaw、Codex、Claude Code 等平级后端。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
微信多后端接入插件
本项目目前仍处于早期版本,体验上可能还有一些问题。后续会持续迭代和优化,提供更顺畅的微信接入 Codex、Claude Code、Qoder CLI、Qwen Code、Kimi CLI、OpenCode、GitHub Copilot、Auggie、Cursor CLI 等能力。 本项目由 AgentAPI 方案转入 ACP,连接 Agent 会更加稳定。
这是一个基于腾讯微信插件演进而来的项目,本项目的 OpenClaw 接入方案与腾讯官方保持一致。
当前项目仍然以 **OpenClaw 微信插件** 形态运行,但已经开始支持“一个微信入口,对接多个后端”:
openclawcodexclaudeqoderqwenkimiopencodecopilotauggiecursor
兼容性
当前分支要求 `OpenClaw >= 2026.3.22`。
插件在启动时会检查宿主版本;如果 OpenClaw 版本过旧,会直接拒绝加载,避免在不兼容宿主上进入半可用状态。
查看当前宿主版本:
openclaw --version
样例展示
| 样例 1 | 样例 2 | 样例 3 |
|---|---|---|
![]() |
![]() |
![]() |
当前状态
目前它还不是一个完全脱离 OpenClaw 的独立服务,但在切换到 lightweight backend 时已经不再依赖 OpenClaw reply runtime,也不会消耗 OpenClaw Token。
当前运行方式:
微信
-> weixin-agent-gateway 插件
-> 路由层
-> openclaw / codex / claude / qoder / qwen / kimi / opencode / copilot / auggie / cursor
开发计划
- 支持独立运行;当 OpenClaw 未启动或异常退出时,可借助其他编程工具拉起 OpenClaw
- 补充更多各 backend 的原生命令,提供更顺滑的接入体验
- 新建会话
- 连续输出的形式显示思考过程
安装插件
一键安装
npx -y @bytepioneer-ai/weixin-agent-gateway install
安装器会自动:
- 安装或更新本插件
- 尝试禁用官方
openclaw-weixin插件 - 启用本插件
- 触发微信扫码登录
- 尝试安装 Codex ACP wrapper(如果本机未安装)
- 尝试安装 Claude ACP wrapper(如果本机未安装)
当前一键安装主要覆盖插件本体、微信登录,以及 `codex` / `claude` 的 wrapper 安装。 `qoder` / `qwen` / `kimi` / `opencode` / `copilot` / `auggie` / `cursor` 仍建议按下面步骤手动安装对应 CLI。
本地源码安装
git clone https://github.com/BytePioneer-AI/weixin-agent-gateway.git
cd weixin-agent-gateway
npm run local:setup
底层等价于在源码目录执行:
openclaw plugins install -l .
手动安装
1. 安装插件
openclaw plugins install "@bytepioneer-ai/weixin-agent-gateway"
2. 启用插件
如果之前安装了微信的 openclaw-weixin,需要禁用,否则会出现 Open
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI 

