Documentation
README
ghealth
CLI for the Google Health API v4. 40 verified data types.
Prerequisites: See ../ghealth-shared/SKILL.md for auth, setup, global flags.
Choosing the right operation
| Goal | Operation | Example |
|---|---|---|
| Daily totals (steps, distance, calories) | daily-rollup |
ghealth data steps daily-rollup --from 2026-03-22 --to 2026-03-29 |
| Individual readings (HR, weight, SpO2) | list |
ghealth data heart-rate list --from today --limit 20 |
| Sessions (exercise, sleep) | list |
ghealth data exercise list --from 2026-03-01 |
| Daily summaries (resting HR, HRV, resp rate) | list |
ghealth data daily-resting-heart-rate list --from 2026-03-01 |
| Merged multi-source data | reconcile |
ghealth data weight reconcile --from 2026-01-01 |
This is the opening of the README. Read the full README on GitHub.