Alicloud Compute Ecs

🌐Community
by cinience · vlatest · Repository

This skill helps you manage and scale Alicloud ECS (Elastic Compute Service) instances, simplifying your cloud infrastructure operations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add alicloud-compute-ecs npx -- -y @trustedskills/alicloud-compute-ecs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "alicloud-compute-ecs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/alicloud-compute-ecs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with Alibaba Cloud ECS (Elastic Compute Service) resources. It allows agents to programmatically manage virtual servers, including creating instances, terminating them, and modifying configurations directly through the cloud provider's API.

When to use it

  • Automating the provisioning of development environments for CI/CD pipelines.
  • Scaling web server fleets dynamically based on traffic metrics.
  • Cleaning up unused or expired test instances to reduce costs.
  • Deploying infrastructure-as-code templates without manual console interaction.

Key capabilities

  • Create new ECS instances with specified configurations.
  • Terminate existing cloud servers safely.
  • Manage instance states and lifecycle events.
  • Integrate directly with Alibaba Cloud's authentication systems.

Example prompts

  • "Provision a new Linux-based ECS instance in the Shanghai region with 4 vCPUs."
  • "Terminate all ECS instances tagged as 'dev-test' that were created more than 7 days ago."
  • "Create an ECS instance and attach a specific security group to restrict inbound traffic."

Tips & gotchas

Ensure your AI agent has valid Alibaba Cloud API credentials with the necessary RAM role permissions before attempting operations. Be cautious when scripting instance termination, as accidental deletion of production servers can cause immediate service outages.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cinience
Installs
129

🌐 Community

Passed automated security scans.