🦀 ClawHub
WeChat Group Operator
by @jinhuadeng
WeChat group operations automation for Windows desktop WeChat. Use when the user wants to run recurring group engagement workflows such as morning questions,...
TERMINAL
clawhub install wechat-group-operator📖 About This Skill
name: wechat-group-operator description: WeChat group operations automation for Windows desktop WeChat. Use when the user wants to run recurring group engagement workflows such as morning questions, afternoon follow-ups, and evening case posts in specified微信群, with content pools, posting history, and OpenClaw cron scheduling. Best for群运营、私域活跃、课程群维护、社群节奏 automation. Not for朋友圈 scraping or broad WeChat data extraction.
wechat-group-operator
Use this skill to operate designated WeChat groups on a recurring schedule.
What this skill provides
Files
Core files:
scripts/wechat_group_operator.pyassets/groups.jsonassets/post_history.jsonassets/content/questions.jsonassets/content/followups.jsonassets/content/cases.jsonSupported actions
morning_questionafternoon_followupevening_caseQuick start
Dry run
python scripts/wechat_group_operator.py --action morning_question --dry-run
python scripts/wechat_group_operator.py --action evening_case --group "Core突击龙虾🦞" --dry-run
Real send
python scripts/wechat_group_operator.py --action morning_question
python scripts/wechat_group_operator.py --action afternoon_followup
python scripts/wechat_group_operator.py --action evening_case
Recommended workflow
1. Edit assets/groups.json to maintain target group whitelist
2. Edit content pools under assets/content/
3. Dry run first
4. Run real send manually
5. Attach to OpenClaw cron when stable
OpenClaw routing guidance
Map user intent like this:
morning_questionafternoon_followupevening_case--dry-runBoundaries
Current MVP assumes:
Do not claim support yet for:
Read more when needed
references/config.mdreferences/actions.mdreferences/cron-setup.md💡 Examples
Dry run
python scripts/wechat_group_operator.py --action morning_question --dry-run
python scripts/wechat_group_operator.py --action evening_case --group "Core突击龙虾🦞" --dry-run
Real send
python scripts/wechat_group_operator.py --action morning_question
python scripts/wechat_group_operator.py --action afternoon_followup
python scripts/wechat_group_operator.py --action evening_case