alibabacloud-finops-inspect
Installation
SKILL.md
Alibaba Cloud FinOps Resource Inspection Skill
⚠️ MANDATORY EXECUTION PROTOCOL ⚠️
This skill MUST be executed EXCLUSIVELY by running:
python3 scripts/main.py [parameters]FORBIDDEN actions (violation = invalid execution):
- ❌ Running
aliyunCLI commands directly- ❌ Writing custom bash/python scripts
- ❌ Calling SDK APIs directly in code
- ❌ Any execution method other than
python3 scripts/main.pyThe Agent MUST first confirm parameters with user, then run
python3 scripts/main.pywith appropriate flags. No exceptions.