aliyun-resource-ops

Automate Alibaba Cloud ECS and RDS lifecycle operations with approval workflows.

59|4|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/yuki-aigc/pomeloclaw --skill aliyun-resource-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aliyun-resource-ops
Source: https://github.com/yuki-aigc/pomeloclaw/tree/main/workspace/skills/finops_skills/aliyun-resource-ops
Command: npx skills add https://github.com/yuki-aigc/pomeloclaw --skill aliyun-resource-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alibabacloud_tea_openapi, alibabacloud_ecs20140526, alibabacloud_rds20140815, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Alibaba Cloud resource operations are often manual, error-prone, and difficult to govern at scale; this Skill provides automated, auditable lifecycle management for ECS and RDS via an integrated OpsClaw workflow.

Core Features & Use Cases

  • ECS/RDS lifecycle operations: create, start, stop, restart, and release, with safety checks and approval workflows.
  • Optimizer integration: import optimizer results into actions and manage execution through a persistent Action Store.
  • Auditing and governance: all actions are recorded, auditable, and traceable with status, expiry, and results.

Quick Start

Install required dependencies, configure credentials, and review pending actions with ops_list_pending_actions to begin.

Frequently Asked Questions about aliyun-resource-ops

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

FAQPage Schema
How do I automate Alibaba Cloud ECS and RDS lifecycle operations safely?

To automate Alibaba Cloud ECS and RDS lifecycle operations safely, use a policy-driven workflow that enforces credential handling, RBAC-style approvals, and safety checks for resource creation, start/stop, and release.

What is the best way to govern Alibaba Cloud resource actions at scale?

The best way to govern Alibaba Cloud resource actions at scale is using an auditable workflow with a persistent action store, tracking status, expiry, and results to ensure all operations are repeatable and traceable.

Can I import cloud optimizer results into automated resource management actions?

Yes, you can import cloud optimizer results into automated resource management actions. The system manages execution through a persistent action store, integrating optimizer-driven actions for cost optimization.

How do I review pending Alibaba Cloud resource actions before execution?

You can review pending Alibaba Cloud resource actions before execution by calling the ops_list_pending_actions command, which lists actions awaiting approval or processing within the auditable workflow.

Do I need specific Python SDKs to manage Alibaba Cloud ECS and RDS instances programmatically?

Yes, managing Alibaba Cloud ECS and RDS instances programmatically requires specific Python SDKs like alibabacloud_tea_openapi, alibabacloud_ecs20140526, and alibabacloud_rds20140815 for API authentication and operations.

Why should I use an approval workflow for Alibaba Cloud resource release?

Using an approval workflow for Alibaba Cloud resource release prevents accidental deletions by enforcing RBAC-style approvals and safety checks, ensuring all release actions are authorized and auditable.