wecom-notify▌
xueheng-li/openclaw-wechat · updated Apr 8, 2026
Send text, image, or file messages to WeCom (企业微信) using scripts/send_wecom.py.
WeCom Notify
Send text, image, or file messages to WeCom (企业微信) using scripts/send_wecom.py.
Usage
# Text message
python3 scripts/send_wecom.py "消息内容"
python3 scripts/send_wecom.py "消息内容" --to LiXueHeng
# Image message
python3 scripts/send_wecom.py --image /path/to/photo.png
python3 scripts/send_wecom.py --image /path/to/chart.jpg --to @all
# File message
python3 scripts/send_wecom.py --file /path/to/report.pdf
python3 scripts/send_wecom.py --file /path/to/data.xlsx --to LiXueHeng
Default recipient: LiXueHeng. Config is read from ~/.openclaw/openclaw.json (env.vars section).
Notes
- Requires proxy (
WECOM_PROXYin config) — API calls route through Guangzhou VPS tinyproxy at10.147.17.105:8888via ZeroTier - WeCom text messages have a 2048-byte limit (~680 Chinese characters). For longer messages, split into multiple sends
- Image upload supports: jpg, png, gif (max 2MB for image type)
- File upload supports: any format (max 20MB)
- Uploaded media is temporary (3 days validity on WeCom servers)
- The script uses only Python stdlib (
urllib.request,json,mimetypes,uuid) — no pip dependencies
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
wecom-notify is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Sep 9, 2024
Keeps context tight: wecom-notify is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Registry listing for wecom-notify matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sakshi Patil· Jul 7, 2024
wecom-notify reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend wecom-notify for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Oshnikdeep· May 5, 2024
Useful defaults in wecom-notify — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Dhruvi Jain· Apr 4, 2024
wecom-notify has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Rahul Santra· Mar 3, 2024
Solid pick for teams standardizing on skills: wecom-notify is focused, and the summary matches what you get after install.
- ★★★★★Pratham Ware· Feb 2, 2024
We added wecom-notify from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Yash Thakker· Jan 1, 2024
wecom-notify fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.