Category: tool
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-platform-aliyun-cliExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-platform-aliyun-cli 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-platform-aliyun-cli. Access via /alicloud-platform-aliyun-cli 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: tool
mkdir -p output/alicloud-platform-aliyun-cli
python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --help > output/alicloud-platform-aliyun-cli/validate-help.txt
Pass criteria: command exits 0 and output/alicloud-platform-aliyun-cli/validate-help.txt is generated.
output/alicloud-platform-aliyun-cli/.aliyun CLI to execute Alibaba Cloud OpenAPI operations.default profile).aliyun <product> --help / aliyun <product> <ApiName> --help to confirm parameters.Prefer the bundled script to avoid unnecessary downloads on every run:
python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py
Default behavior:
Optional controls (environment variables):
ALIYUN_CLI_CHECK_INTERVAL_HOURS=24:check interval.ALIYUN_CLI_FORCE_UPDATE=1:force update (ignore interval).ALIYUN_CLI_MIN_VERSION=3.2.9:minimum acceptable version.ALIYUN_CLI_INSTALL_DIR=~/.local/bin:installation directory.Manual parameter examples:
python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py \
--interval-hours 24 \
--min-version 3.2.9
curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz
mkdir -p ~/.local/bin
tar -xzf /tmp/aliyun-cli.tgz -C /tmp
mv /tmp/aliyun ~/.local/bin/aliyun
chmod +x ~/.local/bin/aliyun
~/.local/bin/aliyun version
aliyun configure set \
--profile default \
--mode AK \
--access-key-id <AK> \
--access-key-secret <SK> \
--region cn-hangzhou
View configured profiles:
aliyun configure list
aliyun <product> <ApiName> --Param1 value1 --Param2 value2aliyun <product> [GET|POST|PUT|DELETE] <PathPattern> --body '...json...'aliyun help
aliyun ecs --help
aliyun ecs DescribeRegions --help
# ECS: list regions
aliyun ecs DescribeRegions
# ECS: list instances by region
aliyun ecs DescribeInstances --RegionId cn-hangzhou
# SLS: list projects by endpoint
aliyun sls ListProject --endpoint cn-hangzhou.log.aliyuncs.com --size 100
InvalidAccessKeyId.NotFound / SignatureDoesNotMatch:check AK/SK and profile.MissingRegionId:add --region or configure default region in profile.--endpoint <region>.log.aliyuncs.com.ensure_aliyun_cli.py before starting tasks.references/sources.mdALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.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
googlecolab/google-colab-cli
makenotion/skills
microsoft/playwright-cli
riba2534/feishu-cli
riba2534/feishu-cli
Useful defaults in alicloud-platform-aliyun-cli — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for alicloud-platform-aliyun-cli matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend alicloud-platform-aliyun-cli for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in alicloud-platform-aliyun-cli — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Keeps context tight: alicloud-platform-aliyun-cli is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend alicloud-platform-aliyun-cli for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added alicloud-platform-aliyun-cli from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for alicloud-platform-aliyun-cli matched our evaluation — installs cleanly and behaves as described in the markdown.
Registry listing for alicloud-platform-aliyun-cli matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: alicloud-platform-aliyun-cli is focused, and the summary matches what you get after install.
showing 1-10 of 68