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.
Score breakdown
Score breakdown
rubric 1.0Composite 0–100 score derived from 9 verifiable signals. See the rubric →
Related skills
Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.
Provision a Postgres, Redis, auth, or LLM provider through the Stripe Projects catalog rather than signing up by hand.
Find vendors and partners for a job-to-be-done — and, where supported, let the agent purchase and consume the service.