Back to Directory
research
HealthKit Sync
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
healthhealthkitiosmacos
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of healthkit-sync
- Provides CLI patterns for securely syncing Apple HealthKit data from iPhone to Mac over local network using mTLS.
- Supports device pairing, certificate pinning, and Keychain storage for secure connections.
- Includes commands for discovering devices, scanning pairing QR codes, and fetching health data (steps, heart rate, sleep, workouts, etc).
- Documents available data types, config file details, and security architecture.
- Offers troubleshooting tips and links to further references.