Moai Platform Auth
Securely authenticates requests to the Moai platform using Modu AI's robust authorization protocols.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add moai-platform-auth npx -- -y @trustedskills/moai-platform-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moai-platform-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moai-platform-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The moai-platform-auth skill provides authentication and authorization capabilities within the Moai platform. It enables secure access to resources and services by verifying user identities and enforcing access controls based on defined roles and permissions. This skill integrates with the Moai ADK (Agent Development Kit) to streamline agent development and deployment.
When to use it
- Secure API Access: Granting controlled access to internal APIs for agents operating within a specific environment.
- Resource Protection: Protecting sensitive data or services from unauthorized agent activity.
- Role-Based Permissions: Implementing fine-grained permissions based on agent roles (e.g., read-only, administrator).
- Agent Identity Verification: Ensuring that only authorized agents can interact with specific resources.
Key capabilities
- Authentication
- Authorization
- Role-based access control
- Integration with Moai ADK
Example prompts
- "Authenticate agent 'agent123' against the Moai platform."
- "Check if agent 'data_processor' has permission to read data from resource 'database_x'."
- "Grant role 'analyst' access to service 'report_generator'."
Tips & gotchas
The moai-platform-auth skill requires familiarity with Moai platform concepts and the ADK. Ensure proper configuration of roles, permissions, and agent identities within the Moai environment for optimal functionality.
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.