Item detail
github.com

Google-Health-API/google-health-cli

Google-Health-API/google-health-cli is a go cli for google health api v4 that RepoRadar is tracking in its Developer Tools section, currently rated Silver tier with a 'try now' verdict. Its strongest signal is workflow potential, scored 9.4 out of 10.

Score7.9
Popularity1.0
Riskconditional
TierSilver
Score breakdown
Usefulness8.0
Novelty8.0
Momentum7.0
Maturity5.8
Open-source/build8.4
Evidence7.2
Workflow potential9.4
Setup ease6.4

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI agent developers, personal AI tool builders, fitness / health data analysts, and power users who need a CLI-friendly interface to their own Google Health data (steps, heart rate, sleep, SpO2, HRV, ECG, blood glucose, nutrition) that an AI agent can drive deterministically. The durable differentiator is the 40 verified data types + agent-friendly JSON output + deterministic exit codes

Who should use it

AI agent developers and personal AI tool builders who need a CLI-friendly interface to the user's own Google Health data (steps, heart rate, sleep, SpO2, HRV, ECG, blood glucose, nutrition) that an AI agent can drive deterministicallyFitness / health data analysts and power users who want a scriptable CLI to pull their own Google Health data into a daily-briefing workflow — `ghealth data steps daily-rollup --from 2026-03-22 --to 2026-03-29 --json` returns JSON the agent parsesCoding agent harness developers — add a `read_health_data` tool that calls `ghealth data <type> ... --json` and returns the JSON; the agent gets a first-class health-data operation with deterministic exit codes and 40 data types coveredHeadless / CI setups — `--non-interactive-auth` defers the browser OAuth step to a later session, so a CI runner can wire up the OAuth flow without a browser, then complete it from a desktop machinePersonal AI workflows that need to correlate health data with other signals (calendar, sleep tracking, weather) — the JSON output is the right integration surface for piping into a wider context

Who should skip it

Consider Google-Health-API/google-health-cli lower priority if you already have a working solution in this category.

About this signal

Google-Health-API/google-health-cli is tracked by RepoRadar as a go cli for google health api v4 in the Developer Tools section. It was first seen on 2026-07-04 and last updated on 2026-07-04. The current verdict is 'try now' with a Silver tier and moderate setup difficulty. The standout signals for Google-Health-API/google-health-cli are workflow potential (9.4) and open-source/build quality (8.4), while maturity (5.8) trails — that balance shapes where it fits best. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned Google-Health-API/google-health-cli a composite score of 7.9 out of 10, placing it in the Silver tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'conditional' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to evaluate an AI tool before you adopt it for the checklist behind this score.

Risk explanation

Setup requires a GCP project + Health API enabled + OAuth Desktop client credentials — a non-trivial one-time cost that takes 10-15 minutes for users unfamiliar with Google Cloud Console; budget the setup time and follow the README's step-by-step; OAuth tokens are stored at `~/.config/ghealth/credentials.json` with mode 0600 — keep this file's permissions intact and don't commit it; the auto-refresh handles expiration but a manual `ghealth auth login` may be needed if the refresh token is revoked.

Evidence links
Closest alternatives / related signals
gocligoogle-health-apihealth-datafitness-dataoauthgcpagent-friendly