clerk-orgs

Manage Clerk organizations, roles, and user invitations.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/Galaxies-dev/voice-notes --skill clerk-orgs-galaxies-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clerk-orgs
Source: https://github.com/Galaxies-dev/voice-notes/tree/main/.agents/skills/clerk-orgs
Command: npx skills add https://github.com/Galaxies-dev/voice-notes --skill clerk-orgs-galaxies-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of organizations within Clerk, enabling multi-tenant app features such as team creation, role assignment, and user invitations.

Core Features & Use Cases

  • Organization Creation and Management: Create, update, and delete organizations using Clerk API or dashboard.
  • Role-Based Access Control: Assign default and custom roles with specific permissions for members.
  • User Invitations and Memberships: Send invitations, revoke, and list members within an organization.
  • Enterprise SSO Integration: Configure SAML/OIDC for secure login by enterprise users and enable JIT provisioning.
  • Workflow Example: Automatically add users to a team upon SSO login, assign roles, and restrict access based on permissions.

Quick Start

Use the clerk-orgs skill to create a new organization, assign roles, and invite team members with API calls or dashboard components.

Frequently Asked Questions about clerk-orgs

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

FAQPage Schema
How do I manage organizations and user roles in Clerk for a multi-tenant SaaS application?

You can manage Clerk organizations by creating, updating, and deleting team entities, assigning role-based access control permissions, and sending user invitations to support multi-tenant SaaS applications.

What is the best way to configure enterprise SSO and JIT provisioning for organization members?

Configuring enterprise SSO involves setting up SAML or OIDC connections for secure enterprise user login, enabling automatic JIT provisioning to add users to an organization upon their initial authentication.

Can I assign custom roles with specific permissions to organization members in Clerk?

Yes, Clerk supports role-based access control by allowing you to assign both default and custom roles with specific permissions to individual organization members.

How do I invite users and manage memberships within a Clerk organization?

You can manage memberships by sending user invitations, revoking existing access, and listing current members within an organization using the Clerk API or dashboard components.

Does Clerk support restricting access and automatically assigning roles after SSO login?

Yes, Clerk workflows can automatically add users to a team upon SSO login, assign their designated roles, and restrict their access based on the configured role-based permissions.