Discover and explore top open-source AI tools and projects—updated daily.
Wechat-ggGitHubWeChat skill for local Claude Code AI interaction
Top 87.5% on SourcePulse
This project provides a WeChat skill enabling interaction with a local Claude Code instance via a personal WeChat account. It targets users seeking mobile access to Claude's advanced AI capabilities, offering features like real-time tool usage previews and image analysis, enhancing productivity on the go.
How It Works
A Node.js daemon bridges WeChat's ilink bot API to the local Claude Code SDK. It polls for messages, forwards them to Claude, and streams back responses, tool calls, and reasoning previews. Platform-native services (launchd/systemd) ensure daemon reliability.
Quick Start & Requirements
~/.claude/skills/wechat-claude-code), run npm install.@anthropic-ai/claude-agent-sdk (supports third-party APIs via env vars).npm run setup for QR scan and directory config.npm run daemon -- start.Highlighted Details
Maintenance & Community
README lacks details on maintainers, community channels, or roadmap. Development commands (npm run dev, npm run build) are present.
Licensing & Compatibility
MIT license; permissive for commercial use and closed-source linking.
Limitations & Caveats
Requires personal WeChat account and QR binding (potential privacy concerns). auto permission mode is flagged as dangerous. Limited to macOS and Linux. Setup requires command-line proficiency.
1 month ago
Inactive
nanocoai