clerk-webhooks
Securely handle Clerk webhooks for syncing user data, organizations, and sessions with built-in verification.
Install
npx skills add https://github.com/clerk/skills --skill clerk-webhooksStats
| Total installs | 2,725 |
| Weekly installs | 2.7K |
| GitHub stars | 30 |
| First seen | Jan 30, 2026 |
| Source | @clerk/skills |
Summary
- Supports 40+ event types across users, organizations, sessions, roles, permissions, invitations, and communications
- Includes built-in webhook verification via verifyWebhook() and automatic retry logic through Svix (up to 3 days)
- Best suited for background tasks like database syncing, notifications, and integrations; not for synchronous flows requiring immediate data access
- Requires public, unprotected route and environment variable CLERK_WEBHOOK_SIGNING_SECRET for signature verification
Tags
Related skills
| Skill | Installs | vs clerk-webhooks |
|---|---|---|
| linear-cli | 2,324 | -401 |
| finance-expert | 3,101 | +376 |
| apify-influencer-discovery | 2,498 | -227 |
| weather | 2,586 | -139 |
| trading-signal | 2,581 | -144 |
FAQ
- How many installs does clerk-webhooks have?
- clerk-webhooks has 2,725 total installs and 2.7K installs this week.
- Where is clerk-webhooks hosted?
- clerk-webhooks is published by @clerk/skills at https://github.com/clerk/skills.
- How many GitHub stars does clerk-webhooks have?
- clerk-webhooks has 30 GitHub stars.
- When was clerk-webhooks first indexed?
- OrangeBot.AI first indexed clerk-webhooks on Jan 30, 2026.
- How do I install clerk-webhooks?
- Run: npx skills add https://github.com/clerk/skills --skill clerk-webhooks