clerk-cli

Operate the Clerk CLI to manage authentication, users, and instance configurations.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/YOYOMAII/foundry --skill clerk-cli-yoyomaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clerk-cli
Source: https://github.com/YOYOMAII/foundry/tree/main/.agents/skills/clerk-cli
Command: npx skills add https://github.com/YOYOMAII/foundry --skill clerk-cli-yoyomaii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a robust, automated interface for managing Clerk authentication, organization settings, and environment configurations, eliminating the need for manual dashboard navigation or error-prone API calls.

Core Features & Use Cases

  • Project Management: Seamlessly link repositories to Clerk applications and pull environment keys.
  • User & Org Operations: Programmatically list, create, and manage users, organizations, and sessions.
  • Instance Configuration: Safely patch or replace instance settings with built-in dry-run safety checks.
  • Use Case: Use this to automate the onboarding of new developers by pulling the correct environment variables and verifying the project's Clerk health status in one command.

Quick Start

Use the clerk-cli skill to run a health check on the current project and verify that all authentication and environment configurations are correctly linked.

Frequently Asked Questions about clerk-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pulling Clerk environment variables for new developers?

This CLI automates Clerk configuration by linking repositories to applications and synchronizing environment keys across development and production instances, eliminating manual dashboard navigation.

Can I manage Clerk users and organizations from the command line?

Yes, you can programmatically list, create, and manage Clerk users, organizations, and sessions directly via validated administrative API interactions through the command line.

How do I safely patch Clerk instance configurations without breaking production?

You can safely patch or replace Clerk instance configurations using built-in dry-run safety checks to validate changes before applying them to production environments.

What is the best way to verify a project's Clerk authentication health status?

Running a CLI health check verifies Clerk authentication health by confirming that all environment configurations and project links are correctly established and validated.

Does the Clerk CLI support automated project linking for multiple environments?

Yes, the CLI facilitates automated project linking and environment variable synchronization securely across both development and production environments.