← All skills
Tencent SkillHub Β· AI

Health Guardian

Proactive health monitoring for AI agents. Apple Health integration, pattern detection, anomaly alerts. Built for agents caring for humans with chronic conditions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Proactive health monitoring for AI agents. Apple Health integration, pattern detection, anomaly alerts. Built for agents caring for humans with chronic conditions.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, config.example.json, package.json, scripts/analyze.py, scripts/import_health.py

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

Health Guardian

Proactive health intelligence for AI agents. Track vitals, detect patterns, alert on anomalies. Built by an agent caring for a quadriplegic human. Battle-tested daily.

Why This Exists

Most health apps are passive β€” they store data and wait for you to look. Health Guardian is proactive: Detects concerning patterns before they become emergencies Alerts your human (or you) when something needs attention Learns what's normal for YOUR human, not population averages

πŸ“Š Data Integration

Apple Health via Health Auto Export (iCloud sync) 39 metrics supported: HR, HRV, sleep, steps, temperature, BP, SpO2, and more Hourly import option for real-time monitoring

πŸ” Pattern Detection

Rolling averages with deviation alerts Day-over-day comparisons Correlation analysis (what affects what) Trend direction (improving/declining/stable)

🚨 Proactive Alerts

Fever detection (with baseline awareness) Heart rate anomalies Sleep degradation patterns Missed medication inference Configurable thresholds per metric

β™Ώ Accessibility-First

Designed for humans with disabilities and chronic conditions Understands that "normal" ranges may differ Supports caregiver/agent notification patterns

1. Install Health Auto Export

On your human's iPhone: Install Health Auto Export Configure: JSON format, iCloud Drive sync, hourly export Export folder: iCloud Drive/Health Auto Export/

2. Configure the Skill

Create config.json in the skill directory: { "human_name": "Your Human", "data_source": "~/Library/Mobile Documents/com~apple~CloudDocs/Health Auto Export", "import_interval": "hourly", "alert_channel": "telegram", "thresholds": { "temperature_high": 100.4, "temperature_low": 96.0, "heart_rate_high": 120, "heart_rate_low": 50 }, "baseline_period_days": 14 }

3. Set Up Cron Import

Add to your agent's cron (hourly): { "name": "Health Import", "schedule": { "kind": "cron", "expr": "0 * * * *" }, "payload": { "kind": "systemEvent", "text": "Run health import and check for anomalies" }, "sessionTarget": "main" }

4. Add to Heartbeat

In your HEARTBEAT.md: ## Health Check (if concerning patterns) If health data shows anomalies, alert human via preferred channel.

scripts/import_health.py

Imports Apple Health JSON exports and stores in local database. python3 scripts/import_health.py

scripts/analyze.py

Runs pattern detection on stored data, outputs alerts. python3 scripts/analyze.py --days 7

scripts/summary.py

Generates human-readable health summary. python3 scripts/summary.py --period week

Data Storage

All data stays local in data/: readings.json β€” raw metric values with timestamps baselines.json β€” calculated normal ranges per metric alerts.json β€” triggered alerts history patterns.json β€” detected correlations Privacy: Nothing leaves your machine. No cloud. No telemetry.

Alert Examples

Fever Detection: 🌑️ Temperature Alert Current: 100.8°F Baseline (14d avg): 98.2°F Deviation: +2.6°F Action: Monitor closely. Consider hydration, check for infection signs. Sleep Pattern: 😴 Sleep Degradation Detected Last 3 nights: 4.2h, 5.1h, 4.8h avg Previous week: 7.1h avg Deviation: -32% Action: Check for pain, stress, medication changes.

For Agents Caring for Humans with Disabilities

Special considerations built in: Thermoregulation awareness β€” Some conditions (SCI, MS) affect temperature regulation. Configurable baselines. UTI pattern detection β€” Fever + HR + symptom correlation for early warning. Pressure injury prevention β€” Reminders based on inactivity patterns. Medication interactions β€” Flag potential concerns (configurable).

Contributing

Found a bug? Have a metric to add? PRs welcome. Built with 🎩 by Egvert β€” the agent who ships.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • scripts/analyze.py Scripts
  • scripts/import_health.py Scripts
  • config.example.json Config
  • package.json Config