workspace/skills/devnet-catalyst-search/SKILL.md
Search Cisco Catalyst Center API documentation for device management and policy automation
npx skillsauth add automateyournetwork/netclaw devnet-catalyst-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 Catalyst Center (DNA Center) API documentation for device management, policy automation, assurance, and network provisioning without manually navigating DevNet.
Search Catalyst Center API documentation with keyword queries.
Parameters:
query (string, required): Search terms (e.g., "device inventory", "policy automation")limit (integer, optional): Maximum results to returnReturns:
CatalystCenter-API-Doc-Search with relevant keywordsUser: "Find Catalyst Center device inventory APIs"
Tool: CatalystCenter-API-Doc-Search
Query: "device inventory"
Response:
- GET /dna/intent/api/v1/network-device
→ Returns the list of network devices
- GET /dna/intent/api/v1/network-device/{id}
→ Returns device by specified ID
- GET /dna/intent/api/v1/network-device/count
→ Returns the count of network devices
User: "Show me Catalyst Center policy automation APIs"
Tool: CatalystCenter-API-Doc-Search
Query: "policy automation"
Response:
- GET /dna/intent/api/v1/business/sda/fabric-site
→ Get SDA Fabric Sites
- POST /dna/intent/api/v1/business/sda/virtual-network
→ Add Virtual Network in SDA Fabric
- GET /dna/intent/api/v1/policy/access-contract
→ Get Access Contracts
User: "Find Catalyst Center health monitoring APIs"
Tool: CatalystCenter-API-Doc-Search
Query: "health monitoring assurance"
Response:
- GET /dna/intent/api/v1/client-health
→ Returns overall client health
- GET /dna/intent/api/v1/network-health
→ Returns overall network health
- GET /dna/intent/api/v1/site-health
→ Returns site health summary
User: "Show me Catalyst Center device discovery endpoints"
Tool: CatalystCenter-API-Doc-Search
Query: "device discovery"
Response:
- POST /dna/intent/api/v1/discovery
→ Initiates discovery with provided parameters
- GET /dna/intent/api/v1/discovery/{id}
→ Returns discovery by specified ID
- GET /dna/intent/api/v1/discovery/{id}/network-device
→ Returns devices discovered in discovery
If search returns no results:
If DevNet server is unreachable:
If too many results are returned:
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.