webhook-robot
向各种基于 webhook 的机器人(微信、钉钉、飞书等)发送消息。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~takedwind-webhook-robotcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~takedwind-webhook-robot/file -o takedwind-webhook-robot.md# Webhook Robot Skill A universal skill to send messages to webhook-based chat bots. Currently supports **WeCom (企业微信)**. ## Usage ### WeCom (企业微信) Send a text message to a WeCom group bot. ```bash # Basic usage (requires configuring webhook url or passing it) scripts/send_wecom.py --key <YOUR_KEY> --content "Hello from OpenClaw!" # Or full webhook url scripts/send_wecom.py --url "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=..." --content "Hello!" ``` ## Configuration You can store your default webhook keys/URLs in `config.json` (to be implemented) or pass them as arguments.