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:
tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
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
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.