Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 agent skills install

Download the Auth0 skill and install it into your detected AI coding assistants.

With no flags it prompts for which assistants to set up. Use –agent to select them non-interactively.

Supported assistants (24): claude-code, cursor, github-copilot, gemini-cli, antigravity, roo, goose, opencode, codex, windsurf, continue, amp, junie, kiro-cli, cline, augment, aider-desk, warp, devin, mistral-vibe, openhands, trae, mux, universal.

Usage

auth0 agent skills install [flags]

Examples

  # Choose assistants interactively
  auth0 agent skills install

  # Install into specific assistants (comma-separated or repeatable)
  auth0 agent skills install --agent claude-code,cursor
  auth0 agent skills install --agent claude-code --agent cursor

  # Install into every detected assistant
  auth0 agent skills install --agent all

  # Re-download even if already up to date
  auth0 agent skills install --force

Flags

      --agent strings   Assistant ID(s) to install into: comma-separated or repeatable, or 'all'. Defaults to prompting.
      --force           Re-download the skill even if it is already up to date.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.