·clerk-webhooks
</>

clerk-webhooks

hookdeck/webhook-skills

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created.

15Installs·1Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill clerk-webhooks

SKILL.md

Clerk uses the Standard Webhooks protocol (Clerk sends svix- headers; same format). Use the standardwebhooks npm package:

For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation

| user.created | New user account created | | user.updated | User profile or metadata updated | | user.deleted | User account deleted | | session.created | User signed in | | session.ended | User signed out | | session.removed | Session revoked | | organization.created | New organization created | | organization.updated | Organization settings updated |

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill clerk-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is clerk-webhooks?

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created. Source: hookdeck/webhook-skills.

How do I install clerk-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill clerk-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills