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 managing human care. It imports vitals from Apple Health, calculates personal baselines, and triggers alerts when readings deviate from what's normal for that specific person. Designed for caregiving contexts, especially chronic conditions and disabilities.
Unlike passive health apps that wait for a human to check, it runs on a schedule, computes individual baselines, and pushes alerts to the agent without manual queries.
When to use it
- Detecting early fever in a quadriplegic person who can't self-report
- Alerting a caregiver agent when sleep drops below a personalized threshold
- Monitoring heart rate anomalies during overnight hours
- Correlating inactivity patterns to flag pressure injury risk
- Inferring missed medication from HR and temperature changes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: "Check if anything looks off with today's health data"
- 1Run import_health.py to pull latest Apple Health JSON from iCloud sync folder
- 2Store new readings into local readings.json database
- 3Run analyze.py to compare current metrics against 14-day baselines
- 4Detect temperature reading of 100.8°F against 98.2°F baseline
- 5Generate alert with deviation summary and recommended action
Temperature Alert: 100.8°F current vs 98.2°F baseline (+2.6°F). Recommend monitoring for hydration and infection signs.
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.