network

Create network topology diagrams using PlantUML syntax with mxgraph device icons (Cisco, Citrix, etc.). Best for LAN/WAN layouts, datacenter interconnects, and…

INSTALLATION
npx skills add https://github.com/markdown-viewer/skills --skill network
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$27

Mxgraph Stencil Syntax

mxgraph.<namespace>.<icon> "Label" as <alias>

mxgraph.<namespace>.<icon> "Label" as <alias> #color

mxgraph.<namespace>.<icon> <alias>

Common Network Stencil Families

Family

Prefix

Typical Icons

Networks

mxgraph.networks.*

switch, router, firewall, server, pc, laptop, wireless_hub, cloud

Cisco

mxgraph.cisco.*

routers.router, switches.layer_3_switch, security.firewall, servers.fileserver

Cisco 19

mxgraph.cisco19.*

nexus_9300, nexus_5k, fabric_interconnect, ucs_5108_blade_chassis, storage

Cisco SAFE

mxgraph.cisco_safe.security_icons.*

ngfw, waf, ids, siem, nac, vpn, ddos, malware_sandbox

Citrix

mxgraph.citrix2.*

netscaler_gateway, storefront, delivery_controller, vda

Connection Types

Syntax

Meaning

Use Case

A -- B

Solid line, no arrow

Physical Ethernet / LAN link

A --> B

Solid line with arrow

Directed traffic flow

A .. B

Dashed line, no arrow

VPN tunnel / wireless link

A ..> B

Dashed line with arrow

Directed VPN / logical flow

A -- B : "label"

Labeled connection

Link description

Quick Example

@startuml

mxgraph.networks.cloud "Internet" as inet

mxgraph.networks.firewall "Firewall" as fw

mxgraph.networks.router "Router" as rtr

mxgraph.networks.switch "Switch" as sw

rectangle "Office LAN" {

  mxgraph.networks.pc "PC 1" as pc1

  mxgraph.networks.pc "PC 2" as pc2

  mxgraph.networks.server "Server" as srv

}

inet -- fw

fw -- rtr

rtr -- sw

sw -- pc1

sw -- pc2

sw -- srv

@enduml

Network Diagram Types

Type

Purpose

Key Stencils

Example

LAN

Local network topology

mxgraph.networks.*

lan-topology.md

WAN

Wide area network

mxgraph.cisco.*

wan-topology.md

Enterprise

Corporate infrastructure

mxgraph.cisco.*

enterprise-network.md

Cisco

Cisco-specific icons

mxgraph.cisco.*

cisco-network.md

Wireless

WiFi network

mxgraph.networks.*

wireless-network.md

Cloud Hybrid

On-premise + Cloud

mxgraph.cisco.*

hybrid-cloud.md

Citrix

Virtual Apps/Desktops

mxgraph.citrix2.*

citrix-network.md

Security

Defence-in-depth

mxgraph.cisco_safe.security_icons.*

security-architecture.md

Data Center

Spine-Leaf / UCS / SAN

mxgraph.cisco19.*

datacenter-network.md

BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card