alicloud-ecs

Manage Alibaba Cloud ECS instance lifecycle, resources, and Cloud Assistant commands.

7|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-ecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-ecs
Source: https://github.com/agents-infrastructure/licell/tree/main/.claude/skills/alicloud-ecs
Command: npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-ecs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @alicloud/ecs20140526, @alicloud/openapi-core, @darabonba/typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Alibaba Cloud Elastic Compute Service (ECS) instances, allowing users to create, configure, and manage cloud servers and related resources programmatically.

Core Features & Use Cases

  • Instance Lifecycle Management: Create, start, stop, reboot, and delete ECS instances.
  • Resource Configuration: Manage security groups, disks, images, and key pairs for instances.
  • Remote Operations: Execute commands on instances using Cloud Assistant.
  • Use Case: A DevOps engineer needs to quickly spin up a new web server, configure its network security, attach a data disk, and deploy an application by running a script.

Quick Start

Use the alicloud-ecs skill to create a new ECS instance with the specified image and instance type.

Frequently Asked Questions about alicloud-ecs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Alibaba Cloud ECS instances programmatically?

You can manage Alibaba Cloud ECS instances programmatically by handling the instance lifecycle, configuring security groups and disks, and executing remote commands via Cloud Assistant API interactions.

Can I execute remote commands on Alibaba Cloud ECS instances using Cloud Assistant?

Yes, you can execute remote commands on Alibaba Cloud ECS instances using Cloud Assistant, which supports running scripts directly on provisioned instances for application deployment and configuration.

What's the best way to automate provisioning an Alibaba Cloud ECS instance with security groups and data disks?

Automate Alibaba Cloud ECS provisioning by creating instances with specified images and instance types, then attaching data disks and configuring security groups through detailed API interactions.

Does this approach support managing instance lifecycle operations like start, stop, and delete for Alibaba Cloud ECS?

Yes, this approach supports the complete Alibaba Cloud ECS instance lifecycle, allowing you to create, start, stop, reboot, and delete cloud servers programmatically.

How do I configure key pairs and images for Alibaba Cloud server management?

Configure key pairs and images for Alibaba Cloud server management through resource configuration APIs that handle instance provisioning, ensuring secure access and proper deployment environments.

What are the limitations of using API interactions for ECS instance lifecycle management?

Using API interactions for Alibaba Cloud ECS instance lifecycle management requires specific dependencies like @alicloud/ecs20140526 and OpenAPI core libraries, necessitating proper environment setup for execution.