
clerk / cli
★ 52A skill package that teaches your agent 2 capabilities — every one documented and browsable below, no GitHub required · by clerk.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Audits the Clerk CLI source tree and proposes updates to the bundled `clerk-cli` skill so it stays in sync with the binary. Use when the user says "audit the…
1 file — installable on its own
Create or refresh a `.changeset/<slug>.md` for the current branch, or report that none is required. Triggers on "/changesets create", "add a changeset",…
3 files — installable on its own
clerk
The Clerk command-line interface.
Installation
Homebrew (macOS / Linux)
brew install clerk/stable/clerknpm
npm install -g clerkUsage
Usage: clerk [options] [command]
Clerk CLI
Options:
-v, --version Output the version number
--input-json <json> Pass command options as a JSON string, @file.json, or -
for stdin
--mode <mode> Force interaction mode (human or agent). Defaults to
auto-detect based on TTY.
--verbose Show detailed output (enables debug messages)
-h, --help Display help for command
Commands:
init [options] Initialize Clerk in your project
auth Manage authentication
link [options] Link this project to a Clerk application
unlink [options] Unlink this project from its Clerk application
whoami [options] Show the current logged-in user and linked application
open Open Clerk resources in your browser
apps Manage your Clerk applications
users [options] Manage Clerk users
env Manage environment variables
config Manage instance configuration
enable Enable Clerk features on the linked instance
disable Disable Clerk features on the linked instance
api [options] [endpoint] [filter] Make authenticated requests to the Clerk API
doctor [options] Check your project's Clerk integration health
completion [shell] Generate shell autocompletion script
update [options] Update the Clerk CLI to the latest version
deploy Deploy a Clerk application to production
help [command] Display help for commandInstall the whole package (2 skills):
npx skills add https://github.com/clerk/cliOr install a single skill:
npx skills add https://github.com/clerk/cli --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.