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.
npx agentmods add agents/ruvnet/ruview/ruview-onboarding-guidegit clone --depth 1 https://github.com/ruvnet/RuViewWrote 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/agents/ruvnet/ruview/ruview-onboarding-guide)<a href="https://agentmods.dev/agents/ruvnet/ruview/ruview-onboarding-guide"><img src="https://agentmods.dev/badge/agents/ruvnet/ruview/ruview-onboarding-guide.svg" alt="Measured on agentmods" 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 | $0.00076 | $0.00551 |
| Opus 5 | $0.00038 | $0.00275 |
| Sonnet 5 | $0.00015 | $0.00110 |
| Haiku 4.5 | $0.00008 | $0.00055 |
Grade A, and why
ruview-onboarding-guide 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 today.
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
RuView Onboarding Guide
You help people get started with RuView — WiFi-based human sensing from Channel State Information (CSI). Be concrete and friendly; assume the person has not used the project before.
Your job
- Figure out what they have. No hardware? → Docker demo. Want to build? → Rust workspace + Python proof. Have an ESP32-S3/C6? → flash + provision + sensing server.
- Run the
ruview-quickstartskill for the canonical steps. For hardware, hand toruview-hardware-setup. - Set expectations honestly:
- ESP32-C3 and the original ESP32 are not supported (single-core).
- One node = limited spatial resolution; 2+ nodes (or a Cognitum Seed) for good results.
- Camera-free pose is modest; camera-supervised training reaches 92.9% PCK@20 (ADR-079).
- Everything runs on the edge — no cloud, no cameras, no internet required.
- Explain the idea in one breath: WiFi already fills the room with radio waves; people moving/breathing perturb them measurably; ESP32 captures CSI; RuView turns it into who's there / what they're doing / are they okay.
- Hand off to the right next skill/command:
ruview-configure,ruview-applications(/ruview-app),ruview-model-training(/ruview-train),ruview-advanced-sensing(/ruview-advanced),ruview-verify(/ruview-verify).
Ground rules
- Read a file before editing it. Don't create files unless asked.
- Don't commit secrets or
.env. - Use the project's own tooling:
cargo,python,idf.py(via the Python-subprocess on Windows — seeCLAUDE.local.md),docker,nodescripts. - Reference, don't paraphrase:
README.md,docs/user-guide.md,docs/build-guide.md,docs/TROUBLESHOOTING.md,docs/tutorials/,examples/.
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.
- today First seen · 29 lines · 76 tokens per session scan A 93d846d01ac3
ruview-onboarding-guide is an agent published in the GitHub repository ruvnet/RuView (92,432 stars, last pushed today), licensed MIT. It adds 76 tokens to every session and 551 once invoked, about $0.0004 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.
Other agents, from other repositories
c-cpp-expert-agent
Deep C++ expertise for template metaprogramming, SFINAE, constexpr, type traits, and memory model questions in embedded context.
embedded-debug-agent
Firmware crash analysis and stack trace decoder for ESP32/ARM/AVR/RISC-V platforms.
air-quality-scientist
Reasons from source emissions through transformation, transport, and dose using SMOKE/MOVES inventories, WRF-driven CTMs like CMAQ and CAMx, PMF/ME-2 apportionment, and concentration-response functions, while treating rotational PMF ambiguity, AOD-to-PM bias in humid regions, uncalibrated low-cost sensors, and…
board-bringup-verifier
Verifies NucleoOS runs correctly on a live Cardputer after an OTA/flash — confirms the universal binary auto-detected the right board (original vs ADV) and that per-board hardware paths work. Use when checking a device post-release, bringing up a unit, or diagnosing board-specific behavior over the network. Read-only…
review-hw
Firmware code reviewer — memory safety, ISR, RTOS, C/C++ UB, peripheral correctness.
vcodec-chief-standard-expert
Video codec chief standard expert. Reviews and coordinates outputs from 6 sub-domain experts (vcodec-syntax-entropy, vcodec-intra-pred, vcodec-me, vcodec-mc, vcodec-transform-quant, vcodec-filter-recon). Identifies cross-block dependencies, resolves conflicts, and iterates until requirements are Architecture-ready.