webhook-skills
Receive, verify, and handle webhooks from any provider
All Skills in This Repository (22)
Pure Emerald Level Indicatorsreplicate-webhooks
Automate Replicate webhook validation and event handling for Express, Next.js, and FastAPI.
chargebee-webhooks
Verify Chargebee webhooks with Basic Auth in Node.js and Python backends.
outpost
Deliver webhook events to HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, and Kafka destinations.
hookdeck-event-gateway-webhooks
Verify Hookdeck webhook signatures and handle events in Express, Next.js, and FastAPI.
paddle-webhooks
Verify Paddle webhook signatures and parse events in Node.js, Next.js, and FastAPI.
openai-webhooks
Verify OpenAI webhook signatures using the Standard Webhooks scheme.
woocommerce-webhooks
Verify WooCommerce webhook signatures and route payloads to handlers.
shopify-webhooks
Verify Shopify webhook signatures with X-Shopify-Hmac-SHA256 across Express, Next.js, and FastAPI.
clerk-webhooks
Verify Clerk webhook signatures using Svix headers and process events.
vercel-webhooks
Verify SHA-1 HMAC signatures on incoming Vercel webhook payloads.
postmark-webhooks
Process Postmark webhook events across Express, Next.js, and FastAPI.
gitlab-webhooks
Receive and verify GitLab webhooks with token authentication.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core