Agentic Vitals Watch — Development skill for Claude Code
Simulated home health monitoring agent — watches a single wearable sensor (heart rate, SpO2, fall detection), reports to a doctor agent on a regular interval, and escalates with audio alarms and a cle.
How to install Agentic Vitals Watch
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JustinLaSalle/Agentic-Vitals-Watch and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Vitals Watch does
Simulated home health monitoring agent — watches a single wearable sensor (heart rate, SpO2, fall detection), reports to a doctor agent on a regular interval, and escalates with audio alarms and a clearly-labeled fake 911 call sequence when critical.
Alternatives in Development
- Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
- Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
- Homunculus — A Claude Code plugin that watches how you work, learns your patterns, and evolves itself to help you better 315 ★
README
VitalsWatch
A simulated agent-to-equipment health monitoring demo — a monitoring agent watches a single wearable sensor, reports to a doctor agent, and escalates clearly when something looks critical. Built with the [Claude API](https://docs.claude.com).
⚠️ This is a simulated portfolio demo, not a real device
Every reading, the doctor agent's responses, and the "911 call" are entirely fake and generated in-browser for demonstration purposes. **Nothing is actually monitored, dialed, or contacted.** This is a prototype of an agent coordination *pattern* — not a certified medical device, and it must never be used, or relied on, for real home health monitoring or real emergencies. A real version of this concept would require certified medical-grade sensors, real telephony integration, regulatory clearance (e.g. FDA), and continuous human clinical oversight — none of which a browser demo can honestly provide.
Live demo
**[Try it here](https://claude.ai/artifact/GixyPdQKdUj2moJWT5Tb1i)** — note: trying the interactive part requires a free Claude account to sign in with (a platform requirement for any page that calls Claude live, not specific to this project).
The problem
Remote/in-home patient monitoring is a real, growing category — wearables that watch vitals and alert someone when something's wrong, so an at-risk person (elderly, chronically ill, recovering from surgery) can live independently with a safety net. The interesting technical problem isn't the sensor — it's the coordination: who gets notified, in what order, based on what thresholds, and what happens if it's a real emergency versus a false alarm. This project models that coordination logic directly.
What it does
Simulates a single wrist-worn sensor (heart rate, SpO2, fall/motion detection) and:
- A Monitoring Agent checks in on a regular interval, classifying status as normal, watch, urgent, or critical — a detected fall is always treated as at least critical, since an unrespon
Related Skills
Workbench
Local-first wearable work agent using Even G2 audio and R1 gestures to delegate work to Claude Code and Codex
Robot Ops
Claude-powered reliability agents for robotics fleets: sensor-fusion sanity checks, ROS 2 uptime tracking, edg
Readable
Render the Readable Surface — what this system IS, organised by worry, in plain language, for the reader who d
Agent Stagnation Guard
Drop-in stagnation detection for any OneFlow agent. Prevents repair loops (SMTP bounce loops, API 429 spirals,
Ars Reviewer
ARS academic-paper-reviewer full mode — simulated peer-review panel
Dd BI
Open the Business Intelligence department (build stage) and route the request to one of its 32 atomic tasks. D
Related Agents
Home Automation Engineer
Use this agent when the user needs to work on Home Assistant integrations, IoT device setup, smart home automa
Home Assistant
Home Assistant operations. Use for home automation, device control, sensor queries, HA configuration.
PR Check Watcher
Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary