alibabacloud-solution-deploy

Orchestrate Alibaba Cloud solution deployments via Terraform modules or CLI.

8|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill alibabacloud-solution-deploy-gujiachun-rainbow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alibabacloud-solution-deploy
Source: https://github.com/gujiachun-rainbow/RainClaw/tree/main/Skills/alibabacloud-solution-deploy
Command: npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill alibabacloud-solution-deploy-gujiachun-rainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alibabacloud-tea-openapi, alibabacloud-credentials, alibabacloud-tea-util, alibabacloud-openapi-util, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manual deployment of Alibaba Cloud tech solutions from the official catalog is time-consuming and error-prone. This skill automates the end-to-end process by routing user intent to either Terraform-based Module deployment or CLI-based steps, including environment validation and RAM policy checks.

Core Features & Use Cases

  • Route to Terraform module deployment when a matching Terraform module exists in the catalog, otherwise fall back to CLI-based deployment steps.
  • Enforce environment prerequisites (Aliyun CLI version, plugin installation, credentials) and RAM policies before performing actions.
  • Provide transparent execution plans, state tracking, and rollback/cleanup guidance for safe deployments across Alibaba Cloud regions.

Quick Start

Describe the Alibaba Cloud solution you want deployed, and this skill will verify your environment and execute the appropriate Terraform or CLI deployment workflow.

Frequently Asked Questions about alibabacloud-solution-deploy

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

FAQPage Schema
How do I automate Alibaba Cloud tech solution deployments with Terraform?▼

Automating Alibaba Cloud deployments is handled by routing user intent to Terraform module deployments or CLI steps. The skill orchestrates environment validation, RAM policy checks, and safe plan/apply executions across regions.

How does Terraform module deployment work for the Alibaba Cloud catalog?▼

Terraform module deployment uses OpenAPI tools to discover matching catalog modules, then validates and applies them via the IaC service. If no module exists, it falls back to CLI-based deployment steps automatically.

Do I need specific Aliyun CLI credentials and versions before deploying IaC solutions?▼

Yes, deploying IaC solutions requires specific Aliyun CLI versions, plugin installations, and valid credentials. The skill enforces these environment prerequisites and RAM policy checks before performing any deployment actions.

What is the best way to manage rollback and state tracking for Alibaba Cloud deployments?▼

The best way to manage rollback and state tracking is using automated IaC workflows that provide transparent execution plans and cleanup guidance. This ensures safe deployments across Alibaba Cloud regions with validated state management.

Why does my Alibaba Cloud RAM policy validation fail during CLI deployment?▼

RAM policy validation fails during CLI deployment when your credentials lack required permissions. The skill checks RAM policies before executing actions, ensuring your environment meets prerequisites for safe catalog solution deployments.

Can I deploy Alibaba Cloud solutions across multiple regions using CLI?▼

Yes, you can deploy solutions across multiple regions using CLI. The skill automates cross-region deployments with environment checks, transparent execution plans, and safe state tracking for both Terraform and CLI workflows.