Clerk Orgs
This skill helps you identify and list organizations associated with a given topic, streamlining research and analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add clerk-orgs npx -- -y @trustedskills/clerk-orgs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"clerk-orgs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/clerk-orgs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The clerk-orgs skill enables AI agents to manage and interact with organizational structures, such as user roles, permissions, and team hierarchies. It provides tools for creating, updating, and retrieving information about organizations, making it useful in applications that require multi-tenant or role-based access control.
When to use it
- Managing user access across multiple teams within a single application
- Setting up role-based permissions for different departments or groups
- Automating the creation of new organizations during onboarding processes
Key capabilities
- Create and manage organization records
- Assign and modify user roles within an organization
- Retrieve organizational data based on user input
Example prompts
- "Create a new organization called 'TechCorp' with admin access for [email protected]."
- "List all users in the 'Marketing' team under the 'Acme Inc.' organization."
- "Update the role of [email protected] to 'Manager' in the 'Sales' department."
Tips & gotchas
- Ensure that your application has proper authentication and authorization mechanisms before using this skill.
- This skill assumes a predefined schema for organizations, so be sure to align it with your data model.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.