[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-auth0-go-jwt-middleware-de":3,"guides-for-auth0-go-jwt-middleware":786,"similar-k176prr0y8rwhb3q76xssb6d8186nhaq-de":787},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":241,"parentExtension":248,"providers":284,"relations":288,"repo":289,"tags":784,"workflow":785},1778682677410.037,"k176prr0y8rwhb3q76xssb6d8186nhaq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when securing Go HTTP API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth. Integrates github.com/auth0/go-jwt-middleware/v3 for REST APIs receiving access tokens from frontends or mobile apps. Also handles DPoP proof-of-possession token binding. Triggers on jwtmiddleware, go-jwt-middleware, Go API auth, JWT validation, CheckJWT.",{"claudeCode":12},"auth0/agent-skills","go-jwt-middleware","https://github.com/auth0/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":242},1778683425832.9805,"kn70708yx15vt0cdr3mjwah3wh86nkcc","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,112,115,119,122,125,128,132,135,138,142,146,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of securing Go HTTP API endpoints with JWT validation and integrates a specific middleware library for this purpose.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specialized integration with go-jwt-middleware and provides detailed setup, configuration, and testing guidance beyond basic prompt engineering.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive setup, code integration, testing procedures, and troubleshooting guidance, covering the lifecycle for securing Go API endpoints.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on securing Go HTTP API endpoints using JWTs via the go-jwt-middleware library, with no unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality and target use case.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill's actions are well-defined and specific to JWT middleware configuration and setup, not general-purpose commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All relevant configuration options for the middleware and Auth0 setup are documented in the SKILL.md and reference files.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill does not expose distinct tools, but its instructions and code examples are clear and descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's interactions involve user prompts for configuration and code generation, with clear inputs and outputs.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is Apache-2.0, clearly stated in the LICENSE file and SKILL.md, and is permissive for use.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","Dependencies are managed via Go modules, and the skill provides instructions for installing them.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets like API keys are handled via environment variables and not exposed in logs or committed code. Token handling follows strict security guidelines.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's code generation and instructions do not involve loading untrusted external data or executing arbitrary code from external sources.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on committed dependencies and does not fetch external code or scripts at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill's operations are confined to code generation and configuration within the project directory, not affecting external files or system paths.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops that could lead to sandbox escapes are present in the skill's instructions or code.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill does not instruct the agent to read or submit confidential data to third parties; all outbound calls are related to configuration and token validation.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions are clean printable ASCII.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","All bundled scripts are plain and readable; no obfuscated code, base64 payloads, or runtime script fetching is used.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The skill makes standard assumptions about Go project structure and clarifies prerequisites, but does not rely on non-standard file layouts.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","The repository shows a healthy ratio of closed to open issues, indicating active maintainer engagement.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","A clear version (1.0.0) is declared in the SKILL.md frontmatter.",{"category":102,"check":103,"severity":24,"summary":104},"Execution","Validation","While no explicit schema validation library is mentioned, the code and instructions for handling Auth0 configuration and JWTs appear robust.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","The skill primarily generates configuration and code; it does not perform destructive operations without user interaction or confirmation.",{"category":109,"check":110,"severity":24,"summary":111},"Code Execution","Error Handling","The provided Go code includes error checking and handling for configuration and middleware setup, with clear error messages.",{"category":109,"check":113,"severity":24,"summary":114},"Logging","The skill demonstrates the use of structured logging (slog) and provides clear instructions for local development logging.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill handles authentication tokens and configuration, not personal user data directly, thus avoiding GDPR concerns.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill is applicable globally for Go API development with Auth0, with no regional restrictions.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The skill specifies Go version requirements and aims for cross-platform compatibility (darwin, linux), with standard dependency management.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is comprehensive, detailing installation, usage, and available skills, serving as a good entry point.",{"category":33,"check":129,"severity":130,"summary":131},"Tool surface size","not_applicable","This is a skill, not a CLI with multiple tools; evaluation is based on its overall functionality.",{"category":40,"check":133,"severity":130,"summary":134},"Overlapping near-synonym tools","The skill does not expose multiple distinct tools that could be confused.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as JWT validation and scope checks, are directly implemented or demonstrated in the provided code examples.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided for various environments (Claude Code, Cursor, Skills CLI) with copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages in the code and documentation are clear, explain the cause, and suggest remediation steps.",{"category":102,"check":147,"severity":24,"summary":148},"Pinned dependencies","Dependencies are managed via Go modules, and the skill provides instructions for fetching them.",{"category":33,"check":150,"severity":130,"summary":151},"Dry-run preview","The skill focuses on code generation and configuration, not state-changing operations requiring a dry-run mode.",{"category":153,"check":154,"severity":130,"summary":155},"Protocol","Idempotent retry & timeouts","The skill itself doesn't perform network calls or state-changing operations; idempotency is relevant to the protected API, not the skill.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The skill does not emit telemetry; it focuses on code generation and configuration.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The skill's purpose is precisely defined as securing Go HTTP API endpoints with JWT validation using a specific middleware, with clear usage instructions and non-goals.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and trigger phrases.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md body is well-structured and delegates detailed information to reference files, keeping the main document concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","Detailed setup, integration patterns, and API references are provided in separate Markdown files linked from the main SKILL.md.",{"category":169,"check":173,"severity":130,"summary":174},"Forked exploration","The skill does not involve deep exploration or code review that would require a forked context.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","Multiple end-to-end examples are provided for setup, code integration, testing, and common use cases.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The documentation addresses common mistakes, troubleshooting, and security considerations, providing guidance for handling potential issues.",{"category":109,"check":182,"severity":130,"summary":183},"Tool Fallback","The skill does not rely on external tools like an MCP server with fallback mechanisms.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill's instructions and code emphasize clear error reporting and user confirmation for setup steps, implicitly halting on unexpected states.",{"category":90,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded in the same session.",1778683425720,"This skill integrates the auth0/go-jwt-middleware v3 library to secure Go HTTP API endpoints with JWT Bearer token validation, scope checks, and DPoP support. It provides detailed setup instructions, code examples, and testing procedures.",[194,195,196,197,198],"JWT Bearer token validation","Scope and permission checks","Stateless authentication","DPoP proof-of-possession binding","Integration with auth0/go-jwt-middleware/v3",[200,201,202,203],"Securing Go server-rendered web applications (use go-auth0)","Client-side authentication for Single Page Applications (use auth0-react, etc.)","Mobile application authentication (use auth0-swift, auth0-android, etc.)","Authentication for non-Go backends (use framework-specific Auth0 libraries)","3.0.0","4.4.0","To enable developers to easily secure their Go HTTP API endpoints using JWT Bearer token validation and scope checks, leveraging the auth0/go-jwt-middleware library.","The extension is a high-quality, well-documented skill with clear instructions and code examples. It adheres to security best practices and provides excellent guidance for integrating JWT authentication in Go APIs.",99,"Excellent skill for securing Go APIs with JWTs, offering comprehensive setup and integration guidance.",[211,212,213,214,215,216],"go","jwt","auth0","api","security","middleware","global","verified",[220,221,222,223],"Securing REST API endpoints in Go applications","Implementing stateless authentication for microservices","Validating access tokens issued by Auth0 for Go backends","Configuring JWT middleware with custom claims and scopes",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":240},{"hasLockfile":226},false,1778683411791,{"descriptionLength":229,"readmeSize":230},373,7769,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"manifestVersion":234,"openIssues90d":235,"pushedAt":236,"stars":237},3,10,"1.0.0",1,1778675325000,20,{"hasNpmPackage":226,"license":239,"smitheryVerified":226},"Apache-2.0",{"hasCi":241,"hasTests":241},true,{"updatedAt":243},1778683425833,{"basePath":245,"githubOwner":213,"githubRepo":246,"locale":18,"slug":13,"type":247},"plugins/auth0/skills/go-jwt-middleware","agent-skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":256,"parentExtension":259,"providers":260,"relations":278,"tags":280,"workflow":281},1778682677410.0303,"k17b52m0t4j5ryyvea95kdqqr186nk9e",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"sourceUrl":14},"Auth0 skills for quickstarts, migration, MFA, Advanced Custom Universal Login (ACUL) screen generation, and framework-specific SDK integrations for React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, Go, Java MVC, Spring Boot, Swift, Android, ASP.NET Core, React Native, Expo, Ionic React (Capacitor), Ionic Angular (Capacitor), and Ionic Vue (Capacitor).",{"claudeCode":213},"Auth0",{"basePath":257,"githubOwner":213,"githubRepo":246,"locale":18,"slug":213,"type":258},"plugins/auth0","plugin",null,{"evaluate":261,"extract":273},{"promptVersionExtension":204,"promptVersionScoring":205,"score":262,"tags":263,"targetMarket":217,"tier":272},78,[264,213,215,212,265,266,267,268,269,270,271],"authentication","oauth","spa","web","mobile","backend","frontend","migration","community",{"commitSha":274,"license":239,"plugin":275},"HEAD",{"mcpCount":8,"provider":276,"skillCount":277},"classify",28,{"repoId":279},"kd7d2wx4927yddhxgfpzw6t10x86m349",[213,264,269,270,212,271,268,265,215,266,267],{"evaluatedAt":282,"extractAt":283,"updatedAt":282},1778682712627,1778682677410,{"evaluate":285,"extract":287},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":286,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":274},{"parentExtensionId":250,"repoId":279},{"_creationTime":290,"_id":279,"identity":291,"providers":292,"workflow":780},1778682673018.1855,{"githubOwner":213,"githubRepo":246,"sourceUrl":14},{"classify":293,"discover":774,"github":777},{"commitSha":274,"extensions":294},[295,312,378,416,430,441,452,462,493,504,515,523,531,542,553,564,575,586,601,613,624,637,650,661,673,695,706,734,745,766],{"basePath":296,"description":297,"displayName":298,"installMethods":299,"rationale":300,"selectedPaths":301,"source":310,"sourceLanguage":18,"type":311},"","Agent skills for integrating Auth0 authentication into any application, framework, or platform.","auth0-agent-skills",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[302,305,307],{"path":303,"priority":304},".claude-plugin/marketplace.json","mandatory",{"path":306,"priority":304},"README.md",{"path":308,"priority":309},"LICENSE","high","rule","marketplace",{"basePath":257,"description":253,"displayName":213,"installMethods":313,"rationale":314,"selectedPaths":315,"source":310,"sourceLanguage":18,"type":258},{"claudeCode":213},"plugin manifest at plugins/auth0/.claude-plugin/plugin.json",[316,318,319,322,324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376],{"path":317,"priority":304},".claude-plugin/plugin.json",{"path":306,"priority":304},{"path":320,"priority":321},"skills/acul-screen-generator/SKILL.md","medium",{"path":323,"priority":321},"skills/auth0-android/SKILL.md",{"path":325,"priority":321},"skills/auth0-angular/SKILL.md",{"path":327,"priority":321},"skills/auth0-aspnetcore-api/SKILL.md",{"path":329,"priority":321},"skills/auth0-cli/SKILL.md",{"path":331,"priority":321},"skills/auth0-expo/SKILL.md",{"path":333,"priority":321},"skills/auth0-express/SKILL.md",{"path":335,"priority":321},"skills/auth0-fastapi-api/SKILL.md",{"path":337,"priority":321},"skills/auth0-fastify/SKILL.md",{"path":339,"priority":321},"skills/auth0-fastify-api/SKILL.md",{"path":341,"priority":321},"skills/auth0-flask/SKILL.md",{"path":343,"priority":321},"skills/auth0-ionic-angular/SKILL.md",{"path":345,"priority":321},"skills/auth0-ionic-react/SKILL.md",{"path":347,"priority":321},"skills/auth0-ionic-vue/SKILL.md",{"path":349,"priority":321},"skills/auth0-java-mvc-common/SKILL.md",{"path":351,"priority":321},"skills/auth0-mfa/SKILL.md",{"path":353,"priority":321},"skills/auth0-migration/SKILL.md",{"path":355,"priority":321},"skills/auth0-nextjs/SKILL.md",{"path":357,"priority":321},"skills/auth0-nuxt/SKILL.md",{"path":359,"priority":321},"skills/auth0-quickstart/SKILL.md",{"path":361,"priority":321},"skills/auth0-react/SKILL.md",{"path":363,"priority":321},"skills/auth0-react-native/SKILL.md",{"path":365,"priority":321},"skills/auth0-spa-js/SKILL.md",{"path":367,"priority":321},"skills/auth0-springboot-api/SKILL.md",{"path":369,"priority":321},"skills/auth0-swift/SKILL.md",{"path":371,"priority":321},"skills/auth0-vue/SKILL.md",{"path":373,"priority":321},"skills/express-oauth2-jwt-bearer/SKILL.md",{"path":375,"priority":321},"skills/go-jwt-middleware/SKILL.md",{"path":377,"priority":309},".cursor-plugin/plugin.json",{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/acul-screen-generator","Generates complete, branded Auth0 Advanced Custom Universal Login (ACUL) screen implementations using the React or Vanilla JS SDK. Use when a developer asks to create, add, or modify ACUL login screens with custom branding, social login, theming, or specific authentication flows. Triggers on requests like \"generate a custom login screen\", \"add a signup screen to my ACUL project\", \"customize my Auth0 Universal Login with our brand colors\", \"apply our theme to all ACUL screens\", or any task involving Auth0 Universal Login customization with @auth0/auth0-acul-react or @auth0/auth0-acul-js.","acul-screen-generator",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/acul-screen-generator/SKILL.md",[385,387,390,392,394,396,398,400,402,404,406,408,410,412,414],{"path":386,"priority":304},"SKILL.md",{"path":388,"priority":389},"assets/js-templates/login-id.js","low",{"path":391,"priority":389},"assets/js-templates/login-password.js",{"path":393,"priority":389},"assets/react-templates/login-id.tsx",{"path":395,"priority":389},"assets/react-templates/login-password.tsx",{"path":397,"priority":389},"assets/theme-templates/globals.css",{"path":399,"priority":389},"assets/theme-templates/tailwind.config.ts",{"path":401,"priority":389},"assets/theme-templates/theme-provider.ts",{"path":403,"priority":389},"assets/theme-templates/tokens.css",{"path":405,"priority":321},"references/acul-js-sdk.md",{"path":407,"priority":321},"references/acul-react-sdk.md",{"path":409,"priority":321},"references/cli-commands.md",{"path":411,"priority":321},"references/screen-catalog.md",{"path":413,"priority":321},"references/social-providers.md",{"path":415,"priority":321},"references/theming-patterns.md",{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-android","Use when adding authentication to Android applications (Kotlin/Java) with Web Auth, biometric-protected credentials, and MFA - integrates com.auth0.android:auth0 SDK for native Android apps","auth0-android",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-android/SKILL.md",[423,424,426,428],{"path":386,"priority":304},{"path":425,"priority":321},"references/api.md",{"path":427,"priority":321},"references/integration.md",{"path":429,"priority":321},"references/setup.md",{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-angular","Use when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs","auth0-angular",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-angular/SKILL.md",[437,438,439,440],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-aspnetcore-api","Use when securing ASP.NET Core Web API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates Auth0.AspNetCore.Authentication.Api for REST APIs receiving access tokens from frontends or mobile apps. Also handles DPoP proof-of-possession token binding. Triggers on: AddAuth0ApiAuthentication, .NET Web API auth, JWT validation, UseAuthentication, UseAuthorization.","auth0-aspnetcore-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-aspnetcore-api/SKILL.md",[448,449,450,451],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-cli","Reference for Auth0 CLI commands — apps, apis, users, roles, organizations, actions, logs, custom domains, universal-login, terraform, raw API mode, and --json output. Use this skill whenever you need to run Auth0 CLI commands to create or manage applications, APIs, users, roles, organizations, actions, log streams, custom domains, or Universal Login configuration, or when you need to call the Auth0 Management API directly. Trigger on prompts like \"create an Auth0 app\", \"list my Auth0 users\", \"assign a role\", \"set up an organization\", \"deploy an action\", \"configure a custom domain\", \"generate Terraform for Auth0\", \"stream Auth0 logs\", \"call the Management API\", or any task involving the auth0 CLI tool.","auth0-cli",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-cli/SKILL.md",[459,460],{"path":386,"priority":304},{"path":461,"priority":321},"references/cli.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-expo","Use when adding authentication to Expo (React Native) mobile apps — login, logout, user sessions, protected routes, biometrics, or token management. Integrates react-native-auth0 SDK with Expo Config Plugin for native iOS/Android builds. Trigger for any Expo project needing Auth0, including app.json plugin config, custom scheme setup, or credential management. Do NOT use for bare React Native CLI projects (use auth0-react-native), React web apps (use auth0-react), Next.js (use auth0-nextjs), or backend APIs.","auth0-expo",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-expo/SKILL.md",[469,470,471,472,473,475,477,479,481,483,485,487,489,491],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"path":474,"priority":389},"scripts/bootstrap.mjs",{"path":476,"priority":389},"scripts/package.json",{"path":478,"priority":389},"scripts/utils/app-json-writer.mjs",{"path":480,"priority":389},"scripts/utils/auth0-api.mjs",{"path":482,"priority":389},"scripts/utils/change-plan.mjs",{"path":484,"priority":389},"scripts/utils/clients.mjs",{"path":486,"priority":389},"scripts/utils/connections.mjs",{"path":488,"priority":389},"scripts/utils/discovery.mjs",{"path":490,"priority":389},"scripts/utils/helpers.mjs",{"path":492,"priority":389},"scripts/utils/validation.mjs",{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-express","Use when adding authentication (login, logout, protected routes) to Express.js web applications - integrates express-openid-connect for session-based auth.","auth0-express",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-express/SKILL.md",[500,501,502,503],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-fastapi-api","Use when securing FastAPI API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates auth0-fastapi-api for REST APIs receiving access tokens from SPAs, mobile apps, or other clients. Also handles DPoP proof-of-possession token binding. Triggers on: Auth0FastAPI, FastAPI API auth, JWT validation, require_auth, DPoP.","auth0-fastapi-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastapi-api/SKILL.md",[511,512,513,514],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-fastify","Use when adding authentication (login, logout, protected routes) to Fastify web applications - integrates @auth0/auth0-fastify for session-based auth. For stateless Fastify APIs use auth0-fastify-api instead.","auth0-fastify",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastify/SKILL.md",[522],{"path":386,"priority":304},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-fastify-api","Use when securing Fastify API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates @auth0/auth0-fastify-api for REST APIs receiving access tokens from frontends or mobile apps.","auth0-fastify-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastify-api/SKILL.md",[530],{"path":386,"priority":304},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-flask","Use when adding login, logout, and user profile to a Flask web application using session-based authentication - integrates auth0-server-python for server-rendered apps with login/callback/profile/logout flows.","auth0-flask",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-flask/SKILL.md",[538,539,540,541],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-ionic-angular","Use when adding Auth0 authentication to an Ionic Angular application with Capacitor — integrates @auth0/auth0-angular SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-angular",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-angular/SKILL.md",[549,550,551,552],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-ionic-react","Use when adding Auth0 authentication to an Ionic React application with Capacitor — integrates @auth0/auth0-react SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-react",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-react/SKILL.md",[560,561,562,563],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-ionic-vue","Use when adding Auth0 authentication to an Ionic Vue application with Capacitor — integrates @auth0/auth0-vue SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-vue",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-vue/SKILL.md",[571,572,573,574],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-java-mvc-common","Use when adding Auth0 login, logout, and callback handling to Java Servlet web applications - integrates com.auth0:mvc-auth-commons SDK for server-side Java apps using javax.servlet with session-based authentication. Triggers on AuthenticationController, AuthorizeUrl, Tokens, IdentityVerificationException, Java MVC auth.","auth0-java-mvc-common",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-java-mvc-common/SKILL.md",[582,583,584,585],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-mfa","Use when adding MFA, 2FA, TOTP, SMS codes, push notifications, passkeys, or when requiring step-up verification for sensitive operations or meeting compliance requirements (HIPAA, PCI-DSS) - covers adaptive and risk-based authentication with Auth0.","auth0-mfa",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-mfa/SKILL.md",[593,594,596,597,599],{"path":386,"priority":304},{"path":595,"priority":321},"references/advanced.md",{"path":425,"priority":321},{"path":598,"priority":321},"references/backend.md",{"path":600,"priority":321},"references/examples.md",{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-migration","Use when migrating or switching from an existing auth provider (Firebase, Cognito, Supabase, Clerk, custom auth) to Auth0 - covers bulk user import, gradual migration strategies, code migration patterns, and JWT validation updates.","auth0-migration",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-migration/SKILL.md",[608,609,611],{"path":386,"priority":304},{"path":610,"priority":321},"references/code-patterns.md",{"path":612,"priority":321},"references/user-import.md",{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-nextjs","Use when adding authentication to Next.js applications (login, logout, protected pages, middleware, server components) - supports App Router and Pages Router with @auth0/nextjs-auth0 SDK.","auth0-nextjs",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-nextjs/SKILL.md",[620,621,622,623],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-nuxt","Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK","auth0-nuxt",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-nuxt/SKILL.md",[631,632,633,635],{"path":386,"priority":304},{"path":600,"priority":321},{"path":634,"priority":321},"references/route-protection.md",{"path":636,"priority":321},"references/session-stores.md",{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-quickstart","Use when adding authentication or login to any app - detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, ASP.NET Core, React Native, Expo, Android, Swift), sets up an Auth0 account if needed, and routes to the correct SDK setup workflow.","auth0-quickstart",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-quickstart/SKILL.md",[644,645,646,648],{"path":386,"priority":304},{"path":461,"priority":321},{"path":647,"priority":321},"references/concepts.md",{"path":649,"priority":321},"references/environments.md",{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-react","Use when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or Create React App","auth0-react",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-react/SKILL.md",[657,658,659,660],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-react-native","Use when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking","auth0-react-native",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-react-native/SKILL.md",[668,669,670,672],{"path":386,"priority":304},{"path":425,"priority":321},{"path":671,"priority":321},"references/patterns.md",{"path":429,"priority":321},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-spa-js","Use when adding authentication to Vanilla JS, Svelte, or any framework-agnostic single-page applications - integrates @auth0/auth0-spa-js SDK for SPAs without framework-specific wrappers","auth0-spa-js",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-spa-js/SKILL.md",[680,681,682,683,684,685,686,687,688,689,690,691,693,694],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"path":474,"priority":389},{"path":476,"priority":389},{"path":480,"priority":389},{"path":482,"priority":389},{"path":484,"priority":389},{"path":486,"priority":389},{"path":488,"priority":389},{"path":692,"priority":389},"scripts/utils/env-writer.mjs",{"path":490,"priority":389},{"path":492,"priority":389},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-springboot-api","Use when securing Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP proof-of-possession - integrates com.auth0:auth0-springboot-api SDK for REST APIs receiving access tokens from frontends or mobile apps. Triggers on Auth0AuthenticationFilter, Spring Boot API auth, JWT validation, SecurityFilterChain, hasAuthority SCOPE.","auth0-springboot-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-springboot-api/SKILL.md",[702,703,704,705],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-swift","Use when adding Auth0 authentication to an iOS, macOS, tvOS, watchOS, or visionOS application — integrates the Auth0.swift SDK for native Apple platform authentication using Web Auth, CredentialsManager, and biometric protection.","auth0-swift",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-swift/SKILL.md",[713,714,715,716,717,718,719,720,721,722,723,724,726,727,729,730,732],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"path":474,"priority":389},{"path":476,"priority":389},{"path":480,"priority":389},{"path":482,"priority":389},{"path":484,"priority":389},{"path":486,"priority":389},{"path":488,"priority":389},{"path":725,"priority":389},"scripts/utils/entitlements.mjs",{"path":490,"priority":389},{"path":728,"priority":389},"scripts/utils/plist-writer.mjs",{"path":492,"priority":389},{"path":731,"priority":389},"scripts/utils/xcode-modify.rb",{"path":733,"priority":389},"scripts/utils/xcode-project.mjs",{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/auth0-vue","Use when adding authentication to Vue.js 3 applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-vue SDK for SPAs with Vite or Vue CLI","auth0-vue",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-vue/SKILL.md",[741,742,743,744],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":310,"sourceLanguage":18,"type":247},"plugins/auth0/skills/express-oauth2-jwt-bearer","Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support","express-oauth2-jwt-bearer",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/express-oauth2-jwt-bearer/SKILL.md",[752,753,754,755,756,757,758,760,761,762,763,764,765],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"path":474,"priority":389},{"path":476,"priority":389},{"path":759,"priority":389},"scripts/utils/apis.mjs",{"path":480,"priority":389},{"path":482,"priority":389},{"path":488,"priority":389},{"path":692,"priority":389},{"path":490,"priority":389},{"path":492,"priority":389},{"basePath":245,"description":10,"displayName":13,"installMethods":767,"rationale":768,"selectedPaths":769,"source":310,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/go-jwt-middleware/SKILL.md",[770,771,772,773],{"path":386,"priority":304},{"path":425,"priority":321},{"path":427,"priority":321},{"path":429,"priority":321},{"sources":775},[776],"manual",{"closedIssues90d":232,"description":778,"forks":233,"license":239,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":779},"Auth0 Agent Skills",[],{"classifiedAt":781,"discoverAt":782,"extractAt":783,"githubAt":783,"updatedAt":781},1778682677094,1778682673018,1778682675635,[214,213,211,212,216,215],{"evaluatedAt":243,"extractAt":283,"updatedAt":243},[],[788,807,824,845,878,904],{"_creationTime":789,"_id":790,"community":791,"display":792,"identity":795,"providers":796,"relations":803,"tags":804,"workflow":805},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":747,"installMethods":793,"name":794,"sourceUrl":14},{"claudeCode":12},"Auth0 Express OAuth2 JWT Bearer",{"basePath":746,"githubOwner":213,"githubRepo":246,"locale":18,"slug":748,"type":247},{"evaluate":797,"extract":802},{"promptVersionExtension":204,"promptVersionScoring":205,"score":798,"tags":799,"targetMarket":217,"tier":218},100,[213,212,264,800,801,215,214],"express","nodejs",{"commitSha":274,"license":239},{"parentExtensionId":250,"repoId":279},[214,213,264,800,212,801,215],{"evaluatedAt":806,"extractAt":283,"updatedAt":806},1778683411304,{"_creationTime":808,"_id":809,"community":810,"display":811,"identity":813,"providers":814,"relations":820,"tags":821,"workflow":822},1778682677410.035,"k17a8h3wj2pvee6cykczjfvb7d86n9we",{"reviewCount":8},{"description":626,"installMethods":812,"name":627,"sourceUrl":14},{"claudeCode":12},{"basePath":625,"githubOwner":213,"githubRepo":246,"locale":18,"slug":627,"type":247},{"evaluate":815,"extract":819},{"promptVersionExtension":204,"promptVersionScoring":205,"score":798,"tags":816,"targetMarket":217,"tier":218},[213,817,264,267,818,215],"nuxt","typescript",{"commitSha":274},{"parentExtensionId":250,"repoId":279},[213,264,817,215,818,267],{"evaluatedAt":823,"extractAt":283,"updatedAt":823},1778683222653,{"_creationTime":825,"_id":826,"community":827,"display":828,"identity":831,"providers":832,"relations":841,"tags":842,"workflow":843},1778682677410.0361,"k178hnw42s05kwr0zcw7ndpyrd86ma9k",{"reviewCount":8},{"description":697,"installMethods":829,"name":830,"sourceUrl":14},{"claudeCode":12},"Auth0 Spring Boot API",{"basePath":696,"githubOwner":213,"githubRepo":246,"locale":18,"slug":698,"type":247},{"evaluate":833,"extract":840},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":834,"targetMarket":217,"tier":218},[835,836,837,212,838,213,839],"java","spring-boot","api-security","oauth2","dpop",{"commitSha":274,"license":239},{"parentExtensionId":250,"repoId":279},[837,213,839,835,212,838,836],{"evaluatedAt":844,"extractAt":283,"updatedAt":844},1778683314930,{"_creationTime":846,"_id":847,"community":848,"display":849,"identity":855,"providers":859,"relations":869,"tags":873,"workflow":874},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":850,"installMethods":851,"name":853,"sourceUrl":854},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":852},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":856,"githubOwner":857,"githubRepo":853,"locale":858,"slug":853,"type":247},"skills/x-twitter-scraper","Xquik-dev","de",{"evaluate":860,"extract":868},{"promptVersionExtension":204,"promptVersionScoring":205,"score":798,"tags":861,"targetMarket":217,"tier":218},[862,863,214,864,865,866,867],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":274},{"parentExtensionId":870,"repoId":871,"translatedFrom":872},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[214,865,864,866,867,862,863],{"evaluatedAt":875,"extractAt":876,"updatedAt":877},1778699230863,1778699170774,1778699276507,{"_creationTime":879,"_id":880,"community":881,"display":882,"identity":888,"providers":892,"relations":898,"tags":900,"workflow":901},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":883,"installMethods":884,"name":886,"sourceUrl":887},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":885},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":889,"githubOwner":890,"githubRepo":891,"locale":18,"slug":886,"type":247},"skills/slack","steipete","clawdis",{"evaluate":893,"extract":897},{"promptVersionExtension":204,"promptVersionScoring":205,"score":798,"tags":894,"targetMarket":217,"tier":218},[886,895,896,865,214],"messaging","communication",{"commitSha":274},{"repoId":899},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,865,896,895,886],{"evaluatedAt":902,"extractAt":903,"updatedAt":902},1778698950505,1778697652123,{"_creationTime":905,"_id":906,"community":907,"display":908,"identity":912,"providers":914,"relations":920,"tags":921,"workflow":922},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":909,"installMethods":910,"name":911,"sourceUrl":887},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":885},"github",{"basePath":913,"githubOwner":890,"githubRepo":891,"locale":18,"slug":911,"type":247},"skills/github",{"evaluate":915,"extract":919},{"promptVersionExtension":204,"promptVersionScoring":205,"score":798,"tags":916,"targetMarket":217,"tier":218},[911,917,214,918,865],"cli","developer-tools",{"commitSha":274},{"repoId":899},[214,865,917,918,911],{"evaluatedAt":923,"extractAt":903,"updatedAt":923},1778698569289]