hookdeck-event-gateway-webhooks
✓Verify and handle webhooks delivered through the Hookdeck Event Gateway. Use when receiving webhooks via Hookdeck and need to verify the x-hookdeck-signature header. Covers signature verification for Express, Next.js, and FastAPI.
Installation
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:
Verify and handle webhooks delivered through the Hookdeck Event Gateway. Use when receiving webhooks via Hookdeck and need to verify the x-hookdeck-signature header. Covers signature verification for Express, Next.js, and FastAPI. Source: hookdeck/webhook-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway-webhooks- Source
- hookdeck/webhook-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is hookdeck-event-gateway-webhooks?
Verify and handle webhooks delivered through the Hookdeck Event Gateway. Use when receiving webhooks via Hookdeck and need to verify the x-hookdeck-signature header. Covers signature verification for Express, Next.js, and FastAPI. Source: hookdeck/webhook-skills.
How do I install hookdeck-event-gateway-webhooks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill hookdeck-event-gateway-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hookdeck/webhook-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11