LaunchKit · 2026
Back to Skills

webhook-robot

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

0
736 downloads
by @takedwind

Setup & Installation

openclaw skills install @takedwind/webhook-robot

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install webhook-robot

Version History

v1.1.0Feb 12, 2026 - Version note by skill developer:

- Added support for new webhook platforms: Bark, Go-cqhttp, Gotify, PushDeer, ServerChan, and Telegram. - Introduced dedicated Python scripts for sending messages to each of the newly supported platforms. - Updated documentation and metadata to reflect expanded messaging capabilities.

What This Skill Does

Sends messages to webhook-based chat bots from the command line using a Python script. Currently supports WeCom (企业微信), with DingTalk and Feishu listed as planned targets.

Wraps enterprise chat bot webhooks in a single CLI script so you don't need to hand-write HTTP calls each time.

When to use it

  • Post automated deployment alerts to a WeCom group channel
  • Notify a team when a background job finishes
  • Send server error notifications to an on-call chat group
  • Route scheduled reminders to a work messaging channel
  • Alert teammates when a file upload or process completes

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Send 'Deployment complete' to the WeCom group bot

AGENT
  1. 1Retrieve the WeCom group bot webhook key
  2. 2Run scripts/send_wecom.py with --key and --content arguments
  3. 3Script constructs the JSON payload and POSTs to the WeCom webhook endpoint
  4. 4WeCom delivers the text message to the group chat
OUTPUT

Message 'Deployment complete' appears in the WeCom group chat

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

WeCom (企业微信) group bot webhook key or URL, obtained from the WeCom admin panel when creating a group bot