healthsync
Parse Apple Health exports into queryable local SQLite data
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web