# Auth0 AI Agent Skills

Auth0 publishes official AI agent skills for its tools, services, and developer workflows.

Browse 16 official AI agent skills across 3 Auth0 repositories, with install commands and source links.

Official page: https://skillscout.sh/official/auth0/
Markdown page: https://skillscout.sh/official/auth0/auth0_skills_skillscout.md
Vendor website: https://auth0.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/auth0/auth0_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Auth0 skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### auth0/agent-skills

Includes 1 official skill: auth0.

Install:

```bash
npx skills add auth0/agent-skills -y
```

Source: https://github.com/auth0/agent-skills

### auth0/skills

Covers auth0-android, auth0-angular, auth0-aspnetcore-api, auth0-express, auth0-fastify, auth0-fastify-api. Adds authentication to native Android apps using the Auth0 SDK. Adds authentication to Angular apps using the @auth0/auth0-angular SDK.

Install:

```bash
npx skills add auth0/skills -y
```

Source: https://officialskills.sh/auth0/skills

### auth0/docs-v2

Includes 1 official skill: auth0.

Install:

```bash
npx skills add auth0/docs-v2 -y
```

Source: https://github.com/auth0/docs-v2

## Individual skills

### auth0

Official Auth0 skill from auth0/agent-skills.

Install:

```bash
npx skills add auth0/agent-skills@auth0 -y
```

Package: auth0/agent-skills
Source: https://github.com/auth0/agent-skills/tree/HEAD/plugins/auth0/skills/auth0

### auth0-android

Adds authentication to native Android apps using the Auth0 SDK.

Install:

```bash
npx skills add auth0/skills@auth0-android -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-android

### auth0-angular

Adds authentication to Angular apps using the @auth0/auth0-angular SDK.

Install:

```bash
npx skills add auth0/skills@auth0-angular -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-angular

### auth0-aspnetcore-api

Adds JWT access token validation to ASP.

Install:

```bash
npx skills add auth0/skills@auth0-aspnetcore-api -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-aspnetcore-api

### auth0-express

Adds session-based authentication to Express.

Install:

```bash
npx skills add auth0/skills@auth0-express -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-express

### auth0-fastify

Adds session-based authentication to Fastify web applications using the @auth0/auth0-fastify SDK.

Install:

```bash
npx skills add auth0/skills@auth0-fastify -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-fastify

### auth0-fastify-api

Secures Fastify API endpoints with JWT Bearer token validation through Auth0.

Install:

```bash
npx skills add auth0/skills@auth0-fastify-api -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-fastify-api

### auth0-mfa

Adds Multi-Factor Authentication to Auth0-powered apps.

Install:

```bash
npx skills add auth0/skills@auth0-mfa -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-mfa

### auth0-migration

Guides migration of users and authentication flows from existing providers like Firebase, Cognito, Supabase, or Clerk to Auth0.

Install:

```bash
npx skills add auth0/skills@auth0-migration -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-migration

### auth0-nextjs

Adds authentication to Next.

Install:

```bash
npx skills add auth0/skills@auth0-nextjs -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-nextjs

### auth0-nuxt

Adds Auth0 authentication to Nuxt 3/4 apps using server-side encrypted cookie sessions.

Install:

```bash
npx skills add auth0/skills@auth0-nuxt -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-nuxt

### auth0-quickstart

Detects your project&#x27;s framework (React, Next.

Install:

```bash
npx skills add auth0/skills@auth0-quickstart -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-quickstart

### auth0-react

Adds authentication to React single-page applications using the @auth0/auth0-react SDK.

Install:

```bash
npx skills add auth0/skills@auth0-react -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-react

### auth0-react-native

Adds authentication to React Native and Expo mobile apps using the react-native-auth0 SDK.

Install:

```bash
npx skills add auth0/skills@auth0-react-native -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-react-native

### auth0-vue

Adds authentication to Vue.

Install:

```bash
npx skills add auth0/skills@auth0-vue -y
```

Package: auth0/skills
Source: https://officialskills.sh/auth0/skills/auth0-vue

### auth0

Official Auth0 skill from auth0/docs-v2.

Install:

```bash
npx skills add auth0/docs-v2@auth0 -y
```

Package: auth0/docs-v2
Source: https://github.com/auth0/docs-v2/tree/HEAD/main/.mintlify/skills/auth0

## auth0/agent-skills package overview

Includes 1 official skill: auth0.

### Top skills in this package

- auth0: Official Auth0 skill from auth0/agent-skills.

### Install

Install the full package:

```bash
npx skills add auth0/agent-skills -y
```

Install a specific skill:

```bash
npx skills add auth0/agent-skills@auth0 -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/auth0/agent-skills#readme
