devnet-catalyst-search

Search Cisco Catalyst Center API documentation for device management and policy automation endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network engineers waste time manually navigating Cisco DevNet to find the right Catalyst Center (DNA Center) API endpoints for device management, policy automation, and assurance tasks. This Skill returns matching API endpoints, HTTP methods, and descriptions directly from a keyword query.

Core Features & Use Cases

  • Keyword-Based API Search: Query Catalyst Center API documentation with terms like "device inventory" or "policy automation" and receive matching endpoint paths, HTTP methods, and summaries.
  • Coverage of Key Domains: Find endpoints for device management, SDA policy automation, assurance and health monitoring, network design, and software image management (SWIM).
  • Use Case: An engineer automating fabric provisioning asks for SDA virtual network APIs and immediately receives endpoints such as POST /dna/intent/api/v1/business/sda/virtual-network with implementation guidance.

Quick Start

Ask the assistant to find Catalyst Center device inventory APIs using the DevNet Catalyst search tool.

Frequently Asked Questions about devnet-catalyst-search

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

FAQPage Schema
How do I find Catalyst Center API endpoints for device inventory?

Search Catalyst Center API documentation with the query "device inventory" to get endpoints like GET /dna/intent/api/v1/network-device for listing devices and GET /dna/intent/api/v1/network-device/{id} for a specific device.

How to search DNA Center policy automation APIs?

Use a keyword query such as "policy automation" against the Catalyst Center API documentation search. It returns SDA fabric endpoints like POST /dna/intent/api/v1/business/sda/virtual-network and GET /dna/intent/api/v1/policy/access-contract.

Does Catalyst Center API search cover assurance and health monitoring?

Yes, searching with terms like "health monitoring assurance" returns assurance endpoints including GET /dna/intent/api/v1/client-health, GET /dna/intent/api/v1/network-health, and GET /dna/intent/api/v1/site-health.

What should I do when Catalyst Center API search returns no results?

Broaden the search terms, try alternative terminology such as "DNA Center" instead of "Catalyst Center", check spelling of technical terms, or use related concepts like "inventory" instead of "device list".

How do I narrow down too many Catalyst Center API search results?

Refine the query with more specific terms and qualifiers, such as "device inventory GET" instead of just "device". You can also filter by API category like intent, system, or data, and set the limit parameter to cap results.