workspace/skills/meraki-switch-ops/SKILL.md
Cisco Meraki Switching — port configuration, VLANs, port status, ACLs, QoS rules, port cycling. Use when configuring Meraki switch ports, creating VLANs, checking port status and PoE, troubleshooting switch connectivity, or managing Meraki ACLs and QoS
npx skillsauth add automateyournetwork/netclaw meraki-switch-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MERAKI_API_KEY, MERAKI_ORG_ID| Operation | API Method | What It Does |
|-----------|-----------|--------------|
| List ports | getDeviceSwitchPorts | All ports with VLAN, type (access/trunk), PoE, STP, tagging |
| Update port | updateDeviceSwitchPort | [WRITE] VLAN, name, type, enabled, PoE, RSTP, tags, BPDU guard |
| Port statuses | getDeviceSwitchPortStatuses | Live status: speed, duplex, CRC errors, traffic counters, PoE draw |
| Cycle ports | cycleDeviceSwitchPorts | [WRITE] Bounce ports for PoE reset or client reconnection |
| List VLANs | getSwitchVlans | Network VLANs with ID, name, subnet, appliance IP |
| Create VLAN | createSwitchVlan | [WRITE] New VLAN with ID, name, subnet, appliance IP |
| Get ACLs | getDeviceSwitchAccessControlLists | Access control list rules on the switch |
| Update ACLs | updateDeviceSwitchAccessControlLists | [WRITE] Modify ACL rules |
| Get QoS rules | getDeviceSwitchQosRules | QoS rules: VLAN, protocol, port, DSCP |
| Create QoS rule | createDeviceSwitchQosRule | [WRITE] New QoS rule for traffic prioritization |
When a user asks "show me the switch ports on MS-Floor1":
getNetworkDevices (meraki-network-ops) to find the switch serialgetDeviceSwitchPorts — all port configurationsgetDeviceSwitchPortStatuses — live speed, duplex, PoE, errorsgetSwitchVlans — verify VLAN assignments are correctWhen adding a new VLAN:
getSwitchVlans — verify VLAN ID isn't already in usecreateSwitchVlan with ID, name, subnet, gatewayupdateDeviceSwitchPort on target ports to set new VLANgetDeviceSwitchPortStatuses — ports up with correct VLANWhen a user reports "device on port 24 isn't working":
getDeviceSwitchPorts for port 24 — VLAN, type, PoE, enabledgetDeviceSwitchPortStatuses — link state, speed, errors, PoE drawgetDeviceClients — what's connected to this port?cycleDeviceSwitchPorts to bounce the port (requires CR or emergency)getDeviceSwitchAccessControlLists — is traffic being blocked?| Skill | How They Work Together |
|-------|----------------------|
| meraki-network-ops | Provides device/network context for switch operations |
| meraki-monitoring | Live diagnostics: cable test, ping, LED blink for switch identification |
| pyats-topology | Compare Meraki switch port data with pyATS CDP/LLDP for hybrid environments |
| servicenow-change-workflow | Gate all port changes, VLAN creation, and ACL modifications |
| gait-session-tracking | Record all switch operations in audit trail |
MERAKI_API_KEY — Meraki Dashboard API keyMERAKI_ORG_ID — Meraki organization IDtesting
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.