Epic Auth
Authenticates users against Epic EHR systems using Ruben Penap's secure API integration for enhanced access control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rubenpenap-epic-auth npx -- -y @trustedskills/rubenpenap-epic-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rubenpenap-epic-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rubenpenap-epic-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides authentication capabilities for AI agents, allowing them to securely access resources and services. It handles user login, session management, and authorization based on predefined roles or permissions. The skill aims to simplify the integration of secure authentication flows into agent workflows.
When to use it
- Secure API Access: Grant your agent access to APIs that require authentication, such as financial data providers or internal systems.
- User-Specific Actions: Enable agents to perform actions on behalf of different users with varying levels of permissions.
- Controlled Resource Access: Restrict an agent's ability to interact with certain resources based on its authenticated identity.
- Multi-Factor Authentication (MFA): Integrate MFA for enhanced security when accessing sensitive data or performing critical operations.
Key capabilities
- User login and authentication
- Session management
- Role-based authorization
- Integration with existing authentication providers
Example prompts
- "Authenticate user 'john.doe' with password 'password123'."
- "Check if the agent has permission to access resource '/admin/reports'."
- "Log out the current user and terminate the session."
Tips & gotchas
The skill requires a properly configured authentication provider (e.g., OAuth, SAML). Ensure that your agent's environment is set up with the necessary credentials and connection details for seamless integration.
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.