setup-notifications-via-wecom
Installation
SKILL.md
Setup Notifications via WeCom
Overview
This skill helps you send clear, unambiguous technical notifications through a WeCom group bot webhook. It covers two things:
- One-time setup: store the webhook URL, test connectivity, and create a reusable sender script.
- Send messages: craft messages that distinguish state from delta, define every number, and avoid the misleading patterns that made earlier backup-sync notifications confusing.
The bundled script scripts/send_wecom.py handles the actual HTTP call, including the proxy-unset rule
required for Tencent services in mainland China.