aliyun-tag-automation

Automate Alibaba Cloud resource tagging with deterministic rules and dry-run previews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pydantic, alibabacloud_tea_openapi, alibabacloud_resourcecenter20221201, alibabacloud_tag20180828, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Tag rules automate the governance of resource metadata by inferring missing tags and propagating consistent labels across Alibaba Cloud resources.

Core Features & Use Cases

  • Rule-driven tagging: define mappings like creator_to_team, name_prefix_to_env, resource_group_mapping, and vpc_to_team to propagate tags across resources such as ECS, VPC, and Resource Groups.
  • Dry-run previews and execution: safely preview tag suggestions before applying changes and keep an execution log for auditing.
  • Auditable history: maintain an execution history for governance and compliance.

Quick Start

Install dependencies and run the tag automation workflow to start inferring and propagating tags across your Alibaba Cloud assets.

Frequently Asked Questions about aliyun-tag-automation

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

FAQPage Schema
How do I automate tagging for Alibaba Cloud resources using deterministic rules?

Automating Alibaba Cloud tagging applies deterministic rule mappings across regions to infer and propagate missing tags. It safely previews suggestions via dry-run before applying changes to resources like ECS and VPC.

Can I preview tag changes before applying them to my Alibaba Cloud assets?

Yes, you can run a dry-run preview to safely view tag suggestions before executing real tagging changes. This ensures you can verify deterministic rule mappings like name_prefix_to_env and keep an execution log for auditing.

What Alibaba Cloud services and credentials are required for tag automation?

Tag automation requires Alibaba Cloud credentials with access to Resource Center and Tag services. It uses Python libraries including alibabacloud_tag20180828 and alibabacloud_resourcecenter20221201 to scan resources and apply tags.

What kind of tag mapping rules can I define for Alibaba Cloud resource governance?

You can define deterministic rule mappings like creator_to_team, name_prefix_to_env, resource_group_mapping, and vpc_to_team. These rules infer missing tags and propagate labels across resources such as ECS, VPC, and Resource Groups.

Does Alibaba Cloud tag automation support multi-region resource scanning?

Yes, tag automation applies deterministic rules across resources and regions configured in your scope. It scans assets via Alibaba Cloud Resource Center to propagate consistent tags across your environment.

How do I maintain an auditable history of tag changes applied to Alibaba Cloud resources?

You maintain auditable history by keeping execution logs from the tagging workflow. Dry-run previews and real tagging executions record actions, ensuring compliance tracking for all propagated resource metadata.