🔐
DevOpsGo

GHealth

by Google-Health-API

GHealth is a DevOps skill for Claude Code, published by Google-Health-API in google-health-cli.

237 stars25 forkson Google-Health-API/google-health-cliAdded 2026/09/03Repository updated 2026/07/10
agent-skillsai-agentsautomationcligogoogle-healthgoogle-health-apihealth-datahealth-techoauth2
Install in seconds
Install GHealth
Copy GHealth into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Google-Health-API/google-health-cli/tree/main/skills/ghealth-shared ~/.claude/skills/ghealth-shared

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Google-Health-API/google-health-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ghealth-shared/SKILL.md in Google-Health-API/google-health-cli
Installs to
~/.claude/skills/ghealth-shared
Collection
One of 2 skills cataloged from this repository
Category
DevOps868 skills

What GHealth does

GHealth handles shared setup, authentication, and global flags for the Google Health CLI. Use it to configure a project, log in, export or import credentials, and discover command structure.

GHealth is cataloged under DevOps on DirSkills. GHealth comes from a repository tagged agent-skills, ai-agents, automation, cli and go.

Documentation

README

ghealth — Shared Prerequisites

Setup

ghealth setup                       # interactive wizard, run once

Six steps: GCP project ID, OAuth client_secret JSON (Desktop application), Health API enable, scope selection, browser-based OAuth, save profile.

Scriptable (skips prompts):

ghealth setup \
  --project-id my-project \
  --client-secret ~/Downloads/client_secret_123.json \
  --scopes-preset readonly \
  --skip-enable-api \
  --no-prompt

Add --non-interactive-auth to skip the browser step and finish later with ghealth auth login --complete <code>.

Files written

All under ~/.config/ghealth/ (override with GHEALTH_CONFIG_DIR):

This is the opening of the README. Read the full README on GitHub.

Frequently asked about GHealth

  • What else does Google-Health-API publish alongside GHealth?

    GHealth is one of 2 skills that DirSkills catalogs from Google-Health-API/google-health-cli, the repository it ships in. Its siblings there include GHealth. Each one is a separate skill with its own page in this directory, installs the same way GHealth does, and is maintained by Google-Health-API in that same repository. The rest of the collection is listed on the Google-Health-API/google-health-cli page.

  • How does GHealth compare to other DevOps skills?

    GHealth ranks #772 by stars among the 868 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of GHealth against them. Open each page to compare what they document and how they install.