Alicloud Network Alb
This skill automates AWS Application Load Balancer (ALB) creation and configuration using Alicloud Network, simplifying deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-network-alb npx -- -y @trustedskills/alicloud-network-alb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-network-alb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-network-alb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Aliyun Network Load Balancers (ALB). It enables tasks such as retrieving ALB configurations, creating new load balancers, and modifying existing ones. The skill provides a programmatic interface for managing network resources within the Aliyun cloud environment.
When to use it
- Infrastructure Automation: Automate the creation or modification of ALBs based on changing application requirements.
- Troubleshooting Network Issues: Quickly retrieve ALB configurations to diagnose and resolve network-related problems.
- Cloud Resource Management: Manage Aliyun network load balancer resources as part of a broader cloud infrastructure management strategy.
- DevOps Pipelines: Integrate ALB provisioning and configuration into automated DevOps pipelines.
Key capabilities
- Retrieve ALB Configurations
- Create new ALBs
- Modify existing ALBs
Example prompts
- "Show me the configurations for my load balancer named 'web-lb'."
- "Create a new ALB with listener port 80, routing to vserver group 'vgroup1'."
- "Update the health check path on my ALB 'app-alb' to '/health'."
Tips & gotchas
- Requires appropriate Aliyun credentials and permissions for managing ALBs.
- The skill’s functionality is limited to what is exposed through the Aliyun API; complex or unsupported operations may not be possible.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.