Summary
- Send messages to WeCom (企业微信) via the WeCom API.
- Use when the user asks to "send wecom message", "notify via wecom", "发企业微信", "给我发企业微信消息", "wecom通知", "发文件到企业微信", "发图片到企业微信", or when a task completes and the user wants notification on WeCom.
xueheng-li/openclaw-wechat
Send messages to WeCom (企业微信) via the WeCom API.
npx skills add xueheng-li/openclaw-wechat --skill wecom-notify
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Share a Google Docs document with edit access and email collaborators the link.
27.3K installsDelete a Google Calendar event and send a cancellation email via Gmail.
647 installsSend notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feis…
387 installs>- Send a single one-off message to a WeCom (Enterprise WeChat) group bot. Use this skill whene…
227 installsnotify the user via Discord webhook embed. Triggers: /notify, send a Discord notification, aler…
141 installsDual-channel booking notifications via Telegram + Pushover. Scheduled sync, webhook relay, emer…
122 installsDeclared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
1,535 B
SUMMARY.md
332 B
Send text, image, or file messages to WeCom (企业微信) using scripts/send_wecom.py.
# 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).
WECOM_PROXY in config) — API calls route through Guangzhou VPS tinyproxy at 10.147.17.105:8888 via ZeroTierurllib.request, json, mimetypes, uuid) — no pip dependencies