alicloud-platform-aliyun-cli

Manage Alibaba Cloud resources via the official aliyun CLI.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-aliyun-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-platform-aliyun-cli
Source: https://github.com/cinience/alicloud-skills/tree/main/skills/platform/cli/alicloud-platform-aliyun-cli
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-aliyun-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with Alibaba Cloud services directly from the command line, enabling efficient management of resources and API operations without needing to navigate complex web consoles.

Core Features & Use Cases

  • CLI Installation & Configuration: Ensures the aliyun CLI is installed and configured with necessary credentials and regions.
  • API Operation Execution: Allows users to run any Alibaba Cloud OpenAPI operation using the aliyun command-line tool.
  • Use Case: You need to quickly list all ECS instances in your cn-hangzhou region. Use this Skill to execute the aliyun ecs DescribeInstances --RegionId cn-hangzhou command.

Quick Start

Use the alicloud-platform-aliyun-cli skill to list all ECS instances in the cn-hangzhou region.

Frequently Asked Questions about alicloud-platform-aliyun-cli

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

FAQPage Schema
How do I manage Alibaba Cloud resources from the command line?

You can manage Alibaba Cloud resources from the command line by executing official `aliyun` CLI commands for various API operations. This skill handles the installation, configuration, and execution of CLI commands to automate resource management.

What is the best way to execute Alibaba Cloud OpenAPI operations without a web console?

Executing Alibaba Cloud OpenAPI operations is best done using the `aliyun` command-line interface. This skill provides a robust interface to run read-only queries and mutating actions while handling detailed output logging and errors.

How do I configure the Aliyun CLI with my credentials and region?

To configure the Aliyun CLI, the skill ensures the tool is installed and automatically sets up necessary credentials and regions. This process guarantees the CLI is correctly configured and up-to-date before executing any API operations.

Can I list Alibaba Cloud ECS instances in a specific region using the CLI?

Yes, you can list ECS instances in a specific region by running a command like `aliyun ecs DescribeInstances --RegionId cn-hangzhou` through the skill. It supports read-only queries to retrieve resource information across various Alibaba Cloud products.

Does the Aliyun CLI skill support both read-only queries and mutating actions?

The Aliyun CLI skill supports both read-only queries and mutating actions for Alibaba Cloud API operations. It ensures robust execution with detailed output logging and comprehensive error handling for all command types.

What should I do if my Aliyun CLI command is not working or fails during execution?

If an Aliyun CLI command is not working, the skill provides detailed output logging and error handling to diagnose the failure. It ensures the CLI is up-to-date and correctly configured to prevent common execution errors.