← Back to Skills Marketplace
eversonl

Garmin Health Analysis

by eversonl · GitHub ↗ · v1.2.2
cross-platform ✓ Security Clean
5401
Downloads
12
Stars
17
Active Installs
11
Versions
Install in OpenClaw
/install garmin-health-analysis
Description
Talk to your Garmin data naturally - "what was my fastest speed snowboarding?", "how did I sleep last night?", "what was my heart rate at 3pm?". Access 20+ metrics (sleep stages, Body Battery, HRV, VO2 max, training readiness, body composition, SPO2), download FIT/GPX files for route analysis, query elevation/pace at any point, and generate interactive health dashboards. From casual "show me this week's workouts" to deep "analyze my recovery vs training load".
Usage Guidance
Install only if you are comfortable giving the skill access to your Garmin account, including sensitive health data and activity routes. Prefer environment or platform-managed secrets over a plaintext config file, protect the local token directory, avoid passing passwords on the command line, and delete exported FIT/GPX/TCX or chart files when you no longer need them.
Capability Analysis
Type: OpenClaw Skill Name: garmin-health-analysis Version: 1.2.2 The OpenClaw skill 'garmin-health-analysis' is designed to fetch, analyze, and visualize personal health data from Garmin Connect. All code and documentation align with this stated purpose. Sensitive Garmin credentials are handled by storing session tokens locally in `~/.clawdbot/garmin` with secure permissions (0o700), and all network interactions are directed solely to Garmin's official API via the `garminconnect` library. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent that would lead to harmful behavior beyond the skill's stated scope. The instructions for the AI agent in `SKILL.md` and `references/health_analysis.md` are clear and guide the agent in performing legitimate health data analysis and reporting.
Capability Assessment
Purpose & Capability
The declared purpose is Garmin health analysis, and the code fetches Garmin health metrics, activities, profile data, charts, and activity files through the garminconnect library in line with that purpose.
Instruction Scope
Instructions are mostly clear and user-directed, including a medical-advice disclaimer, though some guidance could more explicitly warn that health metrics, route files, profile data, and tokens are sensitive.
Install Mechanism
Installation uses pip packages and an install script that may install unpinned dependencies and create a local config template; this is ordinary for this type of skill but should be reviewed before running.
Credentials
Garmin credentials and broad health-data access are proportionate to the stated functionality, but users should understand this includes biometric data, account profile fields, and GPS/activity traces.
Persistence & Privilege
The skill persists Garmin session tokens locally and supports a plaintext local config option; activity downloads default to /tmp, so sensitive local files may remain unless the user manages them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install garmin-health-analysis
  3. After installation, invoke the skill by name or use /garmin-health-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
Repository cleanup: Removed old MCP server files (CLAUDE_DESKTOP.md, mcp_server.py, requirements.txt). This repo is now focused exclusively on the Clawdbot skill for automated health monitoring. Claude Desktop users should use the dedicated MCP server at github.com/eversonl/garmin-health-mcp-server. Both can coexist with shared authentication.
v1.2.1
Repository cleanup: Removed old MCP server files, focused repo on Clawdbot skill. Directs Claude Desktop users to dedicated MCP server repo (github.com/eversonl/garmin-health-mcp-server). Both can coexist with shared authentication.
v1.2.0
MCP server for Claude Desktop & Code
v1.1.5
Talk to your data - conversational examples
v1.1.4
Docs update
v1.1.3
Updated Version Info section documentation
v1.1.2
Updated description and author metadata
v1.1.1
Time queries, extended metrics, FIT/GPX analysis
v1.1.0
Major update: Time-based queries, 15+ new metrics (training readiness, body comp, SPO2), FIT/GPX file analysis for detailed activity insights
v1.0.1
Fixed sleep data extraction - properly parse nested dailySleepDTO object from Garmin API
v1.0.0
Initial release: Fetch and visualize Garmin health data (sleep, Body Battery, HRV, activities) with interactive charts
Metadata
Slug garmin-health-analysis
Version 1.2.2
License
All-time Installs 203
Active Installs 17
Total Versions 11
Frequently Asked Questions

What is Garmin Health Analysis?

Talk to your Garmin data naturally - "what was my fastest speed snowboarding?", "how did I sleep last night?", "what was my heart rate at 3pm?". Access 20+ metrics (sleep stages, Body Battery, HRV, VO2 max, training readiness, body composition, SPO2), download FIT/GPX files for route analysis, query elevation/pace at any point, and generate interactive health dashboards. From casual "show me this week's workouts" to deep "analyze my recovery vs training load". It is an AI Agent Skill for Claude Code / OpenClaw, with 5401 downloads so far.

How do I install Garmin Health Analysis?

Run "/install garmin-health-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Garmin Health Analysis free?

Yes, Garmin Health Analysis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Garmin Health Analysis support?

Garmin Health Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Garmin Health Analysis?

It is built and maintained by eversonl (@eversonl); the current version is v1.2.2.

💬 Comments