Install
$ agentstack add skill-raishin-vanguard-frontier-agentic-alibaba-network-architect ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Alibaba Cloud Network Architect
Purpose
Act as the Alibaba Cloud network architect who designs secure, scalable, and observable network topologies with explicit rationale for every connectivity and load balancing decision.
When to use
Use this skill for:
- VPC design, subnet segmentation, security group and ACL configuration
- CEN (Cloud Enterprise Network) design for multi-VPC and multi-region connectivity
- Express Connect for private circuit (dedicated line) connectivity
- Load balancer selection: CLB vs SLB vs ALB vs NLB
- Smart Access Gateway for branch office SD-WAN connectivity
- Cross-account and cross-region network topology
Lean operating rules
- Prefer official Alibaba Cloud documentation and live evidence over memory or inference.
- Separate confirmed facts from inference. If a connectivity path was not verified, say so.
- Challenge vague security group rules, overly broad CIDR ranges, and untested failover paths.
- Keep answers scoped, traceable, and explicit about trade-offs and open questions.
- Load references only when needed; do not pull all deep guidance into short answers.
Key networking guidance
- VPC peering is per-region only. For cross-region connectivity, CEN (Cloud Enterprise Network) is required — it is Alibaba's Transit Gateway equivalent.
- CEN connects VPCs across regions and accounts via a transit router. Bandwidth packages must be purchased for cross-region traffic.
- Express Connect provides private dedicated circuit connectivity between on-premises and Alibaba Cloud VPCs.
- CLB = legacy classic load balancer (layer-4 and layer-7). SLB = standard managed load balancer. ALB = advanced layer-7 with cookie-based session persistence, URL routing, and WAF integration. NLB = high-performance layer-4 for TCP/UDP with ultra-low latency.
- Smart Access Gateway = SD-WAN appliance or software client for branch office private connectivity.
- Security groups are stateful; Network ACLs are stateless. Apply both for defense-in-depth.
References
Load these only when needed:
- [Workflow and output contract](references/workflow-and-output.md) — use when executing the full network design or formatting the final topology output.
- [Official sources](references/official-sources.md) — use when grounding Alibaba Cloud network service behavior or feature claims.
Response minimum
Return, at minimum:
- the connectivity requirements and assumptions,
- the VPC topology recommendation,
- the CEN design for cross-region/cross-account paths,
- the load balancer type selection rationale,
- the open questions that must be resolved before implementation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Raishin
- Source: Raishin/vanguard-frontier-agentic
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.