Category: service
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-network-albExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-network-alb 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-network-alb. Access via /alicloud-network-alb 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: service
Use this skill for end-to-end ALB operations via local Python scripts and OpenAPI-compatible workflows.
mkdir -p output/alicloud-network-alb
for f in skills/network/slb/alicloud-network-alb/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-network-alb/validate.txt
Pass criteria: command exits 0 and output/alicloud-network-alb/validate.txt is generated.
output/alicloud-network-alb/.pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials
Credential priority:
ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRETALICLOUD_SECURITY_TOKEN~/.alibabacloud/credentialslist_*, get_*) and save baseline outputs.scripts/wait_for_job.py).python3 scripts/list_instances.py --region cn-hangzhou --json --output output/alicloud-network-alb/instances.json
python3 scripts/list_server_groups.py --region cn-hangzhou --json --output output/alicloud-network-alb/server-groups.json
python3 scripts/list_acls.py --region cn-hangzhou --json --output output/alicloud-network-alb/acls.json
python3 scripts/get_instance_status.py --region cn-hangzhou --lb-id alb-xxx --view detail --output output/alicloud-network-alb/lb-detail.json
python3 scripts/list_listeners.py --region cn-hangzhou --lb-id alb-xxx --json --output output/alicloud-network-alb/listeners.json
python3 scripts/get_listener_attribute.py --region cn-hangzhou --listener-id lsn-xxx --output output/alicloud-network-alb/listener-attr.json
python3 scripts/check_health_status.py --region cn-hangzhou --listener-id lsn-xxx --output output/alicloud-network-alb/health.json
python3 scripts/list_server_group_servers.py --region cn-hangzhou --server-group-id sgp-xxx --output output/alicloud-network-alb/server-group-members.json
python3 scripts/update_listener.py --region cn-hangzhou --listener-id lsn-xxx --request-timeout 120 --output output/alicloud-network-alb/update-listener.json
python3 scripts/check_health_status.py --region cn-hangzhou --listener-id lsn-xxx --output output/alicloud-network-alb/health-after-update.json
create_load_balancer.py, delete_load_balancer.py, deletion_protection.pycreate_listener.py, start_listener.py, stop_listener.py, delete_listener.pycreate_server_group.py, add_servers.py, remove_servers.py, delete_server_group.pycreate_rule.py, update_rule.py, delete_rule.pyreferences/api_quick_map.mdreferences/scripts_catalog.mdreferences/troubleshooting.mdreferences/log-analysis.mdreferences/resource-dependencies.mdreferences/sources.mdPrerequisites
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
404kidwiz/claude-supercode-skills
sickn33/antigravity-awesome-skills
davila7/claude-code-templates
davila7/claude-code-templates
wshobson/agents
Solid pick for teams standardizing on skills: alicloud-network-alb is focused, and the summary matches what you get after install.
alicloud-network-alb fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for alicloud-network-alb matched our evaluation — installs cleanly and behaves as described in the markdown.
We added alicloud-network-alb from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: alicloud-network-alb is focused, and the summary matches what you get after install.
alicloud-network-alb reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend alicloud-network-alb for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: alicloud-network-alb is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend alicloud-network-alb for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
alicloud-network-alb is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 47