ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

webhook-robot

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/takedwind/webhook-robot
Or

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.

Metadata

Author@takedwind
Stars982
Views1
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-takedwind-webhook-robot": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.