This automates WeChat Work (WeCom) personal accounts using the Wechaty framework with PadLocal protocol. It handles friend requests automatically, answers questions from a vector knowledge base backed by PostgreSQL and pgvector, and escalates to humans via Telegram when confidence is low. The setup supports text, images, files, and voice messages. You'll need a PadLocal token (around 50 yuan monthly) and some configuration work with PM2, but the architecture is straightforward: Wechaty connects to your WeCom account, routes messages through an OpenClaw gateway, queries your knowledge base with Kimi or GPT, and notifies you when the bot can't handle something. Good for small team support or personal assistant scenarios where you want AI handling routine questions but need humans in the loop.
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill wecom-automation