·hookdeck-event-gateway-webhooks
</>

hookdeck-event-gateway-webhooks

hookdeck/webhook-skills

驗證並處理透過 Hookdeck 事件閘道傳遞的 Webhook。當透過 Hookdeck 接收 webhook 並需要驗證 x-hookdeck-signature 標頭時使用。涵蓋 Express、Next.js 和 FastAPI 的簽名驗證。

8安裝·0熱度·@hookdeck

安裝

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

SKILL.md

When webhooks flow through the Hookdeck Event Gateway, Hookdeck queues and delivers them to your app. Each forwarded request is signed with an x-hookdeck-signature header (HMAC SHA-256, base64). Your handler verifies this signature to confirm the request came from Hookdeck.

For complete working examples with tests, see: examples/express/ - Full Express implementation with tests examples/nextjs/ - Next.js App Router implementation with tests examples/fastapi/ - Python FastAPI implementation with tests

When Hookdeck forwards a request to your destination, it adds these headers:

驗證並處理透過 Hookdeck 事件閘道傳遞的 Webhook。當透過 Hookdeck 接收 webhook 並需要驗證 x-hookdeck-signature 標頭時使用。涵蓋 Express、Next.js 和 FastAPI 的簽名驗證。 來源:hookdeck/webhook-skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway-webhooks
分類
</>開發工具
認證
收錄時間
2026-02-11
更新時間
2026-02-18

快速解答

什麼是 hookdeck-event-gateway-webhooks?

驗證並處理透過 Hookdeck 事件閘道傳遞的 Webhook。當透過 Hookdeck 接收 webhook 並需要驗證 x-hookdeck-signature 標頭時使用。涵蓋 Express、Next.js 和 FastAPI 的簽名驗證。 來源:hookdeck/webhook-skills。

如何安裝 hookdeck-event-gateway-webhooks?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway-webhooks 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

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