What problem does it solve?
Manually constructing and executing Clerk Backend API requests is error‑prone, especially when handling authentication, scope checks, and metadata updates. This Skill automates safe request formation, validation, and response parsing, reducing the risk of accidental data loss.
Core Features & Use Cases
- Safe write operations: Enforces CLERK_SECRET_KEY presence, scope verification, and irreversible‑action warnings before any POST, PATCH, PUT, or DELETE.
- Fast‑path commands: Ready‑to‑run curl templates for common tasks like listing users, creating organizations, inviting members, and updating user metadata.
- Metadata guidance: Explains public, private, and unsafe metadata types and ensures correct usage.
- Spec‑driven browsing: Allows tag and endpoint exploration from Clerk’s OpenAPI specifications.
- Rate‑limit awareness: Provides production and development limits and suggests mitigation strategies.
Quick Start
Ask the clerk-backend-api skill to list all users created in the last seven days.