wecom
Installation
SKILL.md
WeCom Skill
Send text and markdown messages to WeCom (企业微信) via incoming webhooks.
Setup
# Navigate to skill directory
cd skills/wecom
# Install dependencies
npm install
# Build TypeScript
npm run build
# Set webhook URL
export WECOM_WEBHOOK_URL="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=YOUR_KEY"