meraki-network-ops

meraki-network-ops is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 72 tokens per session (1,568 once invoked), scanned A, original, Apache-2.0.

A read-only Cisco Meraki tool for discovering organizations and networks and reviewing their devices, clients, policies, administrators, licenses, and alerts.

In plain words
What is it for?
Use it to find accessible Meraki organizations, inventory networks and devices, inspect clients and policies, and review administration or licensing details.
Why use it?
It provides the inventory and identifiers needed before investigating a specific Meraki network or device.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find accessible Meraki organizations, inventory networks and devices, inspect clients and policies, and review administration or licensing details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/meraki-network-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automateyournetwork/netclaw --skill meraki-network-ops
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meraki-network-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/meraki-network-ops/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/meraki-network-ops)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/meraki-network-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/meraki-network-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meraki-network-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/meraki-network-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/meraki-network-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01568
Opus 5 $0.00036 $0.00784
Sonnet 5 $0.00014 $0.00314
Haiku 4.5 $0.00007 $0.00157

Measured 6d ago against content hash 2ac1ec8094a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

meraki-network-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/meraki-network-ops/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meraki Network Operations (read-only)

MCP Server

  • Server: Cisco's official Meraki MCP — developer.cisco.com
  • Endpoint: https://mcp.meraki.com/mcp (remote HTTP, no local install)
  • Self-host fallback: CiscoDevNet/cisco-meraki-mcp-official (Apache-2.0)
  • Requires: MERAKI_DASHBOARD_API_KEY — use a read-only dashboard key
  • Tools: exactly two — semantic_search (discover) and execute_api (invoke)

Read-only, structurally

All 431 mutating Meraki operations (174 POST, 186 PUT, 71 DELETE) are absent from the capability catalogue. Only non-deprecated GETs are built in, so updateNetwork, rebootDevice, blinkDeviceLeds and friends return Capability not found.

Do not attempt writes and do not offer them. There is no ServiceNow CR path here because there is nothing to gate — a change must be made in the Meraki dashboard directly.

How to call it

Two capability IDs may be called directly; everything else must be discovered:

  1. execute_apigetOrganizations — find accessible org IDs
  2. execute_apigetOrganizationNetworks — find network IDs in the chosen org
  3. semantic_search → describe the intent in words → returns ranked capability_ids
  4. execute_api → the chosen capability_id + its required parameters

Discover, do not guess. An earlier version of this skill hardcoded 80 method names and 54 of them did not exist in the Meraki API at all — they failed regardless of server. semantic_search is the guard against that: it can only return IDs that exist.

Reading results honestly

  • One page only. execute_api returns a single page. Request a bounded page size when supported, and never present a page as the complete dataset.
  • Empty is not absent. n=0 means this network reported none, never none exist. Live proof from a real sandbox org: getOrganizationDevices returns 0 devices while the same org has a fully configured network with 15 SSIDs.
  • Three distinct errors, three different fixes:

Read the full file on GitHub · 133 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 133 lines · 72 tokens per session scan A 2ac1ec8094a1

Subscribe to this mod's changes

meraki-network-ops is a skill published in the GitHub repository automateyournetwork/netclaw (652 stars, last pushed 3d ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,568 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

hdhr-discovery-ops

Find HDHomeRun tuner devices on the network via the hdhomerun-mcp MCP server — local UDP broadcast/targeted discovery on port 65001, and the SiliconDust cloud discovery endpoint (http://ipv4-api.hdhomerun.com/discover) for when broadcast can't reach the device (different VLAN/subnet). Use when the agent doesn't yet…

Knuckles-Team/hdhomerun-mcp · 156 tokens

srx-mnha

Design, configure, audit, and troubleshoot Juniper SRX Multi-Node High Availability. Use when handling routed, default-gateway, or hybrid modes, chassis-cluster migration, SRGs, ICL or ICD, session sync, BGP or BFD failover, VIPs, IPsec, NAT, proxy ARP, routing instances, or DHCP. Use focused SRX skills for non-MNHA…

fastrevmd-lab/fwskillsshare · 91 tokens

srx-nat

Design, configure, audit, and troubleshoot Juniper SRX NAT. Use when handling source, destination, static, NAT64, DNS64, CGN, PBA, persistent or address-persistent NAT, hairpinning, proxy ARP, rule order, pool exhaustion, security nat configuration, show security nat output, sessions, or RTNAT logs.

fastrevmd-lab/fwskillsshare · 78 tokens

srx-initial-setup

Bring a new or factory-reset Juniper SRX from its shipped state to a reachable, zoned, screened, and minimally policied device. Use when performing first-time setup or Day-0 and Day-1 bring-up on SRX300 or SRX400 Branch, SRX1600 or SRX4120 campus, or SRX4300, SRX4700, or SRX5000 datacenter platforms, when removing or…

fastrevmd-lab/fwskillsshare · 169 tokens

network-aiops

Use this skill whenever the user needs to operate a network device — read device facts, interfaces (+ counters/IP), BGP/LLDP neighbors (summary and detail), ARP/MAC tables, VLANs, routes, hardware environment (fans/temp/power/CPU/mem), optics, NTP, users, SNMP info, VRFs, and an aggregated device-health summary; run…

AIops-tools/Network-AIops · 290 tokens

ha-discovery-augment

Augments an existing Home Assistant Custom Integration with one network or bus discovery mechanism beyond Zeroconf — DHCP, SSDP/uPnP, USB, HomeKit, or MQTT discovery — conforming to spec/ha/discovery-mechanisms. Sets the manifest matcher list, implements the typed asyncstep in configflow.py, forwards into a confirm…

nolte/claude-home-assistant · 224 tokens