workspace/skills/devnet-meraki-search/SKILL.md
Search Cisco Meraki API documentation and lookup specific operations
npx skillsauth add automateyournetwork/netclaw devnet-meraki-searchInstall 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.
Enable network engineers to quickly find Meraki API documentation for firewall rules, VLAN management, wireless configuration, OAuth setup, and other automation tasks without manually navigating DevNet.
Search Meraki API documentation with keyword queries.
Parameters:
query (string, required): Search terms (e.g., "L3 firewall rules", "VLAN management")limit (integer, optional): Maximum results to returnReturns:
Lookup a specific Meraki API operation by its exact operation ID.
Parameters:
operationId (string, required): Exact operation ID (e.g., "updateNetworkApplianceFirewallL3FirewallRules")Returns:
Meraki-API-Doc-Search with relevant keywordsMeraki-API-OperationId-SearchMeraki-API-OperationId-Search with the operation IDUser: "Find Meraki L3 firewall API documentation"
Tool: Meraki-API-Doc-Search
Query: "L3 firewall rules"
Response:
- PUT /networks/{networkId}/appliance/firewall/l3FirewallRules
→ Update the L3 firewall rules of an MX network
- GET /networks/{networkId}/appliance/firewall/l3FirewallRules
→ Return the L3 firewall rules for an MX network
User: "Show me Meraki VLAN management APIs"
Tool: Meraki-API-Doc-Search
Query: "VLAN management"
Response:
- GET /networks/{networkId}/appliance/vlans
→ List the VLANs for an MX network
- POST /networks/{networkId}/appliance/vlans
→ Add a VLAN
- PUT /networks/{networkId}/appliance/vlans/{vlanId}
→ Update a VLAN
User: "Find Meraki wireless SSID configuration APIs"
Tool: Meraki-API-Doc-Search
Query: "wireless SSID configuration"
Response:
- GET /networks/{networkId}/wireless/ssids
→ List the MR SSIDs in a network
- PUT /networks/{networkId}/wireless/ssids/{number}
→ Update the attributes of an MR SSID
User: "Get details for createNetworkMerakiAuthUser operation"
Tool: Meraki-API-OperationId-Search
OperationId: "createNetworkMerakiAuthUser"
Response:
- Path: /networks/{networkId}/merakiAuthUsers
- Method: POST
- Summary: Create a user configured with Meraki Authentication
- Parameters: networkId (path, required)
- Request Body: email, name, password, accountType, authorizations
If search returns no results:
If operation ID lookup fails:
Meraki-API-Doc-Search first to find valid operation IDsIf DevNet server is unreachable:
testing
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.