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/egvert-health-guardianWhat This Skill Does
Health Guardian is a proactive intelligence tool designed for AI agents to monitor human health metrics in real-time. Unlike passive health trackers, this skill focuses on predictive analysis, anomaly detection, and actionable insights. By integrating with Apple Health via the Health Auto Export app, it ingests longitudinal vitals such as heart rate, HRV, blood pressure, and temperature. The agent calculates rolling averages and detects deviations that signify potential health issues, allowing for early intervention before an emergency occurs. It is specifically designed to understand the unique baseline of a single individual, making it an essential companion for caregivers or agents managing chronic conditions.
Installation
Installation involves three core phases. First, on the human's iOS device, install 'Health Auto Export', enable iCloud synchronization, and set the export format to JSON with an hourly cadence. Second, configure the config.json file in the skill directory by mapping the data_source path to the local iCloud drive directory and setting individual-specific health thresholds. Finally, register the periodic cron job via clawhub to ensure the agent autonomously triggers the import_health.py and analyze.py scripts on an hourly basis. Ensure the environment has the necessary write permissions to the data storage directory.
Use Cases
This skill is ideal for caregivers managing chronic health conditions where constant, automated monitoring is critical. It is also highly effective for individuals recovering from illness who require objective data to track recovery progress. Furthermore, it serves as a reliable alarm system for the elderly or those with mobility impairments, providing an automated 'health check' that alerts caregivers to sudden drops in SpO2, spike in fever, or irregular heart rate patterns.
Example Prompts
- 'Run a health analysis for the last 7 days and summarize any significant anomalies I should be aware of.'
- 'Are there any concerning trends in my heart rate or HRV compared to the baseline established over the last two weeks?'
- 'Generate a human-readable health summary for my doctor based on the data imported this morning.'
Tips & Limitations
To ensure maximum effectiveness, maintain a consistent baseline period of at least 14 days to minimize false positives. Be aware that this skill relies on the file-system synchronization of iCloud, so ensure the host machine has stable network access to avoid data gaps. While Health Guardian is a powerful diagnostic assistant, it is not a replacement for professional medical advice. Always treat alerts as supplemental information to be reviewed alongside clinical judgment and direct communication with healthcare providers.
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-egvert-health-guardian": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, 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.