Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Health Guardian monitors Apple Health data for AI agents and alerts on anomalies before they become emergencies. It tracks 39 metrics including heart rate, sleep, temperature, and SpO2, using rolling baselines calculated from the individual's own data rather than population averages. Built specifically for agents caring for humans with chronic conditions or disabilities.
Unlike passive health apps that require manual review, it runs on a cron schedule and pushes alerts to the agent automatically when individual baselines are exceeded.
When to use it
- Detecting early fever in a quadriplegic user who cannot self-report symptoms
- Alerting a caregiver agent when sleep duration drops significantly over several nights
- Monitoring heart rate patterns after a medication change
- Inferring missed medications from vital sign deviations
- Correlating inactivity with pressure injury risk for bed-bound patients
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check if there are any health concerns today
- 1Run scripts/import_health.py to pull latest Apple Health JSON from iCloud
- 2Run scripts/analyze.py --days 7 to detect anomalies against stored baselines
- 3Check alerts.json for any triggered threshold violations
- 4Cross-reference temperature, heart rate, and sleep metrics for correlated patterns
- 5Format findings into a human-readable summary via scripts/summary.py
Temperature 100.8°F vs 14-day baseline of 98.2°F (+2.6°F). Sleep averaged 4.7h over last 3 nights vs prior week 7.1h. Recommend monitoring for infection signs and reviewing recent medication schedule.
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.