Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ruvnet/rvcsiWrote 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/ruvnet/rvcsi/rvcsi-nexmon)<a href="https://agentmods.dev/commands/ruvnet/rvcsi/rvcsi-nexmon"><img src="https://agentmods.dev/badge/commands/ruvnet/rvcsi/rvcsi-nexmon/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/ruvnet/rvcsi/rvcsi-nexmon"><img src="https://agentmods.dev/badge/commands/ruvnet/rvcsi/rvcsi-nexmon.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.00036 | $0.00474 |
| Opus 5 | $0.00018 | $0.00237 |
| Sonnet 5 | $0.00007 | $0.00095 |
| Haiku 4.5 | $0.00004 | $0.00047 |
Grade A, and why
rvcsi-nexmon scanned grade A with 0 findings 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/rvcsi-nexmon
Three Nexmon-side helpers, dispatched on $ARGUMENTS:
<file.pcap>→rvcsi inspect-nexmon <file.pcap>(add a note for--json,--port <p>): link type, CSI frame count, channels, bandwidths, subcarrier counts, chip versions, RSSI range, time span. This parses the libpcap container in pure Rust and decodes each CSI UDP payload (18-bytemagic 0x1111 · rssi · fctl · src_mac · seq · core/stream · chanspec · chip_verheader +nsubint16I/Q samples) via the napi-c shim.decode-chanspec <hex|dec>→rvcsi decode-chanspec 0xe024— Broadcom d11ac chanspec word →channel(chanspec & 0xff), bandwidth (bits[13:11], cross-checked against the FFT size), band (bits[15:14], cross-checked against the channel number).chips(or empty) →rvcsi nexmon-chips— the chip / Raspberry-Pi-model registry: BCM43455c0 (Raspberry Pi 3B+ / 4 / 400 / 5, and the standalone Pi-less BCM43455c0), 4358, 4366c0, BCM43436b0 (Pi Zero 2 W) — with theAdapterProfileeach one builds (channels, bandwidths, subcarrier counts, capabilities).
In a checkout, prefix with cargo run -p rvcsi-cli -- …. To produce a .pcap to inspect: on a Raspberry Pi with the nexmon_csi firmware patch active, tcpdump -i wlan0 dst port 5500 -w csi.pcap.
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.
- 9d ago First seen · 15 lines · 36 tokens per session scan A d523ef125ca3
rvcsi-nexmon is a command published in the GitHub repository ruvnet/rvcsi (23 stars, last pushed 16d ago), licensed Apache-2.0. It adds 36 tokens to every session and 474 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
ruview-app
Run a RuView sensing application — presence, vitals, pose, sleep, environment mapping, MAT, point cloud, or a novel RF app.
ruview-train
Train a RuView model — camera-free WiFlow pose, camera-supervised pose (92.9% PCK@20), RuVector embeddings, domain generalization, local SNN, with optional GPU on GCloud.
ruview-start
Get started with RuView — pick the fastest path (Docker demo, repo build, or live ESP32) and walk through it.
node-new
Scaffold a new bubbaloop node via the bubbaloop-node-author subagent — guided through manifest, command queryable, validation, and registration.
bom
Generate or analyze Bill of Materials from KiCad project.
debug
Start GDB debug session with OpenOCD or probe-rs.