network
26
总安装量
26
周安装量
#7652
全站排名
安装命令
npx skills add https://github.com/markdown-viewer/skills --skill network
Agent 安装分布
gemini-cli
25
github-copilot
25
codex
25
opencode
25
amp
24
kimi-cli
24
Skill 文档
Network Topology Diagram Generator
Quick Start: Choose topology type â Add network devices (routers, switches, firewalls) â Connect with appropriate link types â Add labels and zones â Wrap in ```drawio fence.
â ï¸ IMPORTANT: Always use
```drawiocode fence. NEVER use```xmlâ it will NOT render as a diagram.
Critical Rules
ð This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md. Read the base rules first.
Network-specific additions:
- Check stencils/README.md for exact device stencil names (e.g.,
mxgraph.cisco.routers.router) - Device stencils require
fillColor/strokeColor; edge/link stencils (e.g.,mxgraph.networks.comm_link) do NOT - Use
fillColor=none;for network zones/segments to avoid covering child devices
Network Diagram Types
| Type | Purpose | Key Shapes | Example |
|---|---|---|---|
| LAN | Local network topology | Switch, PC, Server | lan-topology.md |
| WAN | Wide area network | Router, Cloud, Firewall | wan-topology.md |
| Enterprise | Corporate infrastructure | Multiple zones, DMZ | enterprise-network.md |
| Cisco | Cisco-specific icons | Cisco shapes | cisco-network.md |
| Wireless | WiFi network | AP, Controller | wireless-network.md |
| Cloud Hybrid | On-premise + Cloud | VPN, Gateway | hybrid-cloud.md |
| Citrix | Virtual Apps/Desktops | NetScaler, VDA, XenServer | citrix-network.md |