← 返回 Skills 市场
teoslayer

Pilot Webhook Bridge

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-webhook-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-webhook-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-webhook-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 Pilot Webhook Bridge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-webhook-bridge」即可一键安装,无需额外配置。

Pilot Webhook Bridge 是免费的吗?

是的,Pilot Webhook Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Webhook Bridge 支持哪些平台?

Pilot Webhook Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Webhook Bridge?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论