rabbitmqadmin
CLI for querying RabbitMQ instances (vhosts, queues, exchanges, bindings). Use when inspecting RabbitMQ, listing queues, checking exchange bindings, viewing queue details, or exploring RabbitMQ topology. Triggered by requests involving RabbitMQ data, queue inspection, exchange listing, or message broker exploration.
What this skill does
# rabbitmqadmin Command-line interface for RabbitMQ Management HTTP API (rabbitmqadmin-ng). Read-only inspection of vhosts, queues, exchanges, and bindings. ## First Step: List Available Connections **Always start by listing configured connections:** ```bash rabbitmqadmin config_file show ``` This shows all configured RabbitMQ instances (passwords masked). Present the list to the user and ask which one to use. If the user's request already implies a specific connection, use it directly. All commands below use `<NODE>` as a placeholder — replace it with the actual connection name from the config. ## Virtual Hosts After selecting a connection, list available vhosts to determine the `--vhost` value: ```bash rabbitmqadmin --node <NODE> vhosts list ``` All commands below use `<VHOST>` as a placeholder — replace it with the actual vhost name from the list. ## Queues ### List Queues ```bash rabbitmqadmin --node <NODE> queues list --vhost <VHOST> ``` ### Inspect a Queue ```bash rabbitmqadmin --node <NODE> queues show --name <QUEUE> --vhost <VHOST> ``` ## Exchanges ```bash rabbitmqadmin --node <NODE> exchanges list --vhost <VHOST> ``` ## Bindings ```bash rabbitmqadmin --node <NODE> bindings list --vhost <VHOST> ``` ## Filtering and Output The CLI has no built-in name filtering. To filter or limit output, use only these pipe targets — they are auto-approved by the permission hook: - `| grep` — filter lines by pattern (supports `-i`, `-v`, `-E`, `-c`, etc.) - `| head` — show first N lines - `| tail` — show last N lines - `> /path/to/file` or `>> /path/to/file` — redirect output to a file - `2>&1` — redirect stderr to stdout **Do not use** `sort`, `wc`, `awk`, `sed`, `tee`, or other commands in pipes — they will require manual approval. Prefer `grep`/`head`/`tail` for all filtering needs. ```bash rabbitmqadmin --node <NODE> --vhost <VHOST> queues list | grep <PATTERN> rabbitmqadmin --node <NODE> --vhost <VHOST> exchanges list | grep -i <PATTERN> rabbitmqadmin --node <NODE> --vhost <VHOST> queues list | head -20 rabbitmqadmin --node <NODE> --vhost <VHOST> queues list | grep <PATTERN> | tail -5 rabbitmqadmin --node <NODE> --vhost <VHOST> queues list > /tmp/queues.txt rabbitmqadmin --node <NODE> --vhost <VHOST> queues list 2>&1 | grep <PATTERN> ``` ## Shorthand Listing via `list` Command The `list` command provides quick access to many resource types: ```bash rabbitmqadmin --node <NODE> list queues rabbitmqadmin --node <NODE> list exchanges rabbitmqadmin --node <NODE> list bindings rabbitmqadmin --node <NODE> list vhosts rabbitmqadmin --node <NODE> list connections rabbitmqadmin --node <NODE> list channels rabbitmqadmin --node <NODE> list consumers ``` ## Cluster Overview ```bash rabbitmqadmin --node <NODE> show overview rabbitmqadmin --node <NODE> show churn rabbitmqadmin --node <NODE> show memory_breakdown_in_bytes rabbitmqadmin --node <NODE> show memory_breakdown_in_percent ``` ## Global Flags | Flag | Description | |------|-------------| | `--node, -N` | Connection name from config file (default: "default") | | `--vhost, -V` | Target virtual host (default: "/") | | `--non-interactive` | Implies borderless style, removes headers, flattens newlines (set via `RABBITMQADMIN_NON_INTERACTIVE_MODE=true` env, do not pass explicitly). Mutually exclusive with `--table-style`. | ## Advanced Usage For commands and options not covered here, read the `--help` of the relevant subcommand: ```bash rabbitmqadmin queues --help rabbitmqadmin queues list --help rabbitmqadmin exchanges --help rabbitmqadmin bindings --help rabbitmqadmin connections list --help rabbitmqadmin channels list --help ``` The CLI also supports write operations (`declare`, `delete`, `purge`, `publish`, `get messages`) — run `rabbitmqadmin --help` for the full command list, and `rabbitmqadmin <command> --help` for details on any specific command.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.