workspace/skills/meraki-wireless-ops/SKILL.md
Cisco Meraki Wireless — SSID management, RF profiles, channel utilization, signal quality, client connectivity events. Use when managing Meraki SSIDs, troubleshooting WiFi connectivity, analyzing RF channel utilization, checking wireless signal quality, or investigating client roaming issues
npx skillsauth add automateyournetwork/netclaw meraki-wireless-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 SSIDs | getWirelessSSIDs | All 15 SSIDs per network with auth, VLAN, band, visibility |
| Update SSID | updateWirelessSSID | [WRITE] Name, auth type, PSK, VLAN, band, splash, etc. |
| Wireless settings | getWirelessSettings | Network-level wireless configuration |
| List RF profiles | getWirelessRFProfiles | RF profiles with band selection, power, and channel settings |
| Create RF profile | createWirelessRFProfile | [WRITE] New RF profile with band/power/channel config |
| Channel utilization | getWirelessChannelUtilization | Per-AP channel utilization over time |
| Signal quality | getWirelessSignalQuality | SNR and signal strength metrics over time |
| Connection stats | getWirelessConnectionStats | Success/failure rates, association, auth, DHCP stats |
| Client events | getWirelessClientConnectivityEvents | Per-client roaming, auth, deauth, DHCP events |
When a user asks "how's the WiFi?":
getWirelessSSIDs — which SSIDs are enabled, auth types, VLANsgetWirelessConnectionStats — success/failure ratesgetWirelessChannelUtilization — congestion hotspotsgetWirelessSignalQuality — SNR trends over timegetWirelessRFProfiles — power/channel/band configurationWhen investigating "user X can't connect to WiFi":
getNetworkClients (from meraki-network-ops) filtered by MACgetWirelessClientConnectivityEvents — auth failures, DHCP issues, roaming eventsgetWirelessConnectionStats — network-wide failure rates (is it client-specific or systemic?)getWirelessSignalQuality for the AP serving this clientgetWirelessChannelUtilization for the same AP — congestion?getWirelessSSIDs — check auth settings, VLAN, band restrictionsWhen optimizing wireless performance:
getWirelessRFProfiles — existing band/power/channel settingsgetWirelessChannelUtilization across all APs — identify congestiongetWirelessSignalQuality — identify low-SNR areasgetWirelessConnectionStats — failure hotspotscreateWirelessRFProfile or update existing — requires ServiceNow CR| Skill | How They Work Together |
|-------|----------------------|
| meraki-network-ops | Network/device context for wireless operations |
| meraki-monitoring | Live diagnostics (ping, cable test) for APs |
| catc-client-ops | Compare Meraki wireless vs Catalyst Center wireless client data |
| servicenow-change-workflow | Gate SSID and RF profile changes behind CRs |
| gait-session-tracking | Record all wireless investigations and changes |
| slack-network-alerts | Alert on wireless health degradation |
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.