A universal communication skill designed to send automated messages to webhook-integrated platforms like WeCom, DingTalk, and Feishu.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install webhook-robot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install webhook-robot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Webhook Robot skill is a robust utility designed for developers and teams who need to bridge their automated workflows with enterprise messaging platforms. As part of the Openclaw Skills ecosystem, it provides a standardized way for AI agents to broadcast real-time updates, system alerts, and status reports directly into group chats.
This skill eliminates the complexity of manual API calls by providing pre-configured scripts for popular services like WeCom (企业微信). Whether you are monitoring a CI/CD pipeline or managing a collaborative AI project, this tool ensures that critical information reaches your team immediately through established communication channels.
send_wecom.py) optimized for the target messaging platform.Ensure that your environment has Python 3 installed, as it is a core requirement for this skill.
# Navigate to the skill scripts directory
cd skills/webhook-robot/scripts
# Execute a test message to WeCom using your bot key
python3 send_wecom.py --key YOUR_KEY_HERE --content "Hello from Openclaw Skills!"
# Alternatively, use the full webhook URL for precision
python3 send_wecom.py --url "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=YOUR_KEY" --content "Status Update"
The skill manages message delivery through a set of structured command-line parameters. Current data handling focuses on the following inputs:
| Parameter | Type | Required | Description |
|---|---|---|---|
--key |
String | Optional | The unique bot key provided by the messaging platform. |
--url |
String | Optional | The complete destination URL for the webhook bot. |
--content |
String | Yes | The actual text message or notification body to be sent. |
Loading
An agent-optimized tool for publishing, updating, and managing code snippets and UI prototypes via the Pasteclaw.com API.

A local-first automated QA testing skill that performs everything from basic smoke tests to complex auth and payment flow verification.

SoulForge automatically evolves your AI agent's identity by analyzing your real-world interactions and updating your SOUL.md file to match your actual behavior.

A smart context management tool that dynamically adjusts your AI agent's behavior and environment based on your current life mode.

A local, markdown-driven task and habit tracker that allows AI agents to manage your personal productivity and consistency.

A comprehensive CLI tool for managing Wrike tasks, projects, and folders with seamless JSON integration.








































