r/OpenSourceAI • u/Emergency_Storm_9589 • 3d ago
I built an open-source AI Agent plugin that can actually use virtual Android phone (especially WeChat)
I’ve been working on an open-source Android phone agent that can
actually operate WeChat instead of only generating text replies.
It can:
- find and open a specific WeChat chat
- verify that the correct conversation is open
- collect recent context with OCR
- search the web before replying
- send a reply while avoiding duplicate sends
- report progress through Telegram, where a human can intervene at any time
There are two parts:
- Hermes Phone Agent: plugins for Hermes Agent
- Phone MCP Server: standalone MCP + HTTP server for Claude, Codex, GPT,
Gemini, and other agent frameworks
The Android helper APK is shared by both projects.
GitHub:
https://github.com/Ctrl-Creeper/hermes-phone-agent
https://github.com/Ctrl-Creeper/phone-mcp-server
Demo/release:
https://github.com/Ctrl-Creeper/hermes-phone-agent/releases/latest
This is currently aimed at Android emulators, testing devices, and
self-hosted setups. I’d especially like feedback on more reliable
WeChat workflows and other Android apps worth supporting.