What problem does it solve? Managing a Cisco Meraki organization through the Dashboard API is risky because collection endpoints use full-replacement PUT semantics — sending a partial payload silently deletes everything not included. This Skill provides a guarded workflow where every configuration write is forced through snapshot, diff, and confirmation steps, plus read-only tooling for inventory, status, logs, and live diagnostics. ## Core Features & Use Cases - Safe configuration changes: All writes to MX firewalls, MS switches, and MR access points go through a snapshot/diff/confirm/rollback pipeline, with hard blocks on irreversible operations like deleting networks or revoking admin access. - Org-wide visibility: Query device inventory and status, network event logs, configuration change history, MX security/IDS events, and Air Marshal rogue AP detection. - Live diagnostics: Run ping, cable tests, throughput tests, ARP/MAC table lookups, and wake-on-LAN directly on devices using the create-then-poll job pattern. - Use Case: When asked "who changed the firewall rules since Friday", the Skill queries the configuration change log, and when asked to "add a VLAN", it snapshots current state, renders a redacted diff for approval, applies the change, and keeps a rollback snapshot. ## Quick Start Export your MERAKI_DASHBOARD_API_KEY environment variable and ask the assistant to show the organization-wide device status or list which APs are currently offline.