ruview-flash

ruview-flash is a command for coding agents from ruvnet/RuView. It costs 22 tokens per session (320 once invoked), scanned A, original, MIT.

A command that builds RuView firmware and installs it on an ESP32-S3 sensing device, then checks whether WiFi sensing data is arriving.

In plain words
What is it for?
Use it to prepare an ESP32-S3 node, flash its firmware over a serial port, and confirm that the sensing server receives CSI data.
Why use it?
It brings together the correct build, flash, serial-monitor, and data-check steps, including separate firmware layouts for 4MB and 8MB devices.

Command

Install

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.

agentmods
npx agentmods add commands/ruvnet/ruview/ruview-flash
Clone the repo
git clone --depth 1 https://github.com/ruvnet/RuView

Wrote 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.

agentmods badge for ruview-flash

README.md
[![agentmods](https://agentmods.dev/badge/commands/ruvnet/ruview/ruview-flash.svg)](https://agentmods.dev/commands/ruvnet/ruview/ruview-flash)
Your own site
<a href="https://agentmods.dev/commands/ruvnet/ruview/ruview-flash"><img src="https://agentmods.dev/badge/commands/ruvnet/ruview/ruview-flash.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.00320
Opus 5 $0.00011 $0.00160
Sonnet 5 $0.00004 $0.00064
Haiku 4.5 $0.00002 $0.00032

Measured yesterday against content hash 28bbb6968691, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ruview-flash 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 yesterday.

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.

plugins/ruview/commands/ruview-flash.md · 16 lines

What it actually says

/ruview-flash

Build + flash RuView firmware to an ESP32-S3 sensing node.

  1. Invoke the ruview-hardware-setup skill.
  2. Determine variant from $ARGUMENTS (default 8mb). For 4mb: cp firmware/esp32-csi-node/sdkconfig.defaults.4mb firmware/esp32-csi-node/sdkconfig.defaults first. For 8mb: ensure it's built from sdkconfig.defaults.template (no mock).
  3. Build using the Python-subprocess command from CLAUDE.local.md (ESP-IDF v5.4 does NOT work under Git Bash — strip MSYSTEM* env vars). Never use cmd.exe /C from bash.
  4. Flash: same subprocess, [python, idf_py, '-p', '<COM port>', 'flash'] (default port COM8), or python -m esptool ... write_flash ... with the four binaries.
  5. Confirm: serial monitor via pyserial (not idf.py monitor), then cd v2 && cargo run -p wifi-densepose-sensing-server to see frames arrive.
  6. If no frames: re-run /ruview-provision, check channel matches the AP, drop any --filter-mac.
Changes

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.

  1. yesterday First seen · 16 lines · 22 tokens per session scan A 28bbb6968691

Subscribe to this mod's changes

ruview-flash is a command published in the GitHub repository ruvnet/RuView (92,432 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 320 once invoked, about $0.0001 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-09-03.