meraki-network-ops

Automate Meraki network inventory, organization management, and device lifecycle operations via API.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill meraki-network-ops-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meraki-network-ops
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/meraki-network-ops
Command: npx skills add https://github.com/dgethings/netclaw --skill meraki-network-ops-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cisco Meraki Dashboard — organization inventory, network management, device lifecycle, client discovery, or running bulk Meraki API operations

Core Features & Use Cases

  • Organization management: get org details, inventory, admins
  • Network management: get networks, create/update/delete networks
  • Device management: get devices, update device, claim devices, remove
  • Client operations: get clients, usage, policy
  • Action Batches: create and monitor batches
  • Generic API access: call_meraki_api dynamic method to access any endpoint
  • GAIT audit trail: log all Meraki inventory audits and changes

Quick Start

Execute the Meraki MCP workflow to audit inventory and perform bulk network operations against your Meraki organization.

Frequently Asked Questions about meraki-network-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Meraki network inventory audits across multiple organizations?

You can automate Meraki network inventory audits by using the dynamic Meraki MCP to perform read operations across organizations. The Skill retrieves org details, device inventory, and admin lists, generating a GAIT audit trail to log all inventory audits and changes.

What do I need to connect to the Meraki dashboard API for bulk network operations?

To connect to the Meraki dashboard API for bulk network operations, you need your MERAKI_API_KEY and MERAKI_ORG_ID credentials. These environment variables authenticate the dynamic MCP, enabling read and write actions against your Meraki organization.

Can I run bulk Meraki API actions without hitting rate limits?

Yes, you can run bulk Meraki API actions using Action Batches. The Skill creates and monitors Action Batches to group multiple API requests, reducing the risk of hitting rate limits while performing bulk network management and device lifecycle operations.

How do I manage the device lifecycle in a Meraki dashboard network?

You can manage the Meraki device lifecycle by getting devices, updating device details, claiming new devices into an organization, and removing devices. The Skill automates these network management operations through the Meraki MCP.

Is there a way to investigate client usage and policy on a Meraki network?

Yes, you can investigate client usage and policy on a Meraki network by retrieving client details, usage data, and policy settings. The Skill uses the dynamic Meraki MCP to perform these read operations and monitor client activity.

Does this Meraki API automation tool support endpoints not explicitly listed in its features?

Yes, the Meraki API automation tool supports unlisted endpoints through the call_meraki_api generic method. This dynamic method allows you to access any Meraki dashboard endpoint, extending functionality beyond the predefined network and device operations.