Encore Auth
Automates multi-factor authentication enforcement across diverse systems, enhancing security posture with minimal user disruption.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add encore-auth npx -- -y @trustedskills/encore-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"encore-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/encore-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The encore-auth skill provides authentication capabilities for AI agents, allowing them to securely access protected Encore applications and manage user sessions. It enables agents to handle login flows, verify identities, and maintain secure state within your backend infrastructure without exposing API keys.
When to use it
- Granting AI agents permission to access private data or perform administrative tasks in your Encore apps.
- Implementing secure session management for chatbots that interact with user-specific accounts.
- Protecting sensitive endpoints from unauthorized automated requests by external agents.
- Delegating authentication logic to the agent so your application code remains clean and focused on business logic.
Key capabilities
- Secure access control for Encore applications
- User session management and verification
- Integration with existing Encore authentication providers
- Protection of private endpoints against unauthorized access
Example prompts
- "Log me into my dashboard using my saved credentials so I can review my recent transactions."
- "Check if the current user has admin privileges before proceeding with the data export request."
- "Authenticate this session and retrieve the latest project status for the active workspace."
Tips & gotchas
Ensure your Encore application has proper authentication middleware configured before installing this skill, as the agent relies on existing secure endpoints. Test the integration in a staging environment first to verify that session tokens are correctly propagated between the agent and your backend services.
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.