---
name: webhook-skills
slug: hookdeck-webhook-skills
score: 61
rubric: 1.0
provenance: verified-org
publisher: Hookdeck
license: MIT
capability: read-only
canonical: https://top-agent-skills.com/skill/hookdeck-webhook-skills
---

# webhook-skills

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

## Install

### Claude Code

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

### Cursor

```bash
npx skills add github.com/hookdeck/webhook-skills --skill stripe-webhooks --target cursor
```

## 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

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.

## Compatibility

claude-code, cursor

## Metadata

- Categories: apis-integrations
- Tags: Webhooks, Signature Verification, Idempotency
- Setup time: 3 min
- Complexity: Low
- Last update: 2026-06-07
- Verified: 2026-06-22
- Source: https://github.com/hookdeck/webhook-skills
- Docs: https://github.com/hookdeck/webhook-skills#readme

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
