Straightforward wrapper around Alibaba Cloud's Hologres API for listing instances and pulling details on specific ones. You get the basics: instance status, type, charge model, CPU/memory specs, endpoints, and whether features like serverless or data lake acceleration are enabled. It's read-only, so no risk of breaking anything. The implementation is pretty thorough about credential handling (never touches your keys directly, uses the default chain) and includes filtering by resource group, tags, or CMS instance type. If you're managing Hologres infrastructure and need to query what's running where, this does exactly that without making you remember API paths or construct JSON payloads manually.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-hologres-instance-manage