wecom-notify
Send text, image, or file messages to WeCom (ไผไธๅพฎไฟก) using scripts/send_wecom.py.
Works with
Installation Guide
How to use wecom-notify on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- โบCursor installed and configured on your machine
- โบNode.js 16+ with npm โ verify with
node --version - โบActive project directory where you want to add
wecom-notify
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches wecom-notify from xueheng-li/openclaw-wechat and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate wecom-notify. Access via /wecom-notify in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
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
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale