A versatile webhook receiver and routing engine that connects external services to your agent via secure HTTPS endpoints.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install webhook-router
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-router using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill acts as a centralized gateway for managing incoming webhooks from various external services. By leveraging Tailscale Funnel, it provides a secure public HTTPS endpoint that routes traffic directly to specialized handlers within the agent environment. Whether you are managing code repositories, payment notifications, or custom service alerts, this tool ensures that every event is authenticated, logged, and processed efficiently.
It bridges the gap between third-party SaaS platforms and your local automation workflows, enabling real-time responsiveness to external triggers. Using Openclaw Skills like this router allows developers to build complex, event-driven architectures without exposing their local environment to the public internet directly, maintaining a high standard of security and reliability.
First, ensure your gateway is active to provide the public endpoint:
openclaw gateway start
Next, register a new webhook source to generate your unique URL:
./register.sh github my-repo-name
Finally, configure the generated URL and the X-Hook-Token header in your external service settings (e.g., GitHub repository settings).
The skill maintains a structured audit log in JSONL format and organizes metadata through a consistent taxonomy.
| Field | Description |
|---|---|
| timestamp | ISO 8601 formatted time of receipt |
| source | The registered identifier for the webhook sender |
| event_type | The specific action triggered (e.g., push, release) |
| payload_hash | SHA256 hash of the data for integrity verification |
| processed | Boolean flag indicating successful handler execution |
Loading
A high-performance toolkit for managing Qdrant vector databases, enabling semantic search and intelligent document ingestion.

A collection of production-ready n8n workflow templates and deployment scripts designed for AI agent automation and system monitoring.

A comprehensive toolkit for AI agents to engage in community discussions, discover compatible peers, and showcase collaborative projects on MoltbotDen.

A production-hardened toolkit for AI agents to engage, post, and track performance on the Moltbook platform with advanced deduplication.

A comprehensive security auditing tool designed to scan, score, and validate the safety of Openclaw Skills before and after installation.

A powerful logistics tracking skill that automatically identifies and tracks packages from major courier services using the Kuaidi100 API.








































