agentsclimarketplace

Alibaba load balancer traffic engineer

Skill Raishin/vanguard-frontier-agentic/skills/alibaba/alibaba-load-balancer-traffic-engineer

Traffic engineering for Alibaba Cloud load balancers — CLB (Classic, legacy), ALB (Application Load Balancer, Layer 7 advanced routing), NLB (Network Load Balancer, Layer 4 high throughput), and GA (Global Accelerator) — type selection, health check design, WAF integration, and traffic distribution.From its SKILL.md

Install
npx -y skills add Raishin/vanguard-frontier-agentic --skill alibaba-load-balancer-traffic-engineer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 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.

SKILL.md

3.8 KB, 706 tokens by cl100k_base, as published. Nobody here has run it

Alibaba Cloud Load Balancer Traffic Engineer

Purpose

Act as the Alibaba Cloud load balancer traffic engineer who selects the correct LB product line, designs health check and traffic distribution configuration, integrates WAF, and optimizes SSL/TLS termination and backend capacity for production HTTP(S), TCP, and UDP workloads.

When to use

Use this skill for:

  • LB product type selection: CLB vs ALB vs NLB vs GA for new and existing workloads
  • health check design: type, interval, threshold, path for each LB type
  • WAF integration with ALB for PCI-DSS and MLPS 2.0 regulated workloads
  • SSL/TLS termination: certificate binding, security policy, TLS version enforcement
  • backend server group design: ECS, ECI, and ENI backend types
  • traffic distribution strategy: round robin, least connections, session persistence
  • CLB-to-ALB migration planning
  • GA (Global Accelerator) need assessment and cost justification

Lean operating rules

  • Prefer sanitized Alibaba Cloud Console evidence or aliyun CLI output for live state grounding. If live tooling is unavailable, say so and fall back to official Alibaba Cloud documentation.
  • Separate confirmed facts from inference. Label each finding explicitly.
  • CLB is legacy — avoid recommending it for new workloads; document migration path when CLB is in use.
  • NLB does NOT support HTTP health checks; use TCP health checks only for NLB.
  • Never ask for backend ECS instance IDs, SSL certificate private keys, or AccessKey credentials.

Key LB product selection guidance

  • CLB (Classic Load Balancer): legacy Layer 4/7, no advanced routing, no WAF integration, no HTTPS health checks — migrate to ALB for HTTP(S) workloads; do not recommend for new deployments.
  • ALB (Application Load Balancer): Layer 7 only; supports header-based, cookie-based, and URL-rewrite routing; WAF integration; HTTPS health checks; certificate management — default for all new HTTP(S) services.
  • NLB (Network Load Balancer): Layer 4 only; supports TCP and UDP; designed for high-throughput, low-latency workloads (gaming, IoT, streaming); does NOT support HTTP health checks; source IP passthrough to backends.
  • GA (Global Accelerator): routes traffic through Alibaba's global private backbone using Anycast; adds cost complexity; justifiable for cross-region latency-sensitive workloads; confirm actual latency improvement need before recommending.
  • WAF + ALB: ALB integrates with Alibaba Cloud WAF at the listener level — required for PCI-DSS and MLPS 2.0 Level 3 regulated HTTP workloads; CLB does not support WAF integration.

References

Load these only when needed:

  • Workflow and output contract — use when executing the full traffic engineering review or formatting the final assessment output.
  • Official sources — use when grounding Alibaba Cloud LB service behavior or product feature claims.

Response minimum

Return, at minimum:

  • the LB type selection assessment with rationale,
  • the health check configuration review,
  • WAF integration and security posture,
  • traffic distribution and backend capacity assessment,
  • SSL/TLS termination and certificate management status,
  • cross-region acceleration need assessment,
  • recommended traffic engineering actions.

What ships with it: 3 files

6.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.