By clerk
Integrate Clerk authentication across frameworks (Next.js, React, Vue, Nuxt, Astro, Expo, Android, iOS) with custom UI, organizations, billing, webhooks, and E2E testing
Clerk Backend REST API explorer and executor. Browse tags, inspect endpoint schemas, and execute authenticated requests. Use when listing users, managing organizations, or calling any Clerk API endpoint.
Operate the Clerk CLI (`clerk` binary) for authentication, user/org/session management, deploy verification, instance config, env keys, and any Clerk Backend or Platform API call. Use when the user mentions Clerk management tasks, "list clerk users", "create a clerk user", "update organization", "pull clerk config", "clerk env pull", "clerk doctor", "clerk deploy", "clerk deploy status", "clerk api", or any ad-hoc Clerk API request. Prefer the CLI over raw HTTP: it handles auth, key resolution, app/instance targeting, and formatting automatically.
Custom authentication flows and component appearance - hooks (useSignIn, useSignUp), themes, colors, fonts, CSS. Use for custom sign-in/sign-up flows, appearance styling, visual customization, branding.
Add Clerk authentication to any project by following the official quickstart guides.
Clerk authentication router. Use when user asks about Clerk CLI operations, 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills follow the Agent Skills format.
npx skills add clerk/skills
codex plugin marketplace add clerk/skills
After adding the marketplace, restart Codex, open /plugins, select
Clerk Skills, install and enable clerk-skills, then start a new thread.
git clone https://github.com/clerk/skills ~/.claude/skills/clerk
| Skill | Purpose | When to Use |
|---|---|---|
/clerk | Router - Routes to the right skill | Always start here |
clerk-cli | Clerk CLI operations | Users, orgs, apps, env keys, deploy checks |
clerk-setup | Add Clerk to any framework | New projects, framework setup |
clerk-custom-ui | Custom sign-in/up and appearance | Building custom forms, styling |
clerk-backend-api | Backend REST API explorer | Browsing or calling API endpoints |
| Skill | Framework | Patterns |
|---|---|---|
clerk-nextjs-patterns | Next.js | Middleware, Server Actions, caching |
clerk-react-patterns | React | Hooks, auth guards, protected routes |
clerk-react-router-patterns | React Router | Loaders, actions, route protection |
clerk-vue-patterns | Vue | Composables, Pinia integration |
clerk-nuxt-patterns | Nuxt | Server middleware, SSR auth |
clerk-astro-patterns | Astro | SSR auth, island components |
clerk-tanstack-patterns | TanStack Start | Server functions, route protection |
clerk-expo-patterns | Expo | Secure storage, deep linking |
clerk-chrome-extension-patterns | Chrome Extension | Background scripts, popup auth |
| Skill | Purpose | When to Use |
|---|---|---|
clerk-orgs | Multi-tenant B2B organizations | Team workspaces, RBAC |
clerk-billing | Subscription billing and feature gating | Pricing tables, plans, per-seat, entitlements |
clerk-webhooks | Real-time events and data syncing | Database sync, notifications |
clerk-testing | E2E testing for auth flows | Playwright/Cypress tests |
| Skill | Platform | Patterns |
|---|---|---|
clerk-swift | iOS | ClerkKit, SwiftUI, Apple Sign-In |
clerk-android | Android | Kotlin, Jetpack Compose |
Get your keys from the Clerk Dashboard and add them to .env:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_xxx
CLERK_SECRET_KEY=sk_test_xxx
| You Say | Skill Used |
|---|---|
| "List Clerk users" | clerk-cli |
| "Add Clerk auth to my Next.js app" | clerk-setup |
| "Use Server Actions with Clerk" | clerk-nextjs-patterns |
| "Add Clerk to my Vue app" | clerk-vue-patterns |
| "Add Clerk to my Nuxt app" | clerk-nuxt-patterns |
| "Add auth to my Expo app" | clerk-expo-patterns |
| "Add Clerk to my Astro site" | clerk-astro-patterns |
| "Build custom sign-in form" | clerk-custom-ui |
| "Sync users to Prisma via webhooks" | clerk-webhooks |
| "Add Playwright tests for auth" | clerk-testing |
| "Set up organizations for my B2B app" | clerk-orgs |
| "Add subscription billing with pricing table" | clerk-billing |
| "Gate features by plan" | clerk-billing |
| "Add Clerk auth to my iOS app" | clerk-swift |
| "Add Clerk auth to my Android app" | clerk-android |
npx claudepluginhub clerk/skills --plugin mobileComplete authentication platform with OAuth, organizations, and billing
Claude Code skill pack for Clerk authentication (24 skills)
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.
Auth0 skills for quickstarts, migration, MFA, branding, custom domains, Advanced Custom Universal Login (ACUL) screen generation, and framework-specific SDK integrations for React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, Flask, Go, Spring Boot, Java MVC, Swift, Android, ASP.NET Core, React Native, Expo, Ionic React (Capacitor), Ionic Angular (Capacitor), and Ionic Vue (Capacitor).
The backend platform for AI-native developers. A Postgres-based backend with auth, storage, compute, hosting, and AI gateway — built for coding agents. This plugin gives agents the full InsForge surface: database CRUD with RLS, authentication, storage, edge functions, AI, realtime, Stripe payments, and deployments. Includes CLI infrastructure management, debugging diagnostics, and integration guides for third-party auth providers (Auth0, Clerk, Kinde, Stytch, WorkOS).