What problem does it solve?
Sending a quick notification to an Enterprise WeChat (WeCom) group normally requires writing curl commands, managing webhook URLs, and handling proxy issues each time. This Skill turns that into a single slash command that reads a shared config and delivers the message.
Core Features & Use Cases
- One-shot messaging: Send a single plain-text message to a WeCom group bot via its webhook URL with one command.
- Shared config integration: Reads webhook_url, recipient_scope, and recipient_label from ~/.config/setup-notifications-via-wecom/config.json, with a human-confirmation gate when the recipient scope is others.
- Proxy handling and error reporting: Unsets local proxy environment variables before sending and prints the exact WeCom errcode on failure.
- Use Case: After a backup script finishes, run /notify-wecom 备份完成 ✅ to push a completion notice to your team's WeCom group without leaving the terminal.
Quick Start
Ask the AI to send a quick WeCom message such as "/notify-wecom 服务上线成功" after the shared config file has been created.