ruview-start

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

Get started with RuView — pick the fastest path (Docker demo, repo build, or live ESP32) and walk through it.

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-start
Clone the repo
git clone --depth 1 https://github.com/ruvnet/RuView
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 328 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.00027 $0.00328
Opus 5 $0.00014 $0.00164
Sonnet 5 $0.00005 $0.00066
Haiku 4.5 $0.00003 $0.00033

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

Security

Grade A, and why

ruview-start 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.

plugins/ruview/commands/ruview-start.md · 17 lines

What it actually says

/ruview-start

Onboard the user onto RuView (WiFi-DensePose).

  1. Invoke the ruview-quickstart skill.
  2. If $ARGUMENTS names a tier (docker, build, hardware), go straight to it; otherwise ask which hardware they have:
    • No hardware → Tier 0: docker run -p 3000:3000 ruvnet/wifi-densepose:latest, open http://localhost:3000.
    • Want to build from source → Tier 1: cd v2 && cargo test --workspace --no-default-features, then python archive/v1/data/proof/verify.py.
    • Have an ESP32-S3 / C6 → Tier 2: hand off to /ruview-flash then /ruview-provision, then cargo run -p wifi-densepose-sensing-server.
  3. Warn about the gotchas: ESP32-C3 / original ESP32 unsupported; single node = limited spatial resolution; camera-free pose is modest (use camera-supervised for 92.9% PCK@20).
  4. Point to next steps: /ruview-app, /ruview-train, /ruview-advanced, /ruview-verify, and the ruview-configure skill.
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. today First seen · 17 lines · 27 tokens per session scan A d7508c8641f3

Subscribe to this mod's changes

ruview-start is a command published in the GitHub repository ruvnet/RuView (92,406 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 328 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.