wx4py
Automate WeChat messaging, group management, and AI chatbots on Windows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install wx4py?▼
Run `npx skills add claw-codes/wx4py --all -g -y` in your terminal to install the skill globally, then run `pip install wx4py` to add the Python library.
How to send bulk WeChat messages automatically?▼
Use the batch_send method with a list of group or contact names and your message text. The skill sends to all targets in one run, removing manual one-by-one sending.
Can wx4py build an AI group chat bot?▼
Yes. It listens to multiple groups and calls any OpenAI-compatible AI to reply only when the bot is @mentioned, with a send queue that prevents window conflicts.
What are the system requirements for wx4py?▼
You need Windows 10 or 11, Python 3.9 or later, and the WeChat 4.x desktop client logged in and running in the foreground.
Can I use wx4py without writing code?▼
Yes. Once the skill is installed in Claude Code or OpenClaw, you can describe tasks in plain language and the AI agent generates and runs the automation for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core