Cloud Aliyun Ecs
Provides AI guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add partme-ai-cloud-aliyun-ecs npx -- -y @trustedskills/partme-ai-cloud-aliyun-ecs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"partme-ai-cloud-aliyun-ecs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/partme-ai-cloud-aliyun-ecs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Aliyun ECS (Elastic Compute Service) instances. It enables tasks such as creating, deleting, starting, stopping, and retrieving information about virtual machines hosted on Aliyun's cloud platform. The agent can also be used to retrieve details like instance status, region, and associated security groups.
When to use it
- Automated Infrastructure Management: Automatically scale ECS instances based on application load or scheduled events.
- Troubleshooting & Monitoring: Quickly check the status of ECS instances during incidents or performance issues.
- DevOps Automation: Integrate ECS management into CI/CD pipelines for automated deployments and rollbacks.
- Cloud Cost Optimization: Identify idle or underutilized ECS instances to optimize cloud spending.
Key capabilities
- Create ECS Instances
- Delete ECS Instances
- Start ECS Instances
- Stop ECS Instances
- Retrieve ECS Instance Information (status, region, security groups)
Example prompts
- "Create a new ECS instance in us-east-1 with 4 vCPUs and 16GB of RAM."
- "What is the status of my ECS instance named 'webserver'?"
- "Stop all running ECS instances in region eu-west-1."
Tips & gotchas
- Requires appropriate Aliyun API credentials to be configured for the AI agent.
- Be mindful of resource limits and costs associated with ECS usage on Aliyun.
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.