claudeindex
Marketplace

webhook-skills

Webhook integration skills for AI coding agents: provider skills (Stripe, Shopify, GitHub, and 30+ others) plus framework-agnostic handler patterns and Hookdeck infrastructure plugins for receiving, verifying, and delivering webhooks across Express, Next.js, and FastAPI.

Stars

76

Forks

8

Plugins

41

Installation

1

Add the marketplace

/plugin marketplace add hookdeck/webhook-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

41

Plugins

80

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

chargebee-webhooks

Receive and verify Chargebee webhooks (Basic Auth), handle subscription billing events.

Plugin

claude-managed-agents-webhooks

Verify Anthropic Claude Managed Agents webhook signatures (X-Webhook-Signature, Standard Webhooks), handle session lifecycle and outcome evaluation events.

Plugin

clerk-webhooks

Verify Clerk webhook signatures (Standard Webhooks/Svix), handle user, session, and organization events.

Plugin

cursor-webhooks

Verify Cursor Cloud Agent webhook signatures (HMAC-SHA256), handle agent status events.

Plugin

deepgram-webhooks

Receive and verify Deepgram transcription callbacks (Basic Auth / dg-token).

Plugin

discord-webhooks

Verify Discord webhook event signatures (Ed25519), handle application and entitlement events.

Plugin

elevenlabs-webhooks

Verify ElevenLabs webhook signatures (Standard Webhooks/Svix), handle call transcription events.

Plugin

fusionauth-webhooks

Verify FusionAuth JWT webhook signatures (RSA via JWKS), handle user, login, and registration events.

Plugin

gemini-webhooks

Verify Google Gemini API webhook signatures (Standard Webhooks HMAC + dynamic RS256 JWKS modes), handle batch and long-running operation events.

Plugin

github-webhooks

Verify GitHub webhook signatures (HMAC-SHA256, X-Hub-Signature-256), handle push, pull_request, and issue events.

Plugin

gitlab-webhooks

Verify GitLab webhook tokens (X-Gitlab-Token), handle push, merge_request, issue, and pipeline events.

Plugin

hubspot-webhooks

Verify HubSpot v3 webhook signatures (HMAC-SHA256 with method+uri+body+timestamp), handle contact, deal, and company events.

Plugin

huggingface-webhooks

Authenticate Hugging Face webhooks (shared token via X-Webhook-Secret, not HMAC), handle repo, discussion, and comment events.

Plugin

intercom-webhooks

Verify Intercom X-Hub-Signature webhooks (HMAC-SHA1), handle conversation, contact, and ticket events.

Plugin

knock-webhooks

Verify Knock outbound webhook signatures (HMAC-SHA256 base64 over `{timestamp_ms}.{body}`, millisecond timestamps — explicit deviation from Stripe), handle message lifecycle and resource change events from Knock's notification infrastructure.

Plugin

linear-webhooks

Verify Linear webhook signatures (HMAC-SHA256 with replay timestamp), handle issue, comment, and project events.

Plugin

mailgun-webhooks

Verify Mailgun webhook signatures (HMAC-SHA256 in body-embedded signature object), handle email delivered, failed, opened, clicked, unsubscribed, and complained events.

Plugin

notion-webhooks

Verify Notion webhook signatures (HMAC-SHA256 with verification_token handshake), handle page and comment events.

Plugin

openai-webhooks

Verify OpenAI webhooks (Standard Webhooks/Svix) for fine-tuning, batch, and realtime async events.

Plugin

openclaw-webhooks

Verify OpenClaw Gateway webhook tokens, handle agent hook and wake event payloads.

Plugin

orb-webhooks

Verify Orb webhook signatures (HMAC-SHA256 over `v1:{X-Orb-Timestamp}:{raw-body}`, hex with `v1=` prefix), handle customer, subscription, invoice, and data-export events from this usage-based billing platform.

Plugin

paddle-webhooks

Verify Paddle webhook signatures (HMAC-SHA256 with multi-signature rotation), handle subscription and billing events.

Plugin

paypal-webhooks

Verify PayPal webhook signatures (RSA-SHA256 with cert), handle payment, subscription, and order events.

Plugin

postmark-webhooks

Authenticate Postmark webhooks (Basic Auth / token), handle email delivery, bounce, open, click, and spam events.

Plugin

replicate-webhooks

Verify Replicate webhook signatures (Standard Webhooks/Svix), handle ML prediction lifecycle events.

Plugin

resend-webhooks

Verify Resend webhook signatures (Standard Webhooks/Svix), handle email delivery and bounce events.

Plugin

scrapfly-webhooks

Verify Scrapfly webhook signatures (HMAC-SHA256, uppercase/lowercase hex), dispatch scrape, extraction, and screenshot jobs from one shared webhook URL.

Plugin

sendgrid-webhooks

Verify SendGrid webhook signatures (ECDSA with public key), handle email delivery events.

Plugin

shopify-webhooks

Verify Shopify HMAC signatures (SHA256, base64), handle order, product, and customer events.

Plugin

slack-webhooks

Verify Slack Events API signatures (HMAC-SHA256 over v0:ts:body), handle message, app_mention, and reaction events.

Plugin

stripe-webhooks

Verify Stripe webhook signatures, parse payment event payloads, handle checkout.session.completed, payment_intent.succeeded, customer.subscription.created, invoice.paid events.

Plugin

twilio-webhooks

Verify Twilio webhook signatures (HMAC-SHA1, X-Twilio-Signature) for form-encoded and JSON variants, handle SMS, voice, and status callback events.

Plugin

vercel-webhooks

Verify Vercel webhook signatures (HMAC-SHA1, x-vercel-signature), handle deployment and project events.

Plugin

webflow-webhooks

Verify Webflow webhook signatures (HMAC-SHA256 with timestamp), handle form submission, ecommerce, and CMS events.

Plugin

woocommerce-webhooks

Verify WooCommerce webhook signatures (HMAC-SHA256, base64), handle order, product, and customer events.

Plugin

webhook-handler-patterns

Framework-agnostic webhook handler patterns: idempotency, error handling, retry logic, async processing for Express, Next.js, and FastAPI.

Plugin

hookdeck-event-gateway

Hookdeck Event Gateway: webhook infrastructure that replaces your queue — guaranteed delivery, retries, rate limiting, replay, observability.

Plugin

hookdeck-event-gateway-webhooks

Verify x-hookdeck-signature (HMAC-SHA256 base64) and handle webhooks forwarded by the Hookdeck Event Gateway.

Plugin

outpost

Send webhooks and events to user-preferred destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka).

Plugin

webhook-dx-audit

Audit the developer experience of any platform that sends outbound webhooks or event destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka) to its customers, and produce a scored review with prioritized recommendations across signing, retries, event catalog, observability, local dev, and agent readiness.

Plugin

webhook-skills

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

Skills

Skill

Receive and verify Chargebee webhooks (Basic Auth), handle subscription billing events.

From webhook-skills/
Skill

Verify Anthropic Claude Managed Agents webhook signatures (X-Webhook-Signature, Standard Webhooks), handle session lifecycle and outcome evaluation events.

From webhook-skills/
Skill

Verify Clerk webhook signatures (Standard Webhooks/Svix), handle user, session, and organization events.

From webhook-skills/
Skill

Verify Cursor Cloud Agent webhook signatures (HMAC-SHA256), handle agent status events.

From webhook-skills/
Skill

Receive and verify Deepgram transcription callbacks (Basic Auth / dg-token).

From webhook-skills/
Skill

Verify Discord webhook event signatures (Ed25519), handle application and entitlement events.

From webhook-skills/
Skill

Verify ElevenLabs webhook signatures (Standard Webhooks/Svix), handle call transcription events.

From webhook-skills/
Skill

Verify FusionAuth JWT webhook signatures (RSA via JWKS), handle user, login, and registration events.

From webhook-skills/
Skill

Verify Google Gemini API webhook signatures (Standard Webhooks HMAC + dynamic RS256 JWKS modes), handle batch and long-running operation events.

From webhook-skills/
Skill

Verify GitHub webhook signatures (HMAC-SHA256, X-Hub-Signature-256), handle push, pull_request, and issue events.

From webhook-skills/
Skill

Verify GitLab webhook tokens (X-Gitlab-Token), handle push, merge_request, issue, and pipeline events.

From webhook-skills/
Skill

Verify HubSpot v3 webhook signatures (HMAC-SHA256 with method+uri+body+timestamp), handle contact, deal, and company events.

From webhook-skills/
Skill

Authenticate Hugging Face webhooks (shared token via X-Webhook-Secret, not HMAC), handle repo, discussion, and comment events.

From webhook-skills/
Skill

Verify Intercom X-Hub-Signature webhooks (HMAC-SHA1), handle conversation, contact, and ticket events.

From webhook-skills/
Skill

Verify Knock outbound webhook signatures (HMAC-SHA256 base64 over `{timestamp_ms}.{body}`, millisecond timestamps — explicit deviation from Stripe), handle message lifecycle and resource change events from Knock's notification infrastructure.

From webhook-skills/
Skill

Verify Linear webhook signatures (HMAC-SHA256 with replay timestamp), handle issue, comment, and project events.

From webhook-skills/
Skill

Verify Mailgun webhook signatures (HMAC-SHA256 in body-embedded signature object), handle email delivered, failed, opened, clicked, unsubscribed, and complained events.

From webhook-skills/
Skill

Verify Notion webhook signatures (HMAC-SHA256 with verification_token handshake), handle page and comment events.

From webhook-skills/
Skill

Verify OpenAI webhooks (Standard Webhooks/Svix) for fine-tuning, batch, and realtime async events.

From webhook-skills/
Skill

Verify OpenClaw Gateway webhook tokens, handle agent hook and wake event payloads.

From webhook-skills/
Skill

Verify Orb webhook signatures (HMAC-SHA256 over `v1:{X-Orb-Timestamp}:{raw-body}`, hex with `v1=` prefix), handle customer, subscription, invoice, and data-export events from this usage-based billing platform.

From webhook-skills/
Skill

Verify Paddle webhook signatures (HMAC-SHA256 with multi-signature rotation), handle subscription and billing events.

From webhook-skills/
Skill

Verify PayPal webhook signatures (RSA-SHA256 with cert), handle payment, subscription, and order events.

From webhook-skills/
Skill

Authenticate Postmark webhooks (Basic Auth / token), handle email delivery, bounce, open, click, and spam events.

From webhook-skills/
Skill

Verify Replicate webhook signatures (Standard Webhooks/Svix), handle ML prediction lifecycle events.

From webhook-skills/
Skill

Verify Resend webhook signatures (Standard Webhooks/Svix), handle email delivery and bounce events.

From webhook-skills/
Skill

Verify Scrapfly webhook signatures (HMAC-SHA256, uppercase/lowercase hex), dispatch scrape, extraction, and screenshot jobs from one shared webhook URL.

From webhook-skills/
Skill

Verify SendGrid webhook signatures (ECDSA with public key), handle email delivery events.

From webhook-skills/
Skill

Verify Shopify HMAC signatures (SHA256, base64), handle order, product, and customer events.

From webhook-skills/
Skill

Verify Slack Events API signatures (HMAC-SHA256 over v0:ts:body), handle message, app_mention, and reaction events.

From webhook-skills/
Skill

Verify Stripe webhook signatures, parse payment event payloads, handle checkout.session.completed, payment_intent.succeeded, customer.subscription.created, invoice.paid events.

From webhook-skills/
Skill

Verify Twilio webhook signatures (HMAC-SHA1, X-Twilio-Signature) for form-encoded and JSON variants, handle SMS, voice, and status callback events.

From webhook-skills/
Skill

Verify Vercel webhook signatures (HMAC-SHA1, x-vercel-signature), handle deployment and project events.

From webhook-skills/
Skill

Verify Webflow webhook signatures (HMAC-SHA256 with timestamp), handle form submission, ecommerce, and CMS events.

From webhook-skills/
Skill

Verify WooCommerce webhook signatures (HMAC-SHA256, base64), handle order, product, and customer events.

From webhook-skills/
Skill

Framework-agnostic webhook handler patterns: idempotency, error handling, retry logic, async processing for Express, Next.js, and FastAPI.

From webhook-skills/
Skill

Hookdeck Event Gateway: webhook infrastructure that replaces your queue — guaranteed delivery, retries, rate limiting, replay, observability.

From webhook-skills/
Skill

Verify x-hookdeck-signature (HMAC-SHA256 base64) and handle webhooks forwarded by the Hookdeck Event Gateway.

From webhook-skills/
Skill

Send webhooks and events to user-preferred destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka).

From webhook-skills/
Skill

Audit the developer experience of any platform that sends outbound webhooks or event destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka) to its customers, and produce a scored review with prioritized recommendations across signing, retries, event catalog, observability, local dev, and agent readiness.

From webhook-skills/
Skill

chargebee-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

claude-managed-agents-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

clerk-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

cursor-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

deepgram-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

discord-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

elevenlabs-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

fusionauth-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

gemini-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

github-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

gitlab-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

hubspot-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

huggingface-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

intercom-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

knock-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

linear-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

mailgun-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

notion-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

openai-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

openclaw-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

orb-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

paddle-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

paypal-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

postmark-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

replicate-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

resend-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

scrapfly-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

sendgrid-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

shopify-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

slack-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

stripe-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

twilio-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

vercel-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

webflow-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

woocommerce-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

webhook-handler-patterns

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

hookdeck-event-gateway

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

hookdeck-event-gateway-webhooks

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

outpost

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/
Skill

webhook-dx-audit

Bundle of all webhook integration skills in this repo: 33 provider skills (Stripe, Shopify, GitHub, and 30 others) for verifying signatures and handling provider-specific events, framework-agnostic webhook handler patterns covering idempotency, error handling and retries, three Hookdeck infrastructure skills for the Event Gateway and Outpost, and a webhook DX audit skill for scoring how a platform sends outbound webhooks. Each provider skill includes Express, Next.js, and FastAPI examples. Install this plugin to get all 38 skills; install individual `<name>-webhooks@webhook-skills` plugins for narrower per-provider use.

From webhook-skills/