clerk-backend-api

Execute authenticated Clerk Backend REST API requests with security checks.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/weng-lab/APIConsole --skill clerk-backend-api-weng-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clerk-backend-api
Source: https://github.com/weng-lab/APIConsole/tree/main/.agents/skills/clerk-backend-api
Command: npx skills add https://github.com/weng-lab/APIConsole --skill clerk-backend-api-weng-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Clerk Backend API exploration and execution workflow: browse tags, inspect endpoint schemas, and run authenticated requests to manage Clerk resources.

Core Features & Use Cases

  • Browse and discover Clerk Backend API endpoints by tag.
  • Inspect endpoint schemas and request/response structures.
  • Execute authenticated requests to manage users, organizations, invitations, and metadata.

Quick Start

Ask the skill to list users to see a live API response.

Frequently Asked Questions about clerk-backend-api

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

FAQPage Schema
How do I make authenticated requests to the Clerk Backend REST API?

Execute authenticated Clerk Backend REST API requests to manage users, organizations, and invitations by ensuring the presence of CLERK_SECRET_KEY and validating CLERK_BAPI_SCOPES for write or delete operations. The skill applies safe defaults to prevent unauthorized or accidental modifications.

What's the best way to explore Clerk Backend API endpoint schemas?

Browse Clerk Backend API endpoints by tag to inspect request and response schemas. The skill allows you to discover endpoint structures and execute authenticated REST API calls to manage Clerk resources like users, organizations, and metadata.

Can I list users and create organizations using the Clerk Backend API?

Yes, you can list users, create organizations, invite members, and update user metadata through the Clerk Backend API. The skill supports these common tasks by executing authenticated REST API requests with proper security checks like CLERK_SECRET_KEY validation.

Does executing write or delete operations on Clerk endpoints require special scopes?

Yes, executing write or delete operations on Clerk Backend API endpoints requires CLERK_BAPI_SCOPES validation. The skill enforces this security check alongside verifying the CLERK_SECRET_KEY presence to ensure safe and authorized API execution.

Are there precautions for running irreversible delete operations on Clerk resources?

The skill provides explicit warnings for irreversible delete operations on Clerk resources. It enforces safe defaults and security checks like CLERK_BAPI_SCOPES validation to prevent accidental data loss when managing users or organizations via the REST API.

Do I need a CLERK_SECRET_KEY to manage Clerk user metadata?

Yes, you need a CLERK_SECRET_KEY to manage Clerk user metadata. The skill enforces the presence of this key to ensure authenticated and secure REST API execution for all read and write operations on Clerk resources.