Webhook integration skills for AI coding agents (Claude Code, Cursor, Copilot). Step-by-step guidance for setting up webhook receivers, signature verification, and event handling for Stripe, Shopify, GitHub, and more. Built on the Agent Skills specification.
# Webhook Skills This repository contains webhook-related skills for AI coding agents that need to **receive, verify signatures, handle events, retry deliveries, or debug webhook integrations** from various providers ([see Provider Webhook Skills table below](#provider-webhook-skills)). Skills provide step-by-step instructions, signature verification code, and runnable examples for Express, Next.js, and FastAPI. Works with [Claude Code](https://claude.ai/code), [Cursor](https://cursor.com), [VS Code Cursor](https://github.com/features/cursor), and other AI coding assistants that support the [Agent Skills specification](https://agentskills.io). ## When Should an Agent Use These Skills? Use these webhook skills when: - You need to **receive webhooks** from third-party providers (Stripe, Shopify, GitHub, etc.) - You need to **verify webhook signatures** to ensure authenticity - You need to **handle webhook event payloads** and extract data - You need to **implement idempotency** for webhook handlers - You need to **retry or replay** failed webhook deliveries - You need **provider-specific webhook handling logic** (e.g., Stripe checkout events, GitHub push events) ## Skill Discovery These skills are designed to be discoverable by agents using skill registries and tools like `find-skills`, where an agent searches for webhook-related capabilities by provider or task. ## Available Webhook Skills ### Provider Webhook Skills Skills for receiving and verifying webhooks from specific providers. Each includes setup guides, webhook signature verification, and runnable examples. | Provider | Skill | What It Does | |----------|-------|--------------| | Chargebee | [`chargebee-webhooks`](skills/chargebee-webhooks/) | Receive and verify Chargebee webhooks (Basic Auth), handle subscription billing events | | Clerk | [`clerk-webhooks`](skills/clerk-webhooks/) | Verify Clerk webhook signatures, handle user, session, and organization events | | Cursor | [`cursor-webhooks`]
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.