What problem does it solve? Exploring RabbitMQ topology through the Management UI is slow and hard to automate. This Skill lets you query vhosts, queues, exchanges, and bindings directly from the command line using rabbitmqadmin-ng, with pre-configured connections and safe read-only inspection. ## Core Features & Use Cases - Connection Discovery: Lists all configured RabbitMQ instances from the config file so you can pick the right node before running queries. - Topology Inspection: Lists and inspects vhosts, queues, exchanges, bindings, connections, channels, and consumers on any configured node. - Cluster Overview: Shows cluster health metrics including overview, churn, and memory breakdown in bytes or percent. - Use Case: A developer debugging a missing message can list queues on the production vhost, grep for the queue name, inspect its details, and check exchange bindings to verify routing — all without opening the Management UI. ## Quick Start Ask the assistant to list all queues on your RabbitMQ instance and filter for a specific queue name pattern.