SkillsAggSubmit Skill

webhook-robot

Clean

Send messages to various webhook-based bots (WeCom, DingTalk, Feishu, etc.).

0 stars🍴 0 forks0 installs

Install Command

npx skills add takedwind/webhook-robot-skill
Author
takedwind
Repository
takedwind/webhook-robot-skill
Discovered via
github topic
Weekly installs
0
Quality score
20/100
Last commit
2/12/2026

SKILL.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

postizClean

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-agent

Add 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-Skill

Aqua 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.

1760quailyquaily/aqua
npx skills add quailyquaily/aqua
anti-fraudClean

Multi-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