Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/wangke19/gemini-ai-helpersnpx agentmods add commands/wangke19/gemini-ai-helpers/ovn-dbsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/wangke19/gemini-ai-helpers/ovn-dbs)<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/ovn-dbs"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/ovn-dbs/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/ovn-dbs"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/ovn-dbs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.02541 |
| Opus 5 | $0.00006 | $0.01270 |
| Sonnet 5 | $0.00003 | $0.00508 |
| Haiku 4.5 | $0.00001 | $0.00254 |
Grade B, and why
ovn-dbs scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Install: `sudo dnf install openvswitch` or `sudo apt install openvswitch-common` This is a copy
92% identical to ovn-dbs — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Name
must-gather:ovn-dbs
Synopsis
/must-gather:ovn-dbs [must-gather-path] [--node <node-name>] [--query <json>]
Description
The ovn-dbs command analyzes OVN Northbound and Southbound databases collected from clusters. It uses ovsdb-tool to query the binary database files (.db) collected per-node, providing detailed information about the logical network topology, pods, ACLs, and routers on each node.
The command automatically maps ovnkube pods to their corresponding nodes by reading pod specifications from the must-gather data.
Two modes of operation:
- Standard Analysis (default): Runs pre-built analysis showing switches, ports, ACLs, and routers
- Query Mode (
--query): Run custom OVSDB JSON queries for specific data extraction
What it analyzes:
- Per-zone logical network topology
- Logical Switches and their ports
- Pod Logical Switch Ports with namespace, pod name, and IP addresses
- Access Control Lists (ACLs) with priorities, directions, and match rules
- Logical Routers and their ports
Important: This command only works with must-gathers from clusters, where each node/zone has its own database files.
Prerequisites
The must-gather should contain:
network_logs/
└── ovnk_database_store.tar.gz
Required Tools:
ovsdb-toolmust be installed (from openvswitch package)- Check with:
which ovsdb-tool - Install:
sudo dnf install openvswitchorsudo apt install openvswitch-common
- Check with:
Analysis Script:
The script is bundled with this plugin:
<plugin-root>/skills/must-gather-analyzer/scripts/analyze_ovn_dbs.py
Where <plugin-root> is the directory where this plugin is installed (typically ~/.cursor/commands/ai-helpers/extensions/must-gather/ or similar).
Gemini will automatically locate it by searching for the script in the plugin installation directory, regardless of your current working directory.
Implementation
The command performs the following steps:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 267 lines · 13 tokens per session scan B 4dcf851e3f19
ovn-dbs is a command published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 2,541 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 92% identical to ovn-dbs, differing in 14 lines, and is treated as a copy.
Other commands, from other repositories
audit
Run a structured codebase audit. Maps the architecture, assesses health (compliance, tests, docs), performs deep analysis (security, performance, code quality), and synthesizes a prioritized roadmap. Outputs land under docs/audit/ in this project. Phases 0-3 with human checkpoints between each phase. Use /audit-quick…
wtfp:report-bug
Collect a reproducible bug report and publish it only after explicit user approval.
fix
Diagnose and fix bugs, errors, and issues in code.
bug-report
Structured bug-fix protocol per docs/methodology/bug-protocol.md. Use when asked to '/bug-report', 'I found a bug', 'something is broken', 'fix this bug', 'report a bug', 'this is broken'.
bmad-review-adversarial-general
Deprecated — forwards to bmad-review.
bmad-review-edge-case-hunter
Deprecated — forwards to bmad-review.