Discover and explore top open-source AI tools and projects—updated daily.
sgaofenControl AI programming CLIs via WeChat
Top 96.5% on SourcePulse
This project offers a bridge service to run popular AI programming CLI tools (Claude Code, Codex, Gemini, Kimi, OpenCode) within WeChat via the official iLink Bot API. It targets developers seeking seamless integration of AI coding assistants into their communication workflow, enabling remote control of local execution.
How It Works
A local bridge service acts as an intermediary, routing WeChat messages via the official iLink Bot API to spawn and manage specified AI CLI tools on the user's computer. Key design choices include leveraging the secure iLink channel, implementing robust message routing (@ prefixes, reply intelligence), and supporting advanced features like session continuity, cross-channel roaming, and tool chaining (@tool1>tool2). This centralizes AI tool interaction within a familiar chat interface while retaining local execution power.
Quick Start & Requirements
npm install -g @anthropic-ai/claude-code).git clone https://github.com/sgaofen/cli-in-wechat.git, cd cli-in-wechat, npm install.npm run dev or npm run dev:debug. Requires WeChat QR scan for ClawBot authentication.Highlighted Details
@ prefix and intelligent message routing./resume) and cross-channel roaming (/session set).@tool1>tool2) and output piping (>>).Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project requires a locally running bridge service and depends on the stability of the WeChat iLink Bot API and individual AI CLI tools. Setup involves installing multiple components: Node.js, WeChat ClawBot plugin, AI CLI tools, and the bridge service. iLink Bot API availability may be subject to WeChat's platform policies.
1 week ago
Inactive