aliyun-tag-inference

Infer env, team, and owner tags for cloud resources using heuristic and topology rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the tagging of cloud resources by inferring env, team, and owner labels using heuristic rules and VPC topology.

Core Features & Use Cases

  • Name-pattern env inference based on resource names.
  • VPC topology-based team inference leveraging VPC tags and topology.
  • Creator mapping to infer owner using account identifiers.
  • Batch inferences and review workflow with persistence for auditing.
  • Persistent storage of inference results with a simple review process.

Quick Start

Provide resource details and optional creator mappings to trigger inferences and store pending results for review.

Frequently Asked Questions about aliyun-tag-inference

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

FAQPage Schema
How do I automatically infer and assign tags to cloud resources?

Cloud resource tag inference uses heuristic rules to derive environment, team, and owner labels from resource name patterns, VPC topology, and creator mappings. The tool scans resources to produce confidence-scored inferences for batch assignment.

How does VPC topology help infer team tags for cloud resources?

VPC topology helps infer team tags by leveraging existing VPC tags and network topologies to associate cloud resources with specific teams. This heuristic approach maps resources to teams based on their VPC placement.

Can I perform batch tag inferences and review the results before applying them?

Yes, the tool supports batch inferences and provides a review workflow with persistence. It stores confidence-scored inference results as pending records, allowing you to audit derived env, team, and owner labels before final application.

How do I map cloud resource creators to owners for tag inference?

You map creators to owners by providing optional creator mappings that link account identifiers to specific owners. The tool uses these mappings during inference to automatically derive the owner label for cloud resources.

Do I need specific Alibaba Cloud SDKs to run heuristic tag inference?

Yes, heuristic tag inference requires Alibaba Cloud SDKs including Resource Center, Tag, and VPC modules to scan resources, query topologies, and interact with tagging APIs.