This is a bridge between natural language and Alibaba Cloud's Simple Log Service query engine. It helps you write, optimize, and execute SLS queries in three flavors: index search for fast filtering, SQL for analytics and aggregations, or SPL for row-level pipeline processing. The skill enforces a strict workflow that checks index configuration first, picks the right query mode based on what fields have statistics enabled, and handles time range math for you. It's built for the Aliyun CLI and includes safety rails around credential handling. If you're dealing with SLS logs regularly and want to skip the docs every time you need a GROUP BY or window function, this saves the context switching.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-sls-query