By auth0
Add Auth0 authentication to apps across multiple frameworks—login, logout, protected routes, MFA, branding, custom domains, SDK upgrades, and user migration from other providers.
Use when building or customizing Auth0 Universal Login screens with full UI control — creating branded login, signup, or MFA screens using the ACUL React or Vanilla JS SDK. Use this even if the user says "custom login page", "style my Auth0 login", or "build my own Universal Login UI" without mentioning ACUL directly. Does not cover basic branding (colors/logo only) — use auth0-branding for that.
Use when setting up, verifying, or troubleshooting a custom Auth0 login domain (e.g. login.example.com). Covers CNAME setup, verification, TLS policy, Multiple Custom Domains, and Management API errors — even if the user just says "use my own domain for Auth0 login".
Use when upgrading an Android app's Auth0 SDK (com.auth0.android:auth0) to the next major version. Detects the current version, checks prerequisites, and applies only the breaking changes that affect the project's real call sites. Use even if the user just says "update my Auth0 Android SDK" or "migrate to Auth0 Android v4".
Use when adding Auth0 login, logout, or credential management to an Android app in Kotlin or Java. Covers Web Auth, biometric-protected CredentialsManager, and MFA — even if the user just says "add login to my Android app" without mentioning Auth0. Integrates com.auth0.android:auth0.
Use when adding Auth0 login, logout, route guards, or HTTP interceptors to an Angular application. Integrates @auth0/auth0-angular for SPAs — use even if the user says "protect my Angular routes" or "add authentication to Angular" without naming the SDK.
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.

AI agent skills that help coding assistants implement Auth0 authentication correctly. Works with Claude Code, Cursor, GitHub Copilot, and 40+ other agents that support the Agent Skills format.
Documentation · Getting Started · Feedback
Auth0 is on the official Claude Code plugins marketplace:
/plugin install auth0@claude-plugins-official
Or type /plugin in a session, go to Discover, and search "Auth0".
From the terminal (no session needed):
claude plugin install auth0@claude-plugins-official
Auth0 is on the Cursor marketplace. Open the listing and click Add to install.
You can also install via Cursor Settings → Rules → Add Rule → Remote Rule (GitHub) and enter this repository URL.
npx skills add auth0/agent-skills --agent github-copilot
The Skills CLI works with Claude Code, Cursor, Copilot, Codex, and 40+ other agents:
npx skills add auth0/agent-skills
Target specific agents with --agent:
npx skills add auth0/agent-skills --agent claude-code cursor
Install individual skills from ClawHub.ai:
# Install each Auth0 skill separately.
npx clawhub install auth0-quickstart
npx clawhub install auth0-migration
npx clawhub install auth0-mfa
npx clawhub install auth0-react
npx clawhub install auth0-nextjs
npx clawhub install auth0-vue
npx clawhub install auth0-nuxt
npx clawhub install auth0-angular
npx clawhub install auth0-express
npx clawhub install auth0-fastify
npx clawhub install auth0-fastify-api
npx clawhub install auth0-react-native
npx clawhub install auth0-android
npx clawhub install auth0-android-major-migration
npx clawhub install auth0-swift
npx clawhub install auth0-swift-major-migration
npx clawhub install auth0-flutter-native
npx clawhub install auth0-flutter-web
npx clawhub install auth0-maui
npx clawhub install auth0-aspnetcore-api
npx clawhub install auth0-ionic-react
npx clawhub install auth0-ionic-angular
npx clawhub install auth0-ionic-vue
npx clawhub install auth0-aspnetcore-authentication
npx clawhub install auth0-net-android
npx clawhub install auth0-net-ios
npx clawhub install auth0-winforms
npx clawhub install auth0-wpf
Or browse and install from the ClawHub web UI — search for "auth0".
When you ask your AI assistant something like "add Auth0 login to my app," the assistant:
package.json, requirements.txt, build.gradle, etc.)auth0-nextjs for a Next.js project)You don't pick skills manually — framework detection handles it.
32 skills covering web, mobile, and API authentication.
npx claudepluginhub auth0/agent-skills --plugin auth0Build authentication systems with JWT, OAuth2, and API keys
Descope authentication skills: integration, Auth0/Okta/WorkOS/Stytch migration, Terraform, FGA authorization schemas, security review, and BYOS custom UI
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.
Auth skills for Claude Code — scaffold auth endpoints, review auth code for security issues, and add conformance tests
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.