LaunchKit · 2026
Back to Skills

ct-health-guardian

Proactive health monitoring for AI agents.

3
1.2k downloads
by @ctsolutionsdev

Setup & Installation

openclaw skills install @ctsolutionsdev/ct-health-guardian

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ct-health-guardian

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.

INPUT

User asks: Check if there are any health concerns today

AGENT
  1. 1Run scripts/import_health.py to pull latest Apple Health JSON from iCloud
  2. 2Run scripts/analyze.py --days 7 to detect anomalies against stored baselines
  3. 3Check alerts.json for any triggered threshold violations
  4. 4Cross-reference temperature, heart rate, and sleep metrics for correlated patterns
  5. 5Format findings into a human-readable summary via scripts/summary.py
OUTPUT

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.

Health Auto Export app installed on the monitored person's iPhone (paid app on App Store)iCloud Drive enabled and syncing on the iPhone