Category: test
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-observability-pts-testExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-observability-pts-test from cinience/alicloud-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alicloud-observability-pts-test. Access via /alicloud-observability-pts-test in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
368
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
368
stars
Category: test
ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / optional ALIBABACLOUD_REGION_ID) if you plan to execute real PTS APIs.skills/observability/pts/alicloud-observability-pts/.python -m pip install -U alibabacloud_pts20201020 alibabacloud_tea_openapi
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/observability/pts/alicloud-observability-pts \
--output output/alicloud-observability-pts-test/compile-check.json
python3 skills/observability/pts/alicloud-observability-pts/scripts/list_openapi_meta_apis.py \
--product-code PTS \
--version 2020-10-20 \
--output-dir output/alicloud-observability-pts-test
test -f output/alicloud-observability-pts-test/PTS_2020-10-20_api_docs.json
test -f output/alicloud-observability-pts-test/PTS_2020-10-20_api_list.md
rg -n "API count: [1-9][0-9]*" output/alicloud-observability-pts-test/PTS_2020-10-20_api_list.md
output/alicloud-observability-pts-test/.Run one bounded read-only scene query:
python3 skills/observability/pts/alicloud-observability-pts/scripts/list_pts_scenes.py \
--region "${ALIBABACLOUD_REGION_ID:-cn-hangzhou}" \
--page-number 1 \
--page-size 10 \
--json \
--output output/alicloud-observability-pts-test/list-scenes.json
Then verify output contains response metadata:
rg -n '\"RequestId\"|\"Success\"|\"Code\"' output/alicloud-observability-pts-test/list-scenes.json
compile-check.json.status=pass).output/alicloud-observability-pts-test/.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
cinience/alicloud-skills
cexll/myclaude
github/awesome-copilot
github/awesome-copilot
sickn33/antigravity-awesome-skills
sickn33/antigravity-awesome-skills
We added alicloud-observability-pts-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in alicloud-observability-pts-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
alicloud-observability-pts-test has been reliable in day-to-day use. Documentation quality is above average for community skills.
alicloud-observability-pts-test reduced setup friction for our internal harness; good balance of opinion and flexibility.
alicloud-observability-pts-test is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: alicloud-observability-pts-test is focused, and the summary matches what you get after install.
Registry listing for alicloud-observability-pts-test matched our evaluation — installs cleanly and behaves as described in the markdown.
Registry listing for alicloud-observability-pts-test matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend alicloud-observability-pts-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: alicloud-observability-pts-test is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 73