What problem does it solve?
The clerk-cli skill helps you manage Clerk authentication and project resources reliably without hand-crafted HTTP calls, reducing time spent debugging auth, key targeting, and endpoint discovery.
Core Features & Use Cases
- Operate Clerk via the official CLI: run
clerk commands for authentication, linking, doctor checks, environment key pulls, and instance/app targeting.
- Perform safe API operations: use
clerk api and prefer clerk config/clerk env pull, including dry-runs for mutations to reduce accidental destructive changes.
- Work effectively in agent mode: follow the CLI’s agent-mode rules for non-interactive behavior, including handling the host/sandbox warning and using
--json for structured outputs.
Quick Start
Ask the agent: Pull the current Clerk dev environment keys into the project’s env file and show what changed.