What problem does it solve? Managing Clerk authentication resources through raw HTTP calls requires manual key handling, endpoint memorization, and error-prone curl commands. This Skill teaches an AI agent to drive the pre-authenticated clerk CLI, which resolves keys, targets apps and instances, and formats output automatically. ## Core Features & Use Cases - User and Organization Management: List, create, update, ban, and delete users or orgs via curated commands like clerk users list or the generic clerk api gateway to the Backend, Platform, and Frontend APIs. - Impersonation and Debugging: Generate short-lived actor tokens with clerk impersonate to sign in as a user for debugging, with full audit trails. - Local Webhook Testing: Tunnel live webhook deliveries to a local handler with clerk webhooks listen and verify signatures offline with clerk webhooks verify. - Instance Configuration and Deploys: Pull, patch, and validate instance config with dry-run safety, toggle features like orgs and billing, and verify production deploys with clerk deploy status. - Use Case: A developer asks the agent to list all banned users on the production instance; the agent runs clerk doctor --json to verify health, then pages through clerk users list --json and filters results with jq without flooding the context window. ## Quick Start Ask the agent to run clerk doctor to verify the CLI is authenticated and linked, then list the users in your Clerk application.