Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 0.1.0
Declared author: MoltBot Team
Requires: Requires Python 3.10+, pip/uv for installation. Requires Garmin Connect account credentials for authentication.
Path: skills/analysis/garmer-decimasudo-lumoagent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. Authentication (One-Time Setup)
  3. Available Commands
  4. Daily Summary
  5. Sleep Data
  6. Activities
  7. Activity Detail
  8. Health Snapshot
  9. Export Data
  10. Utility Commands
  11. Python API Usage
  12. User Profile
  13. Heart Rate
  14. Stress & Body Battery
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going