A specialized messaging tool that dispatches text or Markdown content to a configured webhook endpoint via HTTP POST.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install webhook-send
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-send 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 Send skill is a vital communication bridge for AI agents, allowing them to push structured notifications and rich-text reports to external platforms. By leveraging this tool within the Openclaw Skills ecosystem, developers can automate the delivery of system alerts, project updates, and data summaries directly to chat applications or custom API consumers. It simplifies the process of external integration by handling standard HTTP protocols while supporting flexible content formats.
This skill is designed for high reliability and ease of use, fetching its target configuration from environment variables to keep sensitive endpoints secure. Whether you are sending a quick status update or a detailed Markdown-formatted technical report, this skill ensures your agent's output reaches the right destination efficiently.
To get started with this skill in your Openclaw Skills environment, configure your destination URL as an environment variable:
export WEBHOOK_SEND_URL="https://your-webhook-provider.com/api/v1/send?key=your_secret_key"
Ensure your network policy allows outbound POST requests to the specified domain.
The skill expects a JSON request body with the following structure:
| Field | Sub-field | Description |
|---|---|---|
msgtype |
- | Defines the format: text or markdown |
text |
content |
Required if msgtype is text. The plain text message (max 5000 chars) |
markdown |
text |
Required if msgtype is markdown. Supports headers, bold, links, and images |
Example Markdown Payload:
{ "msgtype": "markdown", "markdown": { "text": "## Update\n\nTask completed successfully." } }
Loading
A personalized writing style memory system that automatically learns from your edits to refine AI-generated content over time.

A powerful tool to convert Bilibili videos and entire creator channels into organized, searchable text-based knowledge bases using local transcription.

Lance is a specialized Web3 security agent designed for high-signal vulnerability discovery and reporting in smart contracts and DeFi protocols.

BugReaper is a senior offensive security agent designed to identify real, exploitable vulnerabilities and generate professional reports for bug bounty platforms.

A professional AI photography skill that generates high-quality product images, lifestyle scenes, and high-resolution upscales for e-commerce and marketing.

A high-performance React and UI/UX audit agent that transforms frontend code into production-ready professional applications.








































