Overview
- Skill Key
- evelyndevelops/garmin-frisbee-analysis
- Author
- Evelyn & Claude
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/evelyndevelops/garmin-frisbee-analysis
- Latest Commit SHA
- 96d3780dbfcb45ab998870a6d25a37494f8d72af
Ultimate Frisbee performance analytics powered by Garmin data. Ask "how many sprints did I hit in yesterday's game?", "was my recovery fast enough between points?", "am I more fatigued than last tournament?". Analyze sprint count & fatigue, top speed, heart rate zones, Body Battery, HRV trends, sleep quality, and generate interactive dashboards. Compare tournaments vs tournaments, training vs games, and track season-long fitness trends. Built for competitive Ultimate Frisbee players.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 garmin-frisbee-analysis 技能。 若已安装,则直接安装 garmin-frisbee-analysis 技能。
# Garmin Frisbee Analysis
Analyze Garmin health and performance data specifically for Ultimate Frisbee players. Generate interactive HTML dashboards for post-game review, tournament fatigue tracking, training load optimization, and season-long trend comparison.
## Two Installation Paths
1. **Clawdbot Skill** (this guide) — Use with Clawdbot for natural language queries and proactive monitoring
2. **MCP Server** ([see MCP setup guide](references/mcp_setup.md)) — Use with Claude Desktop as an MCP server
---
## Setup (first time only)
### 1. Install Dependencies
```bash
pip3 install garminconnect fitparse gpxpy
```
### 2. Configure Credentials
#### Option A: Clawdbot Config (Recommended)
```json
{
"skills": {
"entries": {
"garmin-frisbee-analysis": {
"enabled": true,
"env": {
"GARMIN_EMAIL": "your-email@example.com",
"GARMIN_PASSWORD": "your-password"
}
}
}
}
}
```
#### Option B: Local Config File
```bash
cp config.example.json config.json
# Edit config.json with your email and password
```
#### Option C: Command Line
```bash
python3 scripts/garmin_auth.py login --email YOUR_EMAIL --password YOUR_PASSWORD
```
### 3. Authenticate
```bash
python3 scripts/garmin_auth.py login
python3 scripts/garmin_auth.py status # verify
```
---
## Frisbee Scripts
### Post-Game / Post-Training Analysis
Analyze a single activity in depth: sprints, speed, heart rate zones.
```bash
# Most recent activity
python3 scripts/frisbee_activity.py --latest
# Specific date
python3 scripts/frisbee_activity.py --date 2026-03-08
# Specific activity ID
python3 scripts/frisbee_activity.py --activity-id 12345678
# Save to file
python3 scripts/frisbee_activity.py --latest --output ~/Desktop/game.html
```
**Dashboard includes:**
- Summary cards: duration, distance, sprint count, top speed, sprint fatigue index, high-intensity distance
- Speed timeline with sprint highlight bands
- Sprint peak speed trend (detects...
# Garmin Frisbee Analysis - Clawdbot Skill > **Ultimate Frisbee performance analytics powered by Garmin data** — "how many sprints did I hit in yesterday's game?", "was my recovery fast enough between points?", "am I more fatigued than last tournament?" Analyze sprint count & fatigue, top speed, heart rate zones, Body Battery, HRV trends, sleep quality, and generate interactive dashboards. Compare tournaments vs. training, and track season-long fitness trends. Built for competitive Ultimate Frisbee players. ## 🔵 Looking for Claude Desktop? **This is the Clawdbot skill repo.** For standard Claude Desktop, use the dedicated MCP server: 👉 **[MCP Setup Guide](references/mcp_setup.md)** - Claude Desktop setup instructions --- ## 🚀 Clawdbot Installation **Best for**: Post-game analysis, tournament fatigue tracking, proactive health check-ins ```bash # Install via clawdhub clawdhub install garmin-frisbee-analysis # Or manually cd ~/.clawdbot/skills git clone https://github.com/EvelynDevelops/garmin-frisbee-analysis.git garmin-frisbee-analysis # Install dependencies pip3 install garminconnect fitparse gpxpy # Configure credentials and authenticate python3 scripts/garmin_auth.py login ``` **[📖 Full Setup Guide](SKILL.md)** ## ⚡ Features - **Sprint analysis**: Count, top speed, fatigue index (last 3 vs first 3 sprint peaks) - **Post-game dashboards**: Speed timeline, sprint bands, HR zone distribution - **Tournament review**: Body Battery fatigue curve, HRR curves, overnight sleep/HRV - **Season comparisons**: Training vs game intensity, top speed trends, volume over time - **General health**: Sleep stages, Body Battery, HRV, resting HR, stress levels - **Activity files**: Download FIT/GPX for detailed route and performance analysis ## 📊 Example Queries > "How many sprints did I hit in yesterday's game?" > > "Was my sprint speed dropping by the end?" > > "Show me my tournament fatigue curve" > > "How did I sleep during the tournament?" > > "Am I improvi...
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.