garmer
Extract health and fitness data from Garmin Connect including activities, sleep, heart rate, stress, steps, and body composition. Use when the user asks about their Garmin data, fitness metrics, sleep analysis, or health insights.
npx skills add majiayu000/claude-skill-registry --skill garmer-decimasudo-lumoagent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Garmer - Garmin Data Extraction Skill This skill enables extraction of health and fitness data from Garmin Connect for analysis and insights. ## Prerequisites 1. A Garmin Connect account with health data 2. The `garmer` CLI tool installed (see installation options in metadata) ## Authentication (One-Time Setup) Before using garmer, authenticate with Garmin Connect: ```bash garmer login ``` This will prompt for your Garmin Connect email and password. Tokens are saved to `~/.garmer/garmin_tokens` for future use. To check authentication status: ```bash garmer status ``` ## Available Commands ### Daily Summary Get today's health summary (steps, calories, heart rate, stress): ```bash garmer summary # For a specific date: garmer summary --date 2025-01-15 # Include last night's sleep data: garmer summary --with-sleep garmer summary -s # JSON output for programmatic use: garmer summary --json # Combine flags: garmer summary --date 2025-01-15 --with-sleep --json ``` ### Sleep Data Get sleep analysis (duration, phases, score, HRV): ```bash garmer sleep # For a specific date: garmer sleep --date 2025-01-15 ``` ### Activities List recent fitness activities: ```bash garmer activities # Limit
- Prerequisites
- Authentication (One-Time Setup)
- Available Commands
- Daily Summary
- Sleep Data
- Activities
- Activity Detail
- Health Snapshot
- Export Data
- Utility Commands
- Python API Usage
- User Profile
- Heart Rate
- Stress & Body Battery
garmer login garmer status garmer summary For a specific date: garmer summary --date 2025-01-15 Include last night's sleep data: garmer summary --with-sleep garmer summary -s JSON output for programmatic use: garmer summary --json
What does the garmer skill do?
Extract health and fitness data from Garmin Connect including activities, sleep, heart rate, stress, steps, and body composition. Use when the user asks about their Garmin data, fitness metrics, sleep analysis, or health insights.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill garmer-decimasudo-lumoagent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
