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/proactive-healthWhat This Skill Does
Health Guardian transforms your AI agent into a proactive clinical observer. Rather than simply logging numbers, this skill integrates directly with Apple Health via the Health Auto Export app, allowing your agent to ingest, store, and analyze over 39 biometric data points. It is engineered specifically for caregivers and individuals with chronic conditions who require real-time health intelligence. By establishing personalized baselines over a 14-day window, the agent detects subtle deviations that might signal an oncoming infection, medication side effects, or sleep pattern deterioration. It replaces reactive health management with an intelligent, continuous surveillance system that alerts you or your caregiver only when actionable insights or concerning anomalies are identified.
Installation
Installation involves three core layers: data synchronization, local configuration, and automation. First, install the "Health Auto Export" app on the human's iPhone, configuring it to sync JSON logs to iCloud Drive on an hourly schedule. Second, install the skill via the command clawhub install openclaw/skills/skills/ctsolutionsdev/proactive-health. Third, customize your config.json file to map the local path to your iCloud Documents folder and set your baseline thresholds. Finally, ensure your system cron job is active, pointing to the import_health.py script to ensure your agent constantly has fresh, localized health data to process.
Use Cases
This skill is ideal for monitoring quadriplegic patients or those with complex chronic illnesses where early detection of fever or heart rate variability is critical to preventing hospitalizations. It is also highly effective for long-term health trend analysis, such as tracking how physical therapy sessions impact mobility metrics or how medication adjustments correlate with sleep quality and heart rate stability over months.
Example Prompts
- "Analyze the last 7 days of heart rate data—are there any patterns of spikes that correlate with my afternoon medication intake?"
- "Generate a weekly health summary for my caregiver, highlighting any deviations in my baseline temperature or sleep duration."
- "Check for any health anomalies today and alert me if my respiratory rate is outside the established normal range."
Tips & Limitations
To get the best results, allow at least 14 days of data collection to establish a robust, individualized baseline. Be aware that the accuracy of the anomaly detection is strictly dependent on the frequency of your Health Auto Export sync. This tool is a monitoring aid, not a diagnostic medical device; always cross-reference agent alerts with medical professional advice.
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-proactive-health": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, data-collection, code-execution
Related Skills
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
healthy-meal-reminder
健康饮食提醒技能。每日三餐+下午茶定时提醒,每次3个方案ABC供选择,饭后30分钟自动跟进记录饮食+计算热量。按季节推荐应季低卡食谱,支持减肥/维持/增肌三模式,含运动搭配、周末放纵餐、互动问答和周报打卡。当用户提到饮食提醒、三餐提醒、吃什么、减肥食谱、健康饮食、meal reminder、吃了什么、体重打卡时激活。
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
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.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。