Wx Cc Bridge — Development skill for Claude Code
WeChat ↔ Claude Code CLI bridge — talk to Claude from WeChat via the ClawBot (iLink) protocol, using your Max subscription.
How to install Wx Cc Bridge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open andyleimc-source/wx-cc-bridge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Wx Cc Bridge does
WeChat ↔ Claude Code CLI bridge — talk to Claude from WeChat via the ClawBot (iLink) protocol, using your Max subscription.
Alternatives in Development
- Wechat Article — 微信公众号文章:作者-编辑-读者三Agent协作 15.9k ★
- /sync-agents-md - Regenerate AGENTS.md From CLAUDE.md — Synchronize AGENTS.md with current CLAUDE.md using the codex-cli-bridge skill 618 ★
- Analyze Wechat — /analyze-wechat 505 ★
README
wx-cc-bridge
WeChat ↔ Claude Code CLI bridge. Talk to Claude Code from your personal WeChat account through the official ClawBot / iLink protocol, using your Claude Max subscription (no API billing).
WeChat user → iLink long-poll (ilinkai.weixin.qq.com)
→ this bridge (Python / FastAPI-free, asyncio)
→ subprocess: claude -p "…" --resume
→ reply back via sendmessage
Why
- No API key required — runs the
claudeCLI against your Max subscription. - Per-chat isolation — each WeChat contact gets its own
cwdand Claude session. - Slash commands —
/new,/history,/resume,/cd,/pwd,/help.
Status
- M1: iLink integration (login, long-poll, send) — working
- M2: Claude CLI integration + slash commands — working
- M3: Hardening (token auth, bash-tool denylist, reply chunking) — not yet
Requirements
- macOS (launchd deployment uses Apple-specific bits; core Python works anywhere)
- Python 3.11+
- `uv`
claudeCLI installed and logged in with a Max subscription — must not be configured to hit the Anthropic API- A WeChat account that can register as a ClawBot (this is Tencent-side; not every account can)
Install
git clone https://github.com//wx-cc-bridge.git
cd wx-cc-bridge
make sync # uv-based deps + editable install
Run (foreground, for first-time login)
make run
A QR code prints in the terminal. Scan it with the WeChat account you want to use as the bot (that account will act as the bridge endpoint). Login persists in `~/.wx-cc-bridge/token.json`.
Send any message from a second WeChat account to the bot account and you should see `[msg] …` in the log and a Claude reply back in WeChat.
Run as a background service (macOS launchd)
make install-service # one-time
make status # PID / exit code
make logs # tail stdo
Related Skills
Claude Code Wechat Channel
Claude Code Channel plugin for WeChat — bridge WeChat messages into Claude Code sessions via the official Claw
Wexin Code CLI Bridge
Bridge WeChat messages to Claude Code CLI via iLink protocol
Commandcode Go Opencode
Unofficial bridge that lets a Command Code Go subscription talk to any OpenAI- or Anthropic-compatible client
Opencode Anthropic Login Via CLI
OpenCode plugin for using Anthropic models with your Claude Pro/Max subscription
Cursor2api
Use your Cursor subscription as an OpenAI-compatible API. Direct agent.v1 protocol — real tool_calls, streamin
Opencode Claude Bridge
OpenCode plugin for Claude Pro/Max OAuth — auto-syncs from Claude CLI
Related Agents
Acp Client
The Agent Client Protocol standardizes how editors talk to coding agents, but each editor needs a client imple
Antigravity Agent
Runs Google Antigravity on the user's Antigravity subscription, reached through the agy CLI. One mode - consul
Codex Bridge
把指定工作外包給 gpt-5.5(codex)並忠實回傳其輸出。當需要 gpt-5.5 的批量實作或獨立第二審查視角時使用。這是 plugin 內第三種 codex 路徑:一次性 codex exec CLI 呼叫、輸出