Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @takedwind Updated 6/28/2026 1,723 downloads 0 stars Security: Pass

🤖 Webhook Robot OpenClaw Plugin & Skill | ClawHub

Looking to integrate Webhook Robot into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @takedwind/webhook-robot
Node.js (npx)
npx clawhub@latest install webhook-robot

Full SKILL.md

Open original
Metadata table.
namedescription
webhook-robotSend messages to various webhook-based bots (WeCom, DingTalk, Feishu, etc.).

SKILL.md content below is scrollable.

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.

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

ClawHub Registry URL: https://clawhub.ai/takedwind/skills/webhook-robot

Related skills

If this matches your use case, these are close alternatives in the same category.