·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