rvcsi-events

rvcsi-events is a command for Claude Code from ruvnet/rvcsi. It costs 21 tokens per session (370 once invoked), scanned A, original, Apache-2.0.

A command that replays a recorded Wi-Fi channel-state capture through signal processing and reports detected events such as presence, movement, signal-quality problems, and baseline changes.

In plain words
What is it for?
Use it to inspect a .rvcsi file, print full event data as JSON, review when events occurred, and identify possible causes of event storms.
Why use it?
It turns raw recorded measurements into a readable event summary and can reveal input or calibration problems that cause too many alerts.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the rvcsi plugin — 5 commands, 1 agent shipped together

Good fit Use it to inspect a .rvcsi file, print full event data as JSON, review when events occurred, and identify possible causes of event storms.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ruvnet/rvcsi/rvcsi-events
View source ↗ ruvnet/rvcsi
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.

Clone the repo
git clone --depth 1 https://github.com/ruvnet/rvcsi

Made for: Claude Code.

Or install rvcsi, the plugin that ships this one along with the rest of its 5 commands, 1 agent.

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 rvcsi-events

README.md
[![agentmods](https://agentmods.dev/badge/commands/ruvnet/rvcsi/rvcsi-events/github.svg)](https://agentmods.dev/commands/ruvnet/rvcsi/rvcsi-events)
Your own site
<a href="https://agentmods.dev/commands/ruvnet/rvcsi/rvcsi-events"><img src="https://agentmods.dev/badge/commands/ruvnet/rvcsi/rvcsi-events/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rvcsi-events

Your own site · 80×15
<a href="https://agentmods.dev/commands/ruvnet/rvcsi/rvcsi-events"><img src="https://agentmods.dev/badge/commands/ruvnet/rvcsi/rvcsi-events.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00021 $0.00370
Opus 5 $0.00010 $0.00185
Sonnet 5 $0.00004 $0.00074
Haiku 4.5 $0.00002 $0.00037

Measured 8d ago against content hash 4ca09c868dd4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

rvcsi-events 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 8d ago.

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/rvcsi/commands/rvcsi-events.md · 14 lines

What it actually says

/rvcsi-events

Run the rvCSI signal + event pipeline over a capture.

  1. Run rvcsi events <file.rvcsi> (add --json for the full CsiEvent objects) — or cargo run -p rvcsi-cli -- events <file.rvcsi> in a checkout.
  2. Under the hood: each exposable (Accepted/Degraded/Recovered) frame goes through SignalPipeline::process_frame (Hampel outlier filter → moving-average smoothing → DC removal → optional learned-baseline subtraction → phase unwrap), then into WindowBuffer (16 frames / 1 s windows, fixed subcarrier count per window), then the four detectors run on each closed window: presence (hysteresis on presence_score), motion (debounced edges on motion_energy), quality (SignalQualityDropped / CalibrationRequired), baseline-drift (BaselineChanged on sustained relative drift, AnomalyDetected on a single large relative jump).
  3. Summarize: count events by kind, note the timeline (when presence starts/ends, motion bursts, baseline shifts), and call out any storm of one kind (often means the input has mixed subcarrier counts, no learned baseline, or genuinely high activity — suggest /rvcsi-calibrate then re-run with the baseline).
  4. Remember: detection ≠ decision — these are confidence-scored evidence signals, not ground truth. Quality-gate before acting on them; the heuristic breathing-band estimate especially is not a medical reading.
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. 8d ago First seen · 14 lines · 21 tokens per session scan A 4ca09c868dd4

Subscribe to this mod's changes

rvcsi-events is a command published in the GitHub repository ruvnet/rvcsi (22 stars, last pushed 15d ago), licensed Apache-2.0. It adds 21 tokens to every session and 370 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-08-30.