alibabacloud-cli-guidance

Manage Alibaba Cloud resources via the Aliyun CLI.

213|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-cli-guidance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alibabacloud-cli-guidance
Source: https://github.com/aliyun/alibabacloud-aiops-skills/tree/main/skills/developertools/solutions/alibabacloud-cli-guidance
Command: npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-cli-guidance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guide users to manage Alibaba Cloud resources from the command line using the Aliyun CLI, covering installation, credential configuration, plugin management, command construction, and error troubleshooting for a wide range of products.

Core Features & Use Cases

  • Install and configure the Aliyun CLI, including OAuth and Access Key authentication modes.
  • Manage plugins, view help, and construct commands with kebab-case parameters for consistent usage.
  • Troubleshoot common Aliyun CLI errors (e.g., InvalidAccessKeyId, SignatureDoesNotMatch, Throttling) and follow best-practice workflows for safe cloud operations.
  • Use cases include rapid region queries, resource listing, and automation of routine cloud-ops from the terminal.

Quick Start

Install the Aliyun CLI, configure credentials, install required plugins, and run a sample ECS command to verify your setup.

Frequently Asked Questions about alibabacloud-cli-guidance

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

FAQPage Schema
How do I configure Aliyun CLI authentication using Access Keys or OAuth?

Configure Aliyun CLI authentication by running the configuration command to set up either Access Key or OAuth credentials. This establishes secure access to manage Alibaba Cloud resources across ECS, OSS, RDS, and other products from your terminal.

Why does my Aliyun CLI command return InvalidAccessKeyId or SignatureDoesNotMatch errors?

Aliyun CLI errors like InvalidAccessKeyId or SignatureDoesNotMatch indicate incorrect credentials or request signing. Troubleshoot by verifying your configured Access Key ID and Secret, ensuring they match your active Alibaba Cloud account credentials exactly.

What is the best way to manage plugins in the Aliyun CLI?

Manage Aliyun CLI plugins by using the built-in plugin commands to install, update, and remove components. Follow best practices by utilizing kebab-case parameters and checking the built-in help system to view available plugin workflows for consistent usage.

Can I manage Alibaba Cloud ECS and Function Compute resources from the command line?

You can manage Alibaba Cloud ECS, Function Compute, RDS, OSS, VPC, SLS, and ESS resources from the command line. Construct commands using kebab-case parameters to automate routine cloud operations and perform rapid resource listing across regions.

How do I resolve Throttling errors when running Aliyun CLI commands?

Resolve Aliyun CLI Throttling errors by reducing command frequency or implementing retry logic in your automation scripts. Following best-practice workflows for safe cloud operations prevents hitting API rate limits during routine resource management tasks.