Skip to main content
Back to registry

clerk-webhooks

clerk/skills

Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows.

Installs2
Install command
npx skills add https://github.com/clerk/skills --skill clerk-webhooks
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows. User : user.created user.updated user.deleted Organization : organization.created organization.updated organization.deleted Organization Domain : organizationDomain.created organizationDomain.updated organizationDomain.deleted Organization Invitation : organizationInvitation.created organizationInvitation.accepted organizationInvitation.revoked Organization Membership : organizationMembership.created organizationMembership.updated organizationMembership.deleted Roles : role.created role.updated role.deleted Permissions : permission.created permission.updated permission.deleted Session : session.created session.updated session.ended session.removed session.revoked session.pending Communication : email.created sms.created Invitations : invitation.created invitation.accepted invitation.revoked Waitlist : waitlistEntry.created waitlistEntry.updated Full catalog: Dashboard → Webhooks → Event Catalog Do sync when: Don't sync when: Webhooks come unsigned. Route must be public: Ensure clerkMiddleware() doesn't protect /api/webhooks(.*) path. Use correct import and single parameter: Narrow to specific event: Don't only listen to user.created . Also handle user.updated and user.deleted . Return 200 immediately, queue long operations: Retries : Svix retries failed webhooks for...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does clerk-webhooks do?

Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows.

Is clerk-webhooks good?

clerk-webhooks does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does clerk-webhooks work with?

clerk-webhooks currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to clerk-webhooks?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install clerk-webhooks?

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

Related skills

More from clerk/skills

Related skills

Alternatives in Software Engineering