If you're managing MaxCompute compute resources on Alibaba Cloud, this handles the quota operations you can actually do via CLI: creating pay-as-you-go quotas, querying them, and listing what's already there. Subscription quota creation isn't supported, and you'll need to hit the console for deletions. The workflow is specific about always listing quotas before creating to avoid duplicates, which is the kind of guardrail that suggests this was written after someone learned the hard way. It uses the MaxCompute plugin for Aliyun CLI, not the Quota Center service, which is an easy mistake to make. Useful if you're automating compute resource provisioning but working within the API's current limitations.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-odps-quota-manage