
from Auth0 Agent Skills16
Guides an agent to add Auth0 authentication to native Android apps (Kotlin/Java), including Web Auth, secure credential storage, biometric protection, and MFA,
Provides step-by-step guidance for integrating Auth0 into Android applications using the official com.auth0.android SDK. The skill covers setup, dependency management, secure credential storage, Web Auth login/logout flows, biometric protection, MFA, and common build-time fixes. It also enforces fetching the latest SDK release and validating credentials before proceeding.
Use this skill when adding authentication to native Android apps (Kotlin or Java) that require Auth0-backed login flows, secure token storage, or multi-factor authentication. Not suitable for React Native, Flutter, web SPAs, or server-side Node projects.
Agents that can run shell checks (gh CLI) and edit project files (OpenClaw with repo access) will benefit most.
Auth0 Android integration skill provides comprehensive guidance for adding Auth0 authentication to native Android apps (Kotlin/Java). Covers Web Auth, credential storage, biometric protection, and MFA. Well-structured with clear agent instructions, troubleshooting guidance, and progressive disclosure via reference docs. Main security concern is the curl|sh pattern for Auth0 CLI installation in the setup guide.
Well-crafted skill from Auth0's official agent-skills repo. The curl|sh install pattern is the only notable security deduction. SKILL.md has excellent agent instructions including failcheck limits (5-6 build attempts before asking user), existing handler detection, and explicit confirmation gates before writing to strings.xml. Source path in DB was incorrect (plugins/auth0-sdks vs plugins/auth0).