onboard

onboard is a skill for Claude Code, Codex from ruvnet/RuView. It costs 39 tokens per session (363 once invoked), scanned A, original, MIT.

Zero-to-sensing path picker for RuView (WiFi-DensePose) — pick docker-demo, repo-build, or live-esp32 and run the next concrete step.

Skill for Claude CodeCodex

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 skills/ruvnet/ruview/onboard
Any agent
npx skills add ruvnet/RuView --skill onboard
Clone the repo
git clone --depth 1 https://github.com/ruvnet/RuView

Made for: Claude Code, Codex.

Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 363 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.00039 $0.00363
Opus 5 $0.00019 $0.00181
Sonnet 5 $0.00008 $0.00073
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

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

harness/ruview/.claude/skills/onboard/SKILL.md · 31 lines

What it actually says

onboard

Get a newcomer from nothing to a working RuView setup. First fact to set: WiFi sensing infers coarse pose/presence/breathing from Channel State Information — it is not a camera, and any accuracy number must be MEASURED against a baseline (use the verify skill / ruview_claim_check tool). Never present WiFi output as camera-grade.

Pick a path

Run ruview_onboard {path} or decide from:

  1. docker-demo — fastest, no hardware. Replays sample CSI into the dashboard. docker run -p 8000:8000 ruvnet/wifi-densepose → open http://localhost:8000. Use to see what it looks like.
  2. repo-build — for developers. cd v2 && cargo test --workspace --no-default-features (1,031+ tests pass), then cargo run -p wifi-densepose-cli -- --help.
  3. live-esp32 — a real install. Flash a node (provision-node skill), point it at the sensing-server, then calibrate-room. This is the only path that senses a real room.

Then

  • Live sensing → go to provision-node, then calibrate-room.
  • Evaluating a model/claim → go to verify and run ruview_claim_check on any report before you quote a number.
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 · 31 lines · 39 tokens per session scan A 97ee71f0aa98

Subscribe to this mod's changes

onboard is a skill published in the GitHub repository ruvnet/RuView (92,406 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 363 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-09-03.

Related

Other skills, from other repositories