A powerful utility to forward Pilot Protocol events to external webhooks like Slack, Discord, and PagerDuty for real-time monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pilot-webhook-bridge
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 pilot-webhook-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The pilot-webhook-bridge is a specialized integration tool designed to bridge the gap between internal agent communications and external notification platforms. By leveraging this Openclaw Skills entry, developers can ensure that critical system events, alerts, and metrics generated via the Pilot Protocol are immediately visible in the communication tools your team already uses.
This skill acts as a lightweight event forwarder that transforms protocol-specific data into standard HTTP POST requests. It is an essential component for teams building autonomous agent systems that require human-in-the-loop oversight or real-time operational visibility through existing DevOps and communication channels.
To use this Openclaw Skills utility, ensure the pilotctl daemon is running and the pilot-protocol skill is installed. You must also have curl and jq available on your system PATH.
# Start the pilotctl daemon
pilotctl daemon start
# Set a global webhook for all port 1002 events
pilotctl --json set-webhook <webhook-url>
# Verify configuration
pilotctl --json subscribe <source-hostname> <topic> --timeout 60
The bridge processes JSON payloads conforming to the Pilot Protocol event structure. Below is how the data is typically organized for forwarding:
| Field | Type | Description |
|---|---|---|
| topic | String | The event category or routing key (e.g., alerts.*) |
| data.message | String | The primary notification text or payload summary |
| data.severity | String | Maps to external alert levels (info, warning, critical, error) |
| source | String | The hostname or identifier of the originating agent |
Loading
A practical investment framework and cognitive operating system modeled after Warren Buffett’s 60-year track record of value investing.

A privacy-first, zero-dependency local search engine that enables AI agents to retrieve historical context from markdown memories.

A dedicated AI agent skill for exploring Guangzhou's rich history, iconic landmarks, and world-renowned Cantonese cuisine.

A professional AI agent skill for planning cherry blossom trips with real-time booking data for Japan, Wuhan, and global sakura destinations.

A bridge skill that delegates OpenClaw coding tasks to OpenCode while mirroring execution progress into live Discord threads.

A real-time security monitoring tool for Pilot Protocol that detects suspicious network patterns and peer reputation drops.








































