clerk-cli

Installation
SKILL.md

Clerk CLI

The clerk binary is a pre-authenticated gateway to Clerk's Backend API and Platform API, plus project-level tooling (auth, linking, env pulls, instance config). When the user asks anything that touches a Clerk resource, reach for clerk first instead of hand-rolling curl.

This skill was installed by clerk init (or clerk skill install) and is pinned to clerk {{CLI_VERSION}}. If clerk --version disagrees, refresh it with clerk skill install (or bunx clerk@{{CLI_VERSION}} skill install). The binary is always the source of truth, so run clerk <command> --help to verify anything this skill claims.

Execution environment (prefer the host, understand the sandbox warning)

Most AI coding agents default to running shell commands in a sandbox where the user's home directory, OS keychain, browser launch, localhost callback binding, or network access may be blocked. The Clerk CLI depends on all of those host capabilities:

Installs
14
Repository
clerk/cli
GitHub Stars
41
First Seen
Apr 30, 2026
clerk-cli — clerk/cli