LaunchKit · 2026
Back to Skills

egvert-health-guardian

Proactive health monitoring for AI.

1
1.2k downloads
by @ctsolutionsdev

Setup & Installation

openclaw skills install @ctsolutionsdev/egvert-health-guardian

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

npx clawhub install egvert-health-guardian

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.

INPUT

User asks: "Check if anything looks off with today's health data"

AGENT
  1. 1Run import_health.py to pull latest Apple Health JSON from iCloud sync folder
  2. 2Store new readings into local readings.json database
  3. 3Run analyze.py to compare current metrics against 14-day baselines
  4. 4Detect temperature reading of 100.8°F against 98.2°F baseline
  5. 5Generate alert with deviation summary and recommended action
OUTPUT

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.

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