Clerk Android
Skill सत्यापितImplement Clerk authentication for native Android apps using Kotlin and Jetpack Compose with clerk-android source-guided patterns. Use for prebuilt AuthView/UserButton or custom API-driven auth flows. Do not use for Expo or React Native projects.
This skill guides the implementation of Clerk authentication for native Android projects, distinguishing between prebuilt UI components (AuthView, UserButton) and custom API-driven flows. It emphasizes adherence to the official `clerk-android` SDK patterns, project prerequisites, and proper artifact selection.
Security
- warning:Secret ManagementThe skill mentions needing a 'real Clerk publishable key' and instructs to 'wire the developer-provided key directly in Clerk.initialize(...)'. While it asks for the key, it does not specify how it will be handled securely by the agent, creating a potential for the key to be exposed in logs or outputs if not handled carefully by the LLM.
- warning:Data ExfiltrationThe skill requires a 'real Clerk publishable key' and instructs to wire it directly into `Clerk.initialize(...)`. Although it mentions it's for the developer's project, it doesn't explicitly state measures to prevent the key from being logged or exfiltrated by the agent. It also references official quickstart documentation which may contain links, but the skill itself does not fetch external content.
Compliance
- info:GDPRThe skill handles authentication keys which could be considered sensitive but not explicitly personal data. It relies on the developer to manage their Clerk publishable key securely within their project and does not submit personal data to third parties without explicit instructions.
Practical Utility
- info:Usage examplesThe skill outlines required patterns and refers to official documentation and source code for implementation details, but does not provide concrete, end-to-end ready-to-use examples within the skill itself.
इंस्टॉलेशन
Clerk Skills के माध्यम से इंस्टॉल करें
पहले marketplace जोड़ें
/plugin marketplace add clerk/skills/plugin install mobile@clerk-skillsमिलते-जुलते एक्सटेंशन
Clerk Organizations
98Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, and enterprise SSO. Use for team workspaces, RBAC, org-based routing, member management.
Vue Patterns
98Vue 3 patterns with Clerk — composables (useAuth, useUser, useClerk, useOrganization), Vue Router guards, Pinia auth store integration. Triggers on: vue clerk, useAuth vue, clerk composables, vue router clerk guard, pinia auth clerk. For Nuxt, use clerk-nuxt-patterns instead.
Clerk Astro Patterns
98Astro patterns with Clerk — middleware, SSR pages, island components, API routes, static vs SSR rendering. Triggers on: astro clerk, clerk astro middleware, astro protected page, clerk island component, astro API route auth, clerk astro SSR.
TanStack React Start Patterns
98TanStack React Start auth patterns with @clerk/tanstack-react-start - createServerFn, beforeLoad guards, loaders, Vinxi server. Triggers on: TanStack auth, createServerFn clerk, beforeLoad protection, TanStack Start middleware.
Clerk Expo Patterns
98Expo / React Native patterns with Clerk — SecureStore token cache, OAuth deep linking, useAuth in native, Expo Router protected routes, push notifications with user context. Triggers on: expo clerk, clerk react native, SecureStore token cache, expo router auth, OAuth deep link clerk, mobile auth clerk.
Clerk Nuxt Patterns
98Nuxt 3 auth patterns with @clerk/nuxt - middleware, composables, server API routes, SSR. Triggers on: Nuxt auth, useAuth composable, clerkMiddleware Nuxt, server API Clerk, Nuxt route protection.