·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