Moai Platform Deployment
Automates deployment of applications to the Moai platform, streamlining DevOps workflows and accelerating release cycles.
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-deployment npx -- -y @trustedskills/moai-platform-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moai-platform-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moai-platform-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to the MOAI platform. It simplifies the process of releasing applications and services, handling infrastructure provisioning and configuration management within the MOAI environment. It streamlines workflows for developers and operations teams by abstracting away complex deployment procedures.
When to use it
- Deploying a new microservice or application to the MOAI platform.
- Updating an existing service with new code or configurations.
- Automating infrastructure provisioning as part of a larger deployment pipeline.
- Rolling back deployments to previous versions in case of issues.
Key capabilities
- Automated deployments to MOAI platform
- Infrastructure provisioning
- Configuration management
- Rollback functionality
Example prompts
- "Deploy the latest version of my 'order-processing' service to MOAI."
- "Update the configuration for the 'payment-gateway' application on MOAI."
- "Roll back the 'inventory-service' deployment to version 1.2.3 on MOAI."
Tips & gotchas
The skill requires familiarity with MOAI platform concepts and terminology. Ensure proper authentication and authorization are configured before attempting deployments.
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.