Skip to main content

← All sources

Hookdeck skills

Webhook integrations for Stripe, Shopify, GitHub, OpenAI, and more skills-hub.ai mirrors 154 skills from Hookdeck daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/hookdeck/webhook-skills

Installing a Hookdeck skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Hookdeck skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Hookdeck skills via API
curl https://skills-hub.ai/api/v1/skills?source=hookdeck

# Browse all sources
open https://skills-hub.ai/sources

Top Hookdeck skills

See all →

The most-installed skills from Hookdeck, ranked by adoption.

  1. 01razorpay-webhooks

    1 installs

    Receive and verify Razorpay webhooks. Use when setting up Razorpay webhook handlers, debugging X-Razorpay-Signature verification, or handling payment events like payment.captured, payment.failed, order.paid, refund.processed, or subscription.charged.

    Buildfrom Hookdeck
  2. 02customerio-webhooks

    Receive and verify Customer.io Reporting Webhooks. Use when setting up Customer.io webhook handlers, debugging X-CIO-Signature verification, or handling messaging events like email delivered, email opened, email clicked, email bounced, sms sent, push delivered, or customer unsubscribed.

    Buildfrom Hookdeck
  3. 03sendgrid-webhooks

    Receive and verify SendGrid webhooks. Use when setting up SendGrid webhook handlers, debugging signature verification, or handling email delivery events.

    Buildfrom Hookdeck
  4. 04cursor-webhooks

    Receive and verify Cursor Cloud Agent webhooks. Use when setting up Cursor webhook handlers, debugging signature verification, or handling Cloud Agent status change events (ERROR, FINISHED).

    Buildfrom Hookdeck
  5. 05woocommerce-webhooks

    Receive and verify WooCommerce webhooks. Use when setting up WooCommerce webhook handlers, debugging signature verification, or handling e-commerce events like order.created, order.updated, product.created, or customer.created.

    Buildfrom Hookdeck
  6. 06zendesk-webhooks

    Receive and verify Zendesk webhooks. Use when setting up Zendesk webhook handlers, debugging signature verification (X-Zendesk-Webhook-Signature), or handling event subscriptions like zen:event-type:ticket.created, zen:event-type:ticket.comment_added, or trigger/automation webhooks.

    Buildfrom Hookdeck
  7. 07hubspot-webhooks

    Receive and verify HubSpot webhooks. Use when setting up HubSpot webhook handlers, debugging X-HubSpot-Signature-v3 signature verification, or handling CRM events like contact.creation, contact.propertyChange, or deal.creation.

    Buildfrom Hookdeck
  8. 08hookdeck-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.

    Buildfrom Hookdeck
  9. 09gitlab-webhooks

    Receive and verify GitLab webhooks. Use when setting up GitLab webhook handlers, debugging token verification, or handling repository events like push, merge_request, issue, pipeline, or release.

    Buildfrom Hookdeck
  10. 10aws-sns-webhooks

    Receive and verify AWS SNS (Amazon Simple Notification Service) webhooks over HTTP/HTTPS. Use when setting up an SNS HTTP subscription endpoint, confirming a subscription (SubscriptionConfirmation / SubscribeURL), verifying SNS message signatures (SigningCertURL, SignatureVersion 1 SHA1 / 2 SHA256), or handling Notification and UnsubscribeConfirmation messages.

    Buildfrom Hookdeck
  11. 11github-webhooks

    Receive and verify GitHub webhooks. Use when setting up GitHub webhook handlers, debugging signature verification, or handling repository events like push, pull_request, issues, or release.

    Buildfrom Hookdeck
  12. 12webhook-handler-patterns

    Best practices for webhook handlers. Use when implementing the handler sequence (verify first, parse second, handle idempotently), idempotency, error handling, retry logic, or framework-specific issues with Express, Next.js, or FastAPI.

    Buildfrom Hookdeck
  13. 13paddle-webhooks

    Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created, subscription.canceled, or transaction.completed.

    Buildfrom Hookdeck
  14. 14calendly-webhooks

    Receive and verify Calendly webhooks. Use when setting up Calendly webhook handlers, debugging Calendly signature verification, or handling scheduling events like invitee.created, invitee.canceled, invitee_no_show.created, or routing_form_submission.created.

    Buildfrom Hookdeck
  15. 15gocardless-webhooks

    Receive and verify GoCardless webhooks. Use when setting up GoCardless webhook handlers, debugging Webhook-Signature verification, or handling bank debit events like payments confirmed, payments failed, mandates cancelled, and payouts paid.

    Buildfrom Hookdeck
  16. 16intercom-webhooks

    Receive and verify Intercom webhooks. Use when setting up Intercom webhook handlers, debugging X-Hub-Signature verification, or handling customer messaging events like conversation.user.created, conversation.admin.replied, contact.user.created, or ticket.created.

    Buildfrom Hookdeck
  17. 17postmark-webhooks

    Receive and process Postmark webhooks. Use when setting up Postmark webhook handlers, handling email delivery events, processing bounces, opens, clicks, spam complaints, or subscription changes.

    Buildfrom Hookdeck
  18. 18openclaw-webhooks

    Receive and verify OpenClaw Gateway webhooks. Use when handling webhook events from OpenClaw AI agents, processing agent hook calls, wake events, or building integrations that respond to OpenClaw agent activity.

    Buildfrom Hookdeck
  19. 19discord-webhooks

    Receive and verify Discord webhook events. Use when setting up Discord webhook handlers, debugging Ed25519 signature verification, handling PING endpoint validation, or processing events like APPLICATION_AUTHORIZED, ENTITLEMENT_CREATE, or LOBBY_MESSAGE_CREATE.

    Buildfrom Hookdeck
  20. 20enode-webhooks

    Receive and verify Enode webhooks. Use when setting up Enode webhook handlers, debugging signature verification, or handling EV and energy events like user:vehicle:updated, user:charger:updated, or user:battery:updated.

    Buildfrom Hookdeck
  21. 21polar-webhooks

    Receive and verify Polar webhooks. Use when setting up Polar webhook handlers, debugging Standard Webhooks signature verification, or handling billing events like order.paid, subscription.created, subscription.canceled, or checkout.updated.

    Buildfrom Hookdeck
  22. 22shipstation-webhooks

    Receive and verify ShipStation webhooks. Use when setting up ShipStation webhook handlers, securing endpoints that have no signature (secret token in the URL), fetching the thin resource_url payload with Basic auth, or handling ORDER_NOTIFY, ITEM_ORDER_NOTIFY, SHIP_NOTIFY, ITEM_SHIP_NOTIFY, FULFILLMENT_SHIPPED, and FULFILLMENT_REJECTED events.

    Buildfrom Hookdeck
  23. 23neon-webhooks

    Receive and verify Neon Auth webhooks. Use when setting up Neon webhook handlers, debugging Ed25519 / detached JWS signature verification, or handling Neon Auth events like user.created, user.before_create, send.otp, send.magic_link, or phone_number.verified.

    Buildfrom Hookdeck
  24. 24treezor-webhooks

    Receive and verify Treezor webhooks. Use when setting up Treezor webhook handlers, debugging signature verification, or handling BaaS banking events like payin.create, payout.update, cardtransaction.create, wallet.create, or user.kycreview.

    Buildfrom Hookdeck

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:33 PM (success).

Hookdeck skills, frequently asked

What are Hookdeck skills?

Hookdeck skills are AI coding skills published by Hookdeck (Webhook integrations for Stripe, Shopify, GitHub, OpenAI, and more) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Hookdeck skills are available?

skills-hub.ai indexes 154 skills from Hookdeck, synced daily from the upstream GitHub repository (https://github.com/hookdeck/webhook-skills).

How do I install a Hookdeck skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Hookdeck skills?

Yes. Every skill from this source is mirrored from Hookdeck's own GitHub repository (https://github.com/hookdeck/webhook-skills). Each skill page links back to the upstream source of truth, so you can verify the original.