devnet-meraki-search

Searches Cisco Meraki API documentation and retrieves OpenAPI specifications by operation ID.

650|182|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill devnet-meraki-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devnet-meraki-search
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/devnet-meraki-search
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill devnet-meraki-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network engineers waste time manually navigating Cisco DevNet to find the right Meraki API endpoints, parameters, and schemas for automation tasks like firewall rule updates, VLAN management, and wireless configuration.

Core Features & Use Cases

  • Keyword Documentation Search: Query Meraki API docs with terms like "L3 firewall rules" or "VLAN management" and receive matching endpoints, HTTP methods, descriptions, and code examples.
  • Operation ID Lookup: Retrieve the complete OpenAPI specification for a specific operation ID, including full parameter schemas and request/response bodies.
  • Use Case: When writing a script to update MX firewall rules, search for the relevant endpoint, then pull the exact operation spec to confirm required parameters before writing any code.

Quick Start

Ask the assistant to find the Meraki API documentation for managing L3 firewall rules on an MX network.

Frequently Asked Questions about devnet-meraki-search

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

FAQPage Schema
How do I find Meraki API endpoints for firewall rules?

Use the Meraki-API-Doc-Search tool with a keyword query like "L3 firewall rules". It returns matching endpoints such as GET and PUT /networks/{networkId}/appliance/firewall/l3FirewallRules along with descriptions and examples.

How to look up a Meraki API operation by its operation ID?

Call Meraki-API-OperationId-Search with the exact operation ID, such as createNetworkMerakiAuthUser. It returns the complete OpenAPI specification including path, method, parameter schemas, and request body fields.

What should I do when a Meraki API search returns no results?

Broaden your search terms, check the spelling of technical terms, and try alternative terminology such as "firewall" instead of "ACL". Keyword searches work best with concise domain-specific phrases.

Why does a Meraki operation ID lookup fail?

Operation IDs are case-sensitive, so verify the exact spelling first. If unsure of the ID, run a keyword search with Meraki-API-Doc-Search to discover valid operation IDs before doing a direct lookup.

Does this skill require other components to work?

Yes, it depends on the devnet-content-search component as declared in its metadata. It also requires internet connectivity to reach Cisco DevNet servers for documentation queries.