From health
Exports iPhone Health data (steps, active energy, resting heart rate, body weight, workouts) via an iOS Shortcut to iCloud Drive for automatic Mac sync. Reads the health agent reads the synced file, deduplicates, and appends new records to a wearable-log.csv. No API key required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/health:app-apple-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** None (iOS device-local export; no API key)
Auth: None (iOS device-local export; no API key) Export method: iPhone → Shortcuts app → "Export Health Data" shortcut → iCloud Drive Sync to Mac: iCloud Drive auto-syncs within minutes on same Apple ID
| Metric | Source | Notes |
|---|---|---|
| Steps | HealthKit | Daily total aggregated across all sources |
| Active energy | HealthKit | Kilocalories burned above BMR (Move ring) |
| Resting heart rate | HealthKit | Daily average from Apple Watch HR sensor |
| Body weight | HealthKit | If logged manually or from connected scale |
| Workout sessions | HealthKit | Type, duration, energy, distance |
| Stand hours | HealthKit | Stand ring progress |
| Exercise minutes | HealthKit | Exercise ring (green ring) minutes |
| Sleep (if using Apple Watch sleep tracking) | HealthKit | Total sleep, asleep/in-bed times |
Note: Apple Health does not natively export HRV RMSSD or readiness scores. If both Oura and Apple Health are configured, Oura provides HRV and readiness; Apple Health provides step count and workout detail.
Add to vault/health/config.md:
apple_health_export_path: ~/Library/Mobile Documents/com~apple~CloudDocs/HealthExports/
apple_health_export_format: csv
apple_health_export_path in config.mdWhen both oura and apple_health are configured as wearable_type: both in config.md:
health-sync-wearable-data — read and append Apple Health daily recordshealth-build-wellness-summary — supplement Oura data or serve as primary sourcevault/health/00_current/wearable-log.csv — daily records appended from Apple Health exportCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin health