garmin-pulse

Sync daily health and fitness data from Garmin Connect to Markdown files.

16|7|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/freakyflow/garminskill --skill garmin-pulse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: garmin-pulse
Source: https://github.com/freakyflow/garminskill/tree/main
Command: npx skills add https://github.com/freakyflow/garminskill --skill garmin-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, garminconnect, cloudscraper, and includes scripts (resource) and health (resource) components.

What problem does it solve?

This Skill automates the process of syncing daily health and fitness data from Garmin Connect into readable Markdown files, making it easy to access and reference your data.

Core Features & Use Cases

  • Data Syncing: Automatically syncs daily health and fitness data from Garmin Connect to Markdown files.
  • Data Accessibility: Stores data in Markdown files for easy reading and referencing.
  • Use Case: Imagine you want to keep track of your daily health metrics like sleep, activity, and heart rate. This Skill will sync that data to Markdown files for you to review.

Quick Start

Run the skill to sync your daily health data: uv run garminskill/scripts/sync_garmin.py

Frequently Asked Questions about garmin-pulse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Garmin Connect health data to Markdown files?

You can sync Garmin Connect health data to Markdown files by running the provided Python script via the uv package manager, which automates daily metric syncing.

Can I export daily fitness data from Garmin Connect automatically?

Yes, daily fitness data from Garmin Connect can be exported automatically using the garminconnect and cloudscraper dependencies to fetch and save metrics locally.

Do I need Python to automate syncing health data from Garmin Connect?

Yes, automating Garmin Connect health data syncing requires Python 3.10 or higher and the uv package manager to execute the necessary scripts.

What health metrics can I sync from Garmin Connect to Markdown?

You can sync daily health and fitness metrics such as sleep, activity, and heart rate from Garmin Connect into readable Markdown files for easy reference.

Why use the uv package manager to sync Garmin Connect data?

The uv package manager handles the execution of the Python scripts needed to sync Garmin Connect data, ensuring the garminconnect and cloudscraper dependencies run correctly.

Related Skills