webhook-skills

Hookdeck's webhook playbook: 40 provider-specific skills covering signature verification, idempotency, and event handling — each with runnable examples.

Score 0(?)VerifiedCodeby HookdeckSourceDocs
Verified for:

Install

$ npx skills add github.com/hookdeck/webhook-skills --skill stripe-webhooks

# or the Claude Code plugin bundle: /plugin marketplace add hookdeck/webhook-skills && /plugin install webhook-skills@webhook-skills

Best for

Building a webhook receiver for a specific provider with correct signature verification, idempotency, and retry handling — the part most teams get subtly wrong.

Not ideal for

Outbound API consumption or OAuth flows — this is receiver-side webhook handling, not a general REST client.

About this skill

Use when building a webhook receiver — setting up endpoints, verifying provider signatures (Stripe, Shopify, GitHub, Twilio, and 40 others), handling idempotency and retries, processing events, and debugging deliveries with runnable Express/Next.js examples.

WebhooksSignature VerificationIdempotency

Score breakdown

Score breakdown

rubric 1.0
Install count
0/20
Provenance
12.8/15
GitHub stars
5.3/15
Recency
8.5/10
Compatibility
4/10
Documentation depth
10/10
Install ergonomics
10/10
License
5/5
Verification freshness
5/5

Composite 0–100 score derived from 9 verifiable signals. See the rubric →

Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.

StripePaymentsSubscriptions
Code

Provision a Postgres, Redis, auth, or LLM provider through the Stripe Projects catalog rather than signing up by hand.

StripeProvisioningInfra
Code

Find vendors and partners for a job-to-be-done — and, where supported, let the agent purchase and consume the service.

StripeDiscoveryPayments
Code

Skill FAQ

About webhook-skills

What is the webhook-skills skill?

Use when building a webhook receiver — setting up endpoints, verifying provider signatures (Stripe, Shopify, GitHub, Twilio, and 40 others), handling idempotency and retries, processing events, and debugging deliveries with runnable Express/Next.js examples.

Which agents does webhook-skills work with?

Claude Code, Cursor.

How do I install webhook-skills?

Run `npx skills add github.com/hookdeck/webhook-skills --skill stripe-webhooks` for Claude Code. See the install panel for per-agent commands.

Is webhook-skills free to use?

Yes — webhook-skills is open source (MIT).

Who maintains webhook-skills?

webhook-skills is published by Hookdeck and was last updated on 2026-06-07.

What is webhook-skills best for?

Building a webhook receiver for a specific provider with correct signature verification, idempotency, and retry handling — the part most teams get subtly wrong.