This skill generates network diagrams in native Draw.io (.drawio) XML format and optionally exports them to PNG, SVG or PDF while embedding the original diagram XML so exports remain editable. It also supports a browser mode that opens diagrams via an MCP server, accepting Mermaid, raw Draw.io XML, or CSV device inventories and returning an editable URL. Use the native mode for file-based workflows, version control, and offline environments; use the browser mode for quick previews, shareable links, and server-side conversions.
Use this skill when you need reproducible architecture or network topology diagrams from discovery data, when you want exportable assets for documentation, or when you need a quick visual preview from Mermaid/CSV. It is ideal for network engineers generating physical, logical, or security-zone diagrams, and for automation pipelines that emit diagram XML.
Works best with agents or environments that can run shell commands and call MCP servers (Claude Code, Copilot-style agents, or local automation runners).
A well-documented skill for generating Draw.io network diagrams in two modes: native file generation and browser-based MCP server. The SKILL.md is comprehensive with clear instructions, XML format references, and style guides. No bundled scripts — all execution relies on the draw.io CLI and an MCP server. No security concerns beyond the use of npx for the MCP server, which is standard practice.
Clean skill with no security issues. The SKILL.md is thorough with good progressive disclosure — quick-start up top, detailed reference below. Two clear modes with a decision table. No hardcoded credentials, no destructive commands, no exfiltration risks. Minor deduction for npx usage (downloads and executes remote code, though standard) and no programmatic validation of the diagrams generated.
GNS3 Packet Capture
Start/stop packet captures on GNS3 links and retrieve PCAP files or live stream URLs for analysis.
NVD CVE Vulnerability Search
Search the NVD for CVEs by ID or keyword, retrieve CVSS scores, CWE info, affected configurations and remediation references to support audits, incident respons
Aruba CX System Discovery
Discovery skill to query Aruba CX switches for system info, firmware versions, and VSF topology via MCP server tools.
Catalyst Center Client Operations
Network operations skill for querying Catalyst Center: list and count wired/wireless clients, lookup client details by MAC/IP, analyze band distribution and tim
ServiceNow Change Workflow
ITSM-guided network change lifecycle: create and gate Change Requests, run pre-checks, execute via pyats-config-mgmt, verify post-change, record audit trail.
GNS3 Node Operations
Manage GNS3 lab devices: create from templates, start/stop/suspend/reload nodes and get console access for troubleshooting.
pyATS Network Security Audit
Automated network device security audit using pyATS: checks ACLs, AAA, CoPP, routing protocol security, SNMP, encryption, and produces a prioritized findings re