CiscoDevNet/Cisco-multidomain-inventory-community — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python based Cisco inventory helper that lets someone see and ask questions about devices across ACI, Meraki, Catalyst Center, and SD WAN from one place.

I want it to collect live inventory and status from the configured controllers, then show device names, IPs, serials, models, firmware, domains, and whether devices look healthy or offline. It should have three ways to use it, a simple command line runner, a small web page for browsing the inventory, and a Model Context Protocol server so Claude Desktop can ask natural language questions like “find this serial number”, “list offline Meraki devices”, or “summarize device counts by domain”.

Please include a sample config file for controller URLs and credentials, keep secrets out of the code, and make setup simple with a requirements file. Add built in prompts or commands for a network health check and investigating one device by name, IP, or serial. If useful, include readable tables and simple text or Mermaid charts in responses. Look up current docs online if you need to.

Want more depth? Deep Reverse