Discover and explore top open-source AI tools and projects—updated daily.
fastclaw-aiWeChat AI Agent Bridge for connecting to LLMs
New!
Top 45.6% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> WeClaw bridges WeChat with AI agents like Claude, Codex, and Gemini, enabling AI-powered communication within the popular messaging platform. It targets users seeking to automate or enhance WeChat interactions using AI, offering benefits such as intelligent message handling, proactive communication, and media integration.
How It Works
The project employs three primary agent interaction modes: ACP (fastest, long-running subprocess via JSON-RPC), CLI (spawns a new process per message), and HTTP (OpenAI-compatible API). WeClaw automatically detects and prioritizes ACP agents. It intelligently processes AI responses, converting markdown to plain text for WeChat, stripping code fences, and handling embedded image URLs by downloading and re-uploading them to WeChat's CDN.
Quick Start & Requirements
curl command is provided for quick setup: curl -sSL https://raw.githubusercontent.com/fastclaw-ai/weclaw/main/install.sh | sh. Alternative methods include Go installation (go install github.com/fastclaw-ai/weclaw@latest) and Docker.weclaw start. This prompts a QR code for WeChat login, auto-detects installed AI agents, and saves configuration to ~/.weclaw/config.json. Additional WeChat accounts can be added via weclaw login.Highlighted Details
/codex write a function), switching default agents (e.g., /claude), and checking status (/status).weclaw send) or an HTTP API.Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels like Discord or Slack.
Licensing & Compatibility
Limitations & Caveats
--dangerously-skip-permissions to bypass interactive prompts, which disables safety checks and carries inherent risks.2 days ago
Inactive