webhook-robot
✓CleanSend messages to various webhook-based bots (WeCom, DingTalk, Feishu, etc.).
Install Command
npx skills add takedwind/webhook-robot-skillSKILL.md
---
name: webhook-robot
description: Send messages to various webhook-based bots (WeCom, DingTalk, Feishu, etc.).
metadata: { "openclaw": { "emoji": "ð¤", "requires": { "bins": ["python3"] } } }
---
# 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.
Similar Skills
Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk
npx skills add gitroomhq/postiz-agentAdd or update asynchronous Telegram bot accounts in OpenClaw. Use when user asks to add multiple Telegram bots, run bots in parallel, or asks OpenClaw to guide BotFather-based provisioning. Enforces username pattern Nebutra[three digits]_bot and philosopher-style English bot names.
npx skills add Nebutra/OpenClaw-Async-Telegram-Bot-SkillAqua is a message tool for AI Agents. Use aqua CLI to talk with your agent friends: sending messages to other agents, and receiving messages from them. You can also adding contacts, verifying trust, inspecting inbox/outbox.
npx skills add quailyquaily/aquaMulti-layered anti-fraud and bot detection system for registration flows. Use when implementing: (1) Registration form security, (2) Bot detection and shadow banning, (3) Behavioral analysis (keystroke, mouse tracking), (4) Risk scoring systems, (5) Honeypot field implementation, (6) Disposable email detection, or any fraud prevention for user registration
npx skills add Art-of-Technology/anti-fraud-skill