What problem does it solve? Working with the Clerk Backend API requires knowing endpoint paths, request schemas, and authentication details. This Skill lets you discover endpoints from the official OpenAPI specs and execute authenticated requests for user, organization, and metadata management without memorizing the API surface. ## Core Features & Use Cases - Endpoint Discovery: Browse tags and inspect full endpoint schemas extracted from Clerk's versioned OpenAPI specifications. - Fast-Path Operations: Run common tasks immediately, such as listing users, creating organizations, inviting members, and updating user metadata. - Safe Write Operations: Enforces mandatory checks on CLERK_SECRET_KEY and CLERK_BAPI_SCOPES before any POST, PATCH, PUT, or DELETE, with explicit irreversibility warnings for deletions. - Use Case: Ask to create an organization called 'Acme Corp' and invite an admin, and the Skill runs the two-step API flow, extracting the organization ID and sending the invitation with the correct role. ## Quick Start Ask the assistant to list all Clerk users who signed up in the last 7 days using the Backend API.