This handles the core workspace operations in Alibaba Cloud DataWorks: creating workspaces, querying workspace info, and adding members with role assignments. The skill is intentionally locked down. It hard blocks any destructive operations like deleting workspaces or removing members, even if you confirm multiple times. That's by design. You get CreateProject, ListProjects, and member management via Aliyun CLI with mandatory endpoint parameters and a specific user agent string. The documentation is thorough about prerequisites, including enabling DataWorks service first (you'll hit error 9990010001 otherwise) and running CLI 3.3.1 or higher. One detail worth noting: it defaults DevEnvironmentEnabled to true unless you explicitly say otherwise, which affects whether you get standard mode with separate dev and prod environments.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-dataworks-workspace-manage