मुख्य सामग्री पर जाएँ
यह सामग्री अभी आपकी भाषा में उपलब्ध नहीं है और अंग्रेज़ी में दिखाई जा रही है।

Clerk Webhooks

Skill सत्यापित
95
इसका हिस्सा:Clerk Skills

Clerk webhooks for real-time events and data syncing. Always output complete, copy-paste-ready webhook handlers with verifyWebhook(req) verification. Listen for user creation, updates, deletion, and organization events. Build event-driven features like database sync, notifications, integrations.

AI सारांश

This skill offers ready-to-use TypeScript code examples for handling Clerk webhook events, including user, organization, and membership changes. It demonstrates how to implement secure webhook verification, integrate with databases via ORMs like Prisma, and send notifications using services like Resend and Slack.

Code Execution

  • info:LoggingThe provided examples include console logging for errors and basic event information, but do not implement a structured local audit file.

Compliance

  • info:GDPRThe skill processes personal data (email, name, user ID) as part of webhook payloads. While it doesn't submit this data to a third party for non-Clerk purposes, it does not include explicit stripping or anonymization beyond what Clerk provides, and personal data is sent to the LLM for processing within the handler.

इंस्टॉलेशन

पहले marketplace जोड़ें

/plugin marketplace add clerk/skills
/plugin install features@clerk-skills
1 day ago
40 stars
MIT
about 22 hours ago को अपडेट किया गया
सोर्स देखें

मिलते-जुलते एक्सटेंशन

Clerk Skills Router

95

Clerk authentication router. Use when user asks about adding authentication, setting up Clerk, custom sign-in flows, Swift or native iOS auth, native Android auth, Next.js patterns, React patterns, Vue patterns, Nuxt patterns, Astro patterns, TanStack Start patterns, Expo patterns, React Router patterns, Chrome Extension patterns, organizations, billing, subscriptions, payments, pricing, plans, seat-based pricing, feature entitlements, syncing users, or testing. Automatically routes to the specific skill based on their task.

Skill
clerk

Prisma Postgres Setup

99

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

Skill
prisma

Clerk Organizations

98

Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, and enterprise SSO. Use for team workspaces, RBAC, org-based routing, member management.

Skill
clerk

TanStack React Start Patterns

98

TanStack React Start auth patterns with @clerk/tanstack-react-start - createServerFn, beforeLoad guards, loaders, Vinxi server. Triggers on: TanStack auth, createServerFn clerk, beforeLoad protection, TanStack Start middleware.

Skill
clerk

Fastify Best Practices

98

Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts.

Skill
mcollina

Clerk Setup

97

Add Clerk authentication to any project by following the official quickstart guides.

Skill
clerk