ruview-applications

ruview-applications is a skill for Claude Code, Codex from ruvnet/RuView. It costs 79 tokens per session (1,212 once invoked), scanned A, original, MIT.

Run RuView sensing applications — presence/occupancy, breathing & heart rate, activity & fall detection, 17-keypoint pose estimation (WiFlow), sleep monitoring & apnea screening, environment mapping, Mass Casualty Assessment (MAT), and the 3D point-cloud fusion demo. Use when someone wants to actually do something…

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

Made for: Claude Code, Codex.

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-applications

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruvnet/ruview/ruview-applications.svg)](https://agentmods.dev/skills/ruvnet/ruview/ruview-applications)
Your own site
<a href="https://agentmods.dev/skills/ruvnet/ruview/ruview-applications"><img src="https://agentmods.dev/badge/skills/ruvnet/ruview/ruview-applications.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,212 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.00079 $0.01212
Opus 5 $0.00039 $0.00606
Sonnet 5 $0.00016 $0.00242
Haiku 4.5 $0.00008 $0.00121

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

Security

Grade A, and why

ruview-applications 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/skills/ruview-applications/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RuView Applications

What RuView can sense, and how to run each one. Assumes you have either the Docker demo (simulated CSI) or a live ESP32 sink (see ruview-quickstart / ruview-hardware-setup).

Application catalogue

Application What it does Entry point
Presence / occupancy Detect people through walls, count them, track entries/exits (trained model + PIR fusion, ~0.012 ms latency) sensing-server live mode; examples/environment/
Vital signs Breathing 6–30 BPM (bandpass 0.1–0.5 Hz), heart rate 40–120 BPM (bandpass 0.8–2.0 Hz), contactless while sleeping/sitting wifi-densepose-vitals crate (ADR-021); examples/medical/
Activity recognition Walking, sitting, gestures, falls — from temporal CSI patterns RuvSense gesture.rs (DTW), pose_tracker.rs; scripts/gait-analyzer.js
Pose estimation 17 COCO keypoints via WiFlow architecture; dual-modal webcam+WiFi fusion demo cargo run -p wifi-densepose-sensing-server + pose-fusion demo (ADR-059); see ruview-model-training to train
Sleep monitoring Overnight monitoring, sleep-stage classification, apnea screening examples/sleep/; scripts/apnea-detector.js
Environment mapping RF fingerprinting identifies rooms, detects moved furniture, spots new objects sensing-server --build-index env; RuvSense field_model.rs, cross_room.rs
Mass Casualty Assessment (MAT) Disaster survivor detection — find people in rubble/smoke wifi-densepose-mat crate; docs/wifi-mat-user-guide.md; examples/medical/
3D point cloud (optional fusion) Camera depth (MiDaS) + WiFi CSI + mmWave radar → unified spatial model (~22 ms, 19K+ pts/frame) scripts/mmwave_fusion_bridge.py; ADR-094 (GitHub Pages deploy)
Novel RF apps Passive radar, material classification, device fingerprinting, mincut person-counting scripts/passive-radar.js, material-classifier.js, device-fingerprint.js, mincut-person-counter.js (ADR-077/078)

Read the full file on GitHub · 70 lines

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 · 70 lines · 79 tokens per session scan A b23b92af4061

Subscribe to this mod's changes

ruview-applications is a skill published in the GitHub repository ruvnet/RuView (92,432 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 1,212 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.

Related

Other skills, from other repositories

meraki-wireless-ops

Cisco Meraki wireless (read-only) — SSID configuration, RF profiles, Air Marshal, channel utilization, signal quality, client connectivity events via Cisco's official Meraki MCP. Use when inspecting Meraki SSIDs, auditing RF configuration, or investigating WiFi connectivity.

automateyournetwork/netclaw · 60 tokens

alert-rule-troubleshoot

This skill should be used when the user reports that an alert rule is "not firing", "no alert was sent", "the rule didn't trigger", "the rule isn't working", "it should have alerted but didn't", "why didn't I get an alert", "alert rule not firing", or wants to diagnose why a specific alert rule failed to produce an…

ccfos/nightingale · 129 tokens

import-prom-rule

Bulk import of a Prometheus alert rule YAML file (create a whole set of rules at once). Dedicated to handling a remote URL or local YAML text, automatically parsing the three formats groups / a plain rules array / a single rule. ⚠️ Do not use this skill for single-rule creation — when the user describes a single alert…

ccfos/nightingale · 125 tokens

alert-mute-copilot

One-stop assistant for creating, editing, and troubleshooting Nightingale (n9e) alert mute rules (alertmute). Use it when the user asks to "create a mute rule / mute an alert / silence an alert / do-not-disturb during a maintenance window / set up periodic muting / mute every early morning / adjust or extend a mute /…

ccfos/nightingale · 148 tokens

promql-generator

Generate PromQL queries from natural language.

ccfos/nightingale · 11 tokens

project-writing-collectors

Best practices and orientation for AI assistants authoring or modifying Netdata data-collection plugins or modules in any language. Read before adding a new collector, modifying an existing one, working on logs, topology, NetFlow/sFlow/IPFIX, OTEL ingestion, SNMP profiles, statsd, Prometheus scraping, or interactive…

netdata/netdata · 147 tokens