mneves75mneves75Community·1 Agent Skills Included

ai-health-sync-ios

Secure local HealthKit sync between iPhone and Mac

Syncs Apple HealthKit data from iPhone to Mac over the local network with TLS encryption and QR-code pairing. Eliminates cloud storage, third-party servers, and manual data exports for steps, heart rate, sleep, and workouts. Provides CLI commands and security patterns so agents can pair devices, fetch health data, and export CSV or JSON quickly.
npx skills add mneves75/ai-health-sync-ios --all -g -y
Available:

Gives the agent the project layout, build and test commands, security rules like Keychain-only secrets and audit logging, and key entry-point files for working on this HealthKit sync codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ai-health-sync-ios?

Run `npx skills add mneves75/ai-health-sync-ios --all -g -y` in your terminal to install the skill globally.

How to sync Apple Health data from iPhone to Mac?

Start the server in the iOS app, show the QR code, then run `healthsync scan` on your Mac to pair. After pairing, use `healthsync fetch` to pull steps, heart rate, sleep, and workout data.

Does HealthSync send my health data to the cloud?

No. All data stays on your local network with TLS 1.3 encryption, certificate pinning, and Keychain token storage. Nothing is uploaded to any server.

What health data types can I export?

You can fetch steps, distance, heart rate, sleep stages, blood pressure, blood oxygen, weight, workouts, and more, exported as CSV or JSON.

Does this skill work with Claude Code and other agents?

Yes. The healthkit-sync skill follows the standard SKILL.md format and works with Claude Code, Cursor, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineering