This lets Claude search for databases in Alibaba Cloud DMS and execute SQL queries directly through the DMS OpenAPI. You search by keyword to get a database ID, then run SELECT statements or data modifications against it. The workflow includes built-in safety rails: write operations require explicit confirmation with a force flag, there's a dry-run mode for previewing changes, and DDL operations like DROP or TRUNCATE are blocked entirely. It requires Aliyun CLI 3.3.3+ and runs inside an AI-Mode session with specific User-Agent registration. Useful if you're already on Alibaba Cloud and want Claude to query production databases without switching to the DMS console, though you'll want to be careful with the credential setup since it involves RAM permissions.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-dms-skill