Overview
- Skill Key
- gzzzj/garmin-health-report
- Author
- gzzzj
- Source Repo
- openclaw/skills
- Version
- 2.0.0
- Source Path
- skills/gzzzj/garmin-health-report
- Latest Commit SHA
- 66cb4ddfd3626375a4c4f5e4d4e63c3949e45679
Generate comprehensive daily health reports from Garmin Connect data with professional running analysis (Heart Rate Zones, TRIMP, Jack Daniels VDOT).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 garmin-health-report 技能。 若已安装,则直接安装 garmin-health-report 技能。
# Garmin Health Report
Generate professional daily health reports from Garmin Connect data with advanced running analysis.
**Features:**
- **Sleep Analysis**: Duration, stages (deep/light/REM), scores, and 7-dimension quality ratings
- **Heart Rate Monitoring**: Resting HR with recovery status
- **Activity Tracking**: Steps, distance, floors, goal completion
- **Professional Running Metrics**:
- Heart Rate Zones (Zone 1-5 distribution)
- TRIMP (Training Impulse) load calculation
- Jack Daniels VDOT estimation with training paces
- Personalized recovery and training advice
- **7-Day Trend Analysis**: Activity patterns and consistency tracking
- **Personalized Recommendations**: Sleep tips, step goals, training insights
**Regional Support**: Works with both Garmin.com (international) and Garmin.cn (China region) accounts.
## Quick Start
### 1. Install Dependencies
This skill requires Python 3.8 or higher and `garth` library:
```bash
# Install garth (Garmin Connect authentication library)
pip3 install garth
# Verify installation
python3 -c "import garth; print('garth installed successfully')"
```
### 2. Authenticate with Garmin Connect
First time setup requires authentication with Garmin Connect:
```bash
# Navigate to skill directory
cd ~/.agents/skills/garmin-health-report
# Run authentication script
python3 authenticate.py
```
Follow prompts to enter your Garmin Connect username and password. Tokens will be securely stored in `~/.garmin-health-report/tokens.json`.
**For China Region Users (garmin.cn):**
Create a config file before authenticating:
```bash
mkdir -p ~/.garmin-health-report
cat > ~/.garmin-health-report/config.json << 'EOF'
{
"is_cn": true,
"log_level": "INFO"
}
EOF
```
Then run `python3 authenticate.py`.
### 3. Generate Health Report
Generate a report for today or any specific date:
```bash
# Today's report
python3 health_daily_report.py
# Specific date
python3 health_daily_report.py 2025-01-15
# Save to file
python3 he...
# Garmin Health Report
A standalone implementation of Garmin Connect health reporting using `garth` library.
## What's This?
This is a refactored version of `garmin-health-report` that simplifies dependencies by using the official Garmin Connect authentication library (`garth`) directly instead of the more complex `garmer` package.
## Why?
The original version required `garmer` which has installation issues. This version:
- ✅ **Uses only one dependency**: `garth` (official Garmin Connect library)
- ✅ **Simpler installation**: `pip3 install garth`
- ✅ **Same features**: All original functionality preserved
- ✅ **Better error handling**: Direct use of garth's stable authentication
- ✅ **Easier to debug**: Fewer layers of abstraction
## Installation
### 1. Install Dependencies
```bash
# Install garth (Garmin Connect authentication library)
pip3 install garth
# Verify Python version (requires 3.8+)
python3 --version
```
### 2. Authentication
First time setup requires authentication with Garmin Connect:
```bash
# Navigate to skill directory
cd ~/.agents/skills/garmin-health-report
# Run authentication script
python3 authenticate.py
```
Follow the prompts to enter your Garmin Connect username and password. Tokens will be securely stored in `~/.garmin-health-report/tokens.json`.
**For China Region Users (garmin.cn):**
Create a config file before authenticating:
```bash
mkdir -p ~/.garmin-health-report
cat > ~/.garmin-health-report/config.json << 'EOF'
{
"is_cn": true,
"log_level": "INFO"
}
EOF
```
Then run `python3 authenticate.py`.
### 3. Generate Health Report
```bash
# Today's report
python3 health_daily_report.py
# Specific date
python3 health_daily_report.py 2026-03-01
# Save to file
python3 health_daily_report.py > ~/health_report_$(date +%Y-%m-%d).txt
```
## Files
- `authenticate.py` - Garmin Connect OAuth2 authentication (using garth)
- `garmin_client.py` - Garmin Connect API client (using garth)
- `health_daily_report.py` - Main r...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.