Alicloud Platform Aliyun Cli

🌐Community
by cinience · vlatest · Repository

This skill provides access to the Alibaba Cloud (Aliyun) Command Line Interface (CLI), enabling automated cloud management and scripting.

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-platform-aliyun-cli npx -- -y @trustedskills/alicloud-platform-aliyun-cli
2

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

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

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 services using the official Aliyun CLI command-line interface. It allows for direct management of cloud resources, execution of administrative tasks, and automation of infrastructure workflows through standardized commands.

When to use it

  • Automating routine server provisioning and configuration updates across multiple Alibaba Cloud regions.
  • Executing complex batch operations on Elastic Compute Service (ECS) instances or Object Storage Service (OSS) buckets.
  • Integrating cloud management directly into CI/CD pipelines for deployment verification.
  • Performing security audits by querying resource lists and access policies via CLI scripts.

Key capabilities

  • Direct invocation of Aliyun CLI commands within the agent environment.
  • Management of core Alibaba Cloud resources including ECS, RDS, and OSS.
  • Execution of administrative tasks requiring authentication tokens or access keys.
  • Script-based automation for repetitive infrastructure maintenance.

Example prompts

  • "Use the Aliyun CLI to list all running ECS instances in the 'cn-hangzhou' region."
  • "Create a new security group named 'web-access' allowing inbound traffic on port 80 and 443."
  • "Run a backup command for the database instance identified by ID 'db-12345' using the configured credentials."

Tips & gotchas

Ensure valid Alibaba Cloud AccessKey IDs and Secret Access Keys are securely provided to the agent before execution, as unauthorized access attempts will fail. Be mindful that CLI commands executed via this skill run with the permissions of the associated RAM role or user; verify least-privilege configurations to prevent accidental resource modification.

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
74

🌐 Community

Passed automated security scans.