clerk
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name CLERK_TOKEN or zero doctor check-connector --url https://api.clerk.com/v1/users/count --method GET
Authentication
All requests require a Bearer token. Use sk_test_* for sandbox/dev and sk_live_* for production:
Authorization: Bearer $CLERK_TOKEN
Get the key from Clerk Dashboard → API Keys → Secret keys.