BRO3886BRO3886Communityยท1 Agent Skills Included

healthsync

Parse Apple Health exports into queryable local SQLite data

Parses Apple Health export files into a local SQLite database covering heart rate, steps, sleep, workouts, blood pressure, and 40+ other metrics. Eliminates manual spreadsheet wrangling and double-counted step or energy totals through automatic deduplication across iPhone and Watch sources. Lets you query trends via CLI, SQL, or HTTP server, and gives coding agents the schema they need to answer health questions in plain English.
npx skills add BRO3886/healthsync --all -g -y
Available:

Gives the agent the project architecture, build and test commands, and critical data-handling rules (such as deduplication and sleep-session grouping) so it can work on and with healthsync correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install healthsync?โ–ผ

Run `npx skills add BRO3886/healthsync --all -g -y` in your terminal to install the skill globally. You also need the healthsync binary itself, available via Homebrew, the install script at healthsync.sidv.dev/install, or `go install`.

How to query Apple Health data with an AI agent?โ–ผ

Run `healthsync parse export.zip` on your Health app export, then `healthsync skills install`. Your agent can then answer questions like your average heart rate last week by querying the local database.

What health metrics does healthsync support?โ–ผ

It parses 40+ metric types including heart rate, HRV, SpO2, VO2 Max, blood pressure, steps, sleep stages, workouts, body mass, and mobility and running metrics.

Does healthsync work with Claude Code and Codex?โ–ผ

Yes. `healthsync skills install` writes the skill to Claude Code, Codex CLI, or OpenClaw skill directories, and the agent picks it up automatically on the next session.

Is my health data uploaded anywhere?โ–ผ

No. Everything stays in a local SQLite database at ~/.healthsync/healthsync.db, and the skill is strictly read-only so agents can never modify your data.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’