·hookdeck-event-gateway
</>

hookdeck-event-gateway

hookdeck/webhook-skills

Hookdeck 事件网关 — 取代队列的 Webhook 基础设施。在接收 Webhook 并需要保证交付、自动重试、重播、速率限制、过滤或可观察性时使用。无需使用您自己的消息队列进行 Webhook 处理。

14安装·0热度·@hookdeck

安装

$npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway

SKILL.md

The Event Gateway is a webhook proxy and durable message queue that sits between webhook providers and your application. Providers send webhooks to Hookdeck, which guarantees ingestion, queues events, and delivers them to your app with automatic retries and rate limiting. Your webhook handler just does the business logic — no need to build your own queue infrastructure.

This gives you a public URL (e.g., https://events.hookdeck.com/e/srcxxx) that forwards webhooks to your local server, plus a web UI for inspecting and replaying requests.

Already using a provider webhook skill? Point the tunnel at your existing handler:

Hookdeck 事件网关 — 取代队列的 Webhook 基础设施。在接收 Webhook 并需要保证交付、自动重试、重播、速率限制、过滤或可观察性时使用。无需使用您自己的消息队列进行 Webhook 处理。 来源:hookdeck/webhook-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway
分类
</>开发工具
认证
收录时间
2026-02-11
更新时间
2026-02-18

快速解答

什么是 hookdeck-event-gateway?

Hookdeck 事件网关 — 取代队列的 Webhook 基础设施。在接收 Webhook 并需要保证交付、自动重试、重播、速率限制、过滤或可观察性时使用。无需使用您自己的消息队列进行 Webhook 处理。 来源:hookdeck/webhook-skills。

如何安装 hookdeck-event-gateway?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/hookdeck/webhook-skills