Alicloud Compute Ecs Test
Provides testing guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-compute-ecs-test npx -- -y @trustedskills/alicloud-compute-ecs-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-compute-ecs-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-compute-ecs-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The alicloud-compute-ecs-test skill enables AI agents to interact with Alibaba Cloud ECS instances for testing and validation purposes. It provides direct access to compute resources within the Alicloud ecosystem, allowing automated workflows to verify instance configurations and performance.
When to use it
- Validating new EC2 instance configurations before deploying production workloads.
- Running automated stress tests on specific cloud servers to ensure stability.
- Verifying network connectivity and security group rules on isolated test environments.
- Executing quick smoke tests on infrastructure changes made via Terraform or CloudFormation.
Key capabilities
- Direct interaction with Alibaba Cloud ECS compute instances.
- Execution of test scripts within cloud environments.
- Validation of resource availability and configuration states.
Example prompts
- "Provision a temporary ECS instance in the us-west-2 region and run a health check script."
- "Test the response time of my existing web server by sending 100 concurrent requests via the test skill."
- "Verify that the security groups on this ECS instance allow only SSH traffic from my IP address."
Tips & gotchas
Ensure your AI agent has appropriate IAM permissions to access the specific Alibaba Cloud region and account where the ECS instances reside. This skill is designed for testing; always clean up test resources manually or via automation scripts to avoid incurring unexpected cloud costs.
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.