Install any skill in seconds. Free to start, no credit card required.
Get Started Free →First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -20% | 0% |
Bootstraps ruvector@0.2.25 and its optional add-ons so every /vector subcommand actually works on first run.
Out of the box, several /vector subcommands fail with a confusing dep error:
| Error | Missing package | |-------|-----------------| | ONNX WASM files not bundled. The onnx/ directory is missing. | ruvector-onnx-embeddings-wasm | | Brain commands require @ruvector/pi-brain | @ruvector/pi-brain | | SONA not available. Native error: Cannot find module '/.../@ruvector/sona/index.js' | @ruvector/ruvllm (JS fallback) | | LLM commands require @ruvector/ruvllm | @ruvector/ruvllm |
This skill installs them in one pass.
bash npm install ruvector@0.2.25
bash npm install ruvector-onnx-embeddings-wasm \ @ruvector/pi-brain \ @ruvector/ruvllm For a leaner install, pass --full to also pull @ruvector/graph-node and @ruvector/router: bash npm install ruvector-onnx-embeddings-wasm \ @ruvector/pi-brain \ @ruvector/ruvllm \ @ruvector/graph-node \ @ruvector/router
bash npx -y ruvector@0.2.25 doctor npx -y ruvector@0.2.25 info
bash claude mcp add ruvector -- npx -y ruvector@0.2.25 mcp start claude mcp list | grep ruvector
bash npx -y ruvector@0.2.25 hooks route "test" npx -y ruvector@0.2.25 attention list npx -y ruvector@0.2.25 rvf examples
bash npx -y ruvector@0.2.25 identity generate npx -y ruvector@0.2.25 identity show
For a deterministic verification of the install, run the plugin's bundled smoke script:
bashbash plugins/ruflo-ruvector/scripts/smoke.sh
It checks: version pin, top-level subcommand visibility, hooks ast-analyze, hooks route, attention list, rvf examples, and info. Exits non-zero if any drift from the contracted surface is detected.
@ruvector/core)@ruvector/sona native binding (the JS fallback via @ruvector/ruvllm is sufficient on macOS arm64; Linux x64 has its own native binding)If doctor still reports a problem after this skill runs, paste its output verbatim and ask.
Other measured skills in the registry, with their headline benchmark lift.