What problem does it solve? Accessing personal health data like steps, heart rate, sleep, and weight from Google Health requires writing custom API integration code with OAuth handling, pagination, and aggregation logic. This Skill provides a ready-made CLI that agents and developers can use to read, write, and export 40+ health data types without building that plumbing themselves. ## Core Features & Use Cases - Health Data Reading: Query steps, heart rate, exercise, sleep, weight, SpO2, HRV, blood glucose, and nutrition with list, rollup, and daily-rollup operations returning structured JSON. - Health Data Writing: Create, update, and delete exercise sessions, sleep records, and weight entries through simple CLI commands. - Agent-Friendly Output: Deterministic JSON responses, documented exit codes, dry-run mode, and jq-compatible output for reliable automation. - Use Case: Build a daily health dashboard script that fetches today's step totals via daily-rollup, computes average heart rate, and retrieves the latest weight measurement, all parsed with jq. ## Quick Start Ask the agent to set up ghealth authentication and then fetch your daily step totals for the past week using the Google Health CLI.