Alicloud observability sls log query
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-observability-sls-log-query
A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-observability-sls-log-queryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Minimal smoke test for SLS log query skill. Validate SDK auth and one bounded query.
SKILL.md
0.7 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
Category: test
SLS 日志查询Minimal Viable Test
Prerequisites
- 配置
ALIBABA_CLOUD_ACCESS_KEY_ID、ALIBABA_CLOUD_ACCESS_KEY_SECRET。 - 配置
SLS_ENDPOINT、SLS_PROJECT、SLS_LOGSTORE。 - GoalsSkill:
skills/observability/sls/alicloud-observability-sls-log-query/。
Test Steps
- 执行 5 分钟窗口的基础查询(如
* | select count(*))。 - 记录耗时与返回行数。
- 若失败,记录完整错误码。
Expected Results
- 查询成功返回统计结果,或返回可诊断错误。