✓ Verified 💻 Development ✓ Enhanced Data

Webhook Robot

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

Rating
4.1 (281 reviews)
Downloads
17,918 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

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.

Installation

Terminal bash

openclaw install webhook-robot
    
Copied!

💻Code Examples

example.sh
# 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!"

Tags

#web_and-frontend-development #bot #web

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author takedwind
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install webhook-robot