health-guardian
Proactive health monitoring for AI agents. Apple Health integration, pattern detection, anomaly alerts. Built for agents caring for humans with chronic conditions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ctsolutionsdev/ct-health-guardianWhat This Skill Does
Health Guardian is a specialized diagnostic suite designed for AI agents acting as caregivers or personal health monitors. It transforms passive Apple Health data into an active, intelligent monitoring system. By integrating directly with iCloud-synced exports from the 'Health Auto Export' app, the skill ingests, parses, and analyzes 39 distinct biometric metrics—including heart rate, HRV, temperature, and SpO2. Unlike standard fitness trackers that focus on general population averages, Health Guardian is built to learn the unique physiological baseline of a specific human. It identifies concerning patterns, alerts on anomalies, and correlates data points to flag potential health regressions before they escalate into emergencies.
Installation
Installation requires a two-part setup. First, configure the human's iOS device by installing 'Health Auto Export' and setting up an hourly JSON sync to iCloud Drive. Next, execute the installation within your OpenClaw environment using the command clawhub install openclaw/skills/skills/ctsolutionsdev/ct-health-guardian. After installation, create a config.json file in the skill directory to define the data path, preferred alert channels (such as Telegram), and personalized biometric thresholds. Finally, register the Health Import task in your agent's cron system to trigger the scripts/import_health.py routine every hour, ensuring your agent remains updated with the latest physiological data.
Use Cases
This skill is specifically designed for complex caregiving scenarios. It is ideal for monitoring individuals with quadriplegia, chronic illnesses, or those recovering from surgery who require 24/7 vigilance. The skill can infer missed medication if biometric trends deviate, alert caregivers to unexpected temperature spikes that might indicate infection, or monitor for sleep degradation patterns that impact long-term recovery. It serves as an automated medical dashboard that synthesizes complex trends into actionable alerts.
Example Prompts
- "Check the current health trends for the last 48 hours and summarize any anomalies I should know about."
- "Did the resting heart rate deviate significantly from the 14-day baseline this morning?"
- "Generate a weekly health summary report and send it to the family contact via Telegram."
Tips & Limitations
To maximize the utility of Health Guardian, ensure the 'baseline_period_days' in your configuration is set to at least 14 days to allow the agent to learn the human's unique physiological norms. Note that this skill is a supplemental monitoring tool and is not a replacement for professional medical equipment or advice. Always configure redundant notification channels to ensure alerts are received even if a primary service experiences downtime. Because this tool relies on file-system monitoring of iCloud exports, ensure your agent has consistent background access to the local path designated in your configuration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ctsolutionsdev-ct-health-guardian": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, data-collection, code-execution
Related Skills
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
kami-package-detection
A free skill by Kami SmartHome. Get notified the moment a package arrives at your door. Detects packages, parcels, and bags from RTSP camera streams using AI vision.
clinicaltrials-gov-parser
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial status changes, get updates on specific trials, or analyze competitor trial activities. Use cases: Pharma competitive intelligence, trial monitoring, status tracking, recruitment updates, completion alerts.