User Management
Bagelhole's user-management skill securely adds, removes, and manages users accessing connected services and data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add user-management npx -- -y @trustedskills/user-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"user-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/user-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to manage user accounts within a system. It can perform actions like creating new users, modifying existing user details (such as passwords or roles), and deactivating accounts. The skill aims to streamline common user administration tasks through natural language interaction.
When to use it
- Onboarding New Employees: Quickly create user accounts with appropriate access levels when a new team member joins the company.
- Responding to User Access Requests: Grant or revoke user permissions based on requests received via email or chat.
- Managing Contractor Accounts: Easily create and deactivate temporary accounts for contractors working on specific projects.
- Password Reset Assistance: Facilitate password resets for users who have forgotten their credentials, ensuring secure account recovery.
Key capabilities
- User creation
- User modification (password changes, role updates)
- Account deactivation
Example prompts
- "Create a new user named John Doe with the 'developer' role."
- "Reset the password for Jane Smith."
- "Deactivate the account of Peter Jones."
Tips & gotchas
This skill likely requires integration with an existing user directory service (e.g., Active Directory, LDAP). Ensure proper authentication and authorization are in place to prevent unauthorized access or modifications.
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 |
🌐 Community
Passed automated security scans.