hookdeckhookdeckOfficialยท22 Agent Skills Included

webhook-skills

Receive, verify, and handle webhooks from any provider

Guides developers through receiving, verifying, and handling webhooks from dozens of providers like Stripe, Shopify, PayPal, GitHub, and Salesforce. Eliminates guesswork around signature schemes, validation handshakes, retries, and idempotency with copy-ready verification code for Express, Next.js, and FastAPI. Includes runnable examples, local tunnel testing, and a structured audit skill for grading any platform's webhook developer experience.
npx skills add hookdeck/webhook-skills --all -g -y
Available:

Tells the agent how the repository is organized, the three skill types (provider, pattern, infrastructure), and the exact SKILL.md structure and conventions to follow when using or generating webhook skills.

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
hookdeckhookdeck

replicate-webhooks

Automate Replicate webhook validation and event handling for Express, Next.js, and FastAPI.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

chargebee-webhooks

Verify Chargebee webhooks with Basic Auth in Node.js and Python backends.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

outpost

Deliver webhook events to HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, and Kafka destinations.

Official
Advanced
๐Ÿ“ฆ In Repo
hookdeckhookdeck

hookdeck-event-gateway-webhooks

Verify Hookdeck webhook signatures and handle events in Express, Next.js, and FastAPI.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

paddle-webhooks

Verify Paddle webhook signatures and parse events in Node.js, Next.js, and FastAPI.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

openai-webhooks

Verify OpenAI webhook signatures using the Standard Webhooks scheme.

Official
Advanced
๐Ÿ“ฆ In Repo
hookdeckhookdeck

woocommerce-webhooks

Verify WooCommerce webhook signatures and route payloads to handlers.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

shopify-webhooks

Verify Shopify webhook signatures with X-Shopify-Hmac-SHA256 across Express, Next.js, and FastAPI.

Official
Advanced
๐Ÿ“ฆ In Repo
hookdeckhookdeck

clerk-webhooks

Verify Clerk webhook signatures using Svix headers and process events.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

vercel-webhooks

Verify SHA-1 HMAC signatures on incoming Vercel webhook payloads.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

postmark-webhooks

Process Postmark webhook events across Express, Next.js, and FastAPI.

Official
Intermediate
๐Ÿ“ฆ In Repo
hookdeckhookdeck

gitlab-webhooks

Receive and verify GitLab webhooks with token authentication.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install webhook-skills?โ–ผ

Run `npx skills add hookdeck/webhook-skills --all -g -y` in your terminal to install every webhook skill globally. You can also install a single provider with `--skill stripe-webhooks` instead of `--all`.

How do I verify webhook signatures from providers like Stripe or Shopify?โ–ผ

Each provider skill contains the exact verification algorithm (HMAC, RSA, ECDSA, or handshake-based) with copy-ready Node.js and Python code. The agent loads the right reference file and generates a working handler for your framework.

Which webhook providers are covered?โ–ผ

The collection covers dozens of providers including Stripe, Shopify, GitHub, PayPal, Adyen, Clerk, Twitch, Salesforce, Xero, TikTok, and many more, plus generic handler patterns and Hookdeck Event Gateway infrastructure.

Does it work with Claude Code, Cursor, and Copilot?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, VS Code Copilot, and any assistant supporting the Agent Skills specification.

How do I test webhooks locally?โ–ผ

Every skill includes a one-line local tunnel command using `npx hookdeck-cli listen` with no account required, plus runnable Express, Next.js, and FastAPI example projects with tests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’