Authgear Integration
Seamlessly integrates your application with Authgear for user authentication, authorization, and identity management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add authgear-integration npx -- -y @trustedskills/authgear-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"authgear-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/authgear-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The authgear-integration skill enables AI agents to interact with Authgear, a flexible authentication and user management platform. It allows for tasks like creating new users, retrieving user profiles, and managing authentication flows directly from within an agent's workflow. This simplifies integrating user account management into automated processes.
When to use it
- Automated User Onboarding: Automatically create new user accounts in Authgear based on data received from a form or external system.
- User Profile Updates: Update existing user profiles in Authgear with information gathered during an agent interaction.
- Password Reset Flows: Initiate and manage password reset flows for users within your Authgear environment.
- Account Linking/Unlinking: Programmatically link or unlink accounts between different services managed by Authgear.
Key capabilities
- User creation
- Profile retrieval
- Authentication flow management
- Account linking/unlinking
Example prompts
- "Create a new user in Authgear with email '[email protected]' and password 'password123'."
- "Retrieve the profile for the user with ID 'user123' from Authgear."
- "Initiate a password reset flow for the user associated with email '[email protected]'."
Tips & gotchas
Requires an active Authgear project and appropriate API keys configured within the skill’s settings. Ensure your agent has the necessary permissions within Authgear to perform the requested actions.
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.