ClawBridge for WeChat — ChatGPT Work, project chat, and explicit read-only Codex from WeChat #46967
samzhou1972
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I built ClawBridge for WeChat, a small local-first bridge for a workflow I use on my Windows development PC.
My use case is fairly specific: WeChat is already the communication channel I keep open on my phone, and I wanted one lightweight entry point for three separate things:
/work— observe local ChatGPT Work status and results;/chat— continue discussing the current local project with ChatGPT and lightweight project context;/codex— explicitly start Codex CLI analysis against a configured repository in a read-only sandbox.The execution boundary is deliberate.
A normal
/chatrequest does not silently turn into local code execution. Codex only runs when/codexis explicitly invoked, using:Detailed logs, source code, long outputs, browser state, and runtime state remain on the PC. WeChat is mainly the control, short-result, and notification channel.
The latest
v0.1.1release also adds:It checks the local config, configured projects, WeChat binding, Chrome / ChatGPT profile, and Codex CLI availability without treating optional capabilities as hard failures.
Current status:
Repository:
https://github.com/samzhou1972/clawbridge-wechat
Disclosure: I maintain ClawBridge and use it in my own local Windows development workflow.
I’d especially value feedback on the boundary between a lightweight messaging bridge and a full remote development interface.
All reactions