← Back to Skills Marketplace
Pilot Webhook Bridge
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-webhook-bridge
Description
Forward Pilot Protocol events to HTTP webhooks for Slack, Discord, PagerDuty, and custom integrations. Use this skill when: 1. You need to forward Pilot even...
Usage Guidance
This skill is internally consistent for forwarding Pilot events to webhooks, but be aware of data-exfiltration risk: any events you subscribe to will be POSTed to the webhook destinations you configure. Treat webhook URLs as sensitive secrets, use topic filters to limit forwarded data, validate destination endpoints (TLS, trusted services), and avoid forwarding events that may contain PII or credentials. If you need stricter controls, run subscriptions behind a filtering/transformation step (the SKILL.md itself recommends using an event-filter) or route through a trusted proxy that enforces policies and auditing before delivery.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-webhook-bridge
Version: 1.0.0
The pilot-webhook-bridge skill is designed to forward events from the Pilot Protocol to external HTTP webhooks such as Slack and Discord. The SKILL.md file provides standard bash workflows using pilotctl, curl, and jq to subscribe to event streams and format JSON payloads, with no evidence of malicious intent, data exfiltration to unauthorized endpoints, or obfuscated code.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description require pilotctl, curl, and jq and the SKILL.md shows exactly those tools used to subscribe to Pilot events and POST them to webhooks; required binaries and stated purpose are coherent.
Instruction Scope
Instructions subscribe to Pilot events and POST event JSON to external webhooks. This is exactly the declared behavior, but it inherently forwards potentially sensitive event data out of the environment; the skill does not read unrelated files or environment variables.
Install Mechanism
No install spec or code files — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
No environment variables, credentials, or config paths are requested by the skill. Webhook URLs are shown as variables in examples (user-supplied), which is appropriate for this functionality.
Persistence & Privilege
always is false and there is no attempt to modify other skills or agent-wide config. The skill relies on an existing pilotctl daemon and trust relationships; it does not request elevated persistence or privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-webhook-bridge - After installation, invoke the skill by name or use
/pilot-webhook-bridge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Webhook Bridge?
Forward Pilot Protocol events to HTTP webhooks for Slack, Discord, PagerDuty, and custom integrations. Use this skill when: 1. You need to forward Pilot even... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Pilot Webhook Bridge?
Run "/install pilot-webhook-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Webhook Bridge free?
Yes, Pilot Webhook Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Webhook Bridge support?
Pilot Webhook Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Webhook Bridge?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills