This wraps Alibaba Cloud's Flink VVP instance management into a single Python script that strictly handles create and query operations. It's built for AIOps workflows where you need to spin up Flink instances and namespaces or check their status, but deliberately excludes updates, deletes, and anything job or SQL related. The documentation is heavy on guardrails: mandatory confirmation flags for creates, read-back verification after every operation, and a two-retry limit to prevent runaway automation. If you're managing Flink infrastructure programmatically and need predictable, auditable instance lifecycle operations without touching the runtime layer, this gives you that narrow scope with training wheels on.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-flink-instance-manage