بنقرة واحدة
ruview
WiFi spatial intelligence — presence detection, vital signs, and spatial mapping from WiFi signals
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
WiFi spatial intelligence — presence detection, vital signs, and spatial mapping from WiFi signals
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
In-process vector database for AI applications — embed vector search, hybrid retrieval, and full-text search directly into your application without managing a separate server.
LLM-powered knowledge extraction CLI — transform unstructured text into structured knowledge (graphs, hypergraphs, spatio-temporal graphs) with a single command.
Give your AI agent one-click internet access — Twitter, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Generate token-efficient CLIs for AI agents by reading API docs and studying community patterns. Prints Go binaries + Claude Code skills + MCP servers.
Terminal AI coding agent with video input, subagents, MCP support, and ACP editor integration
AI-powered code review CLI — deterministic pipelines + LLM agent, battle-tested at Alibaba scale
| name | ruview |
| description | WiFi spatial intelligence — presence detection, vital signs, and spatial mapping from WiFi signals |
| tags | ["wifi","spatial-intelligence","presence-detection","smart-home","rust"] |
| related_skills | ["openhue"] |
Turn commodity WiFi into spatial intelligence. No cameras, no wearables, no dedicated sensors.
git clone https://github.com/ruvnet/RuView.git
cd RuView
cargo build --release
./target/release/ruview --interface wlan0 --mode presence
# Output: {"room": "living_room", "occupied": true, "confidence": 0.94}
./target/release/ruview --interface wlan0 --mode tracking
# Output: {"path": [{"x": 1.2, "y": 3.4, "time": "..."}, ...]}
./target/release/ruview --interface wlan0 --mode vital
# Output: {"heart_rate": 72, "breathing_rate": 16, "movement": "still"}
./target/release/ruview serve --port 8090
# Add to agent config:
# "mcpServers": {"ruview": {"command": "ruview", "args": ["serve", "--port", "8090"]}}
| Mode | Use Case | Output |
|---|---|---|
presence | Room occupancy detection | Boolean + confidence |
tracking | Movement path following | Coordinate array |
vital | Heart rate, breathing | Numeric values |
spatial | Full 3D room mapping | Point cloud |
iw list before buying hardware.# Test presence detection
./target/release/ruview --interface wlan0 --mode presence --duration 30
# Should output presence readings every second for 30 seconds
# Verify MCP server
curl http://localhost:8090/health