This pulls your Garmin Connect data directly into Claude through a CLI wrapper. You get activities, health metrics like sleep and heart rate, body battery, training status, and VO2 max estimates. The context command is smart, grabbing everything in one shot so you're not making repeated calls. Useful if you're analyzing training patterns, comparing workout splits, or just want to ask questions about your fitness data without opening the Garmin app. Authentication supports MFA, and it handles TCX, GPX, and FIT formats for activity exports. The data comes back as JSON, so it pipes nicely into jq if you need to filter or aggregate.
npx skills add https://github.com/eddmann/garmin-connect-cli --skill garmin-connect