# whoop > Access WHOOP fitness tracker data via API, including recovery scores, sleep metrics, workout stats, daily strain, and body measurements. Use when the user asks about their WHOOP data, fitness metrics, recovery status, sleep quality, workout performance, or wants to track health trends. - Author: clawdhub[bot] - Repository: necatiozmen/skills - Version: 20260129110420 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/necatiozmen/skills - Web: https://mule.run/skillshub/@@necatiozmen/skills~whoop:20260129110420 --- --- name: whoop description: Access WHOOP fitness tracker data via API, including recovery scores, sleep metrics, workout stats, daily strain, and body measurements. Use when the user asks about their WHOOP data, fitness metrics, recovery status, sleep quality, workout performance, or wants to track health trends. --- # WHOOP API Retrieve and analyze fitness data from WHOOP wearables via the official REST API. ## Usage Snippet ```bash # Install (if using Clawdhub) clawdhub install whoop-tracker # From the skill root: python3 scripts/get_recovery.py --today python3 scripts/get_sleep.py --last python3 scripts/get_workouts.py --days 7 python3 scripts/get_profile.py ``` ## Prerequisites - Python 3.7+ - `requests` library: `pip3 install requests` (or run `bash scripts/install.sh`) ## Quick Start ### 1. Register Application - Go to https://developer.whoop.com - Create a new app and note your `client_id` and `client_secret` - Set redirect URI (e.g., `http://localhost:8080/callback`) ### 2. Save Credentials ```bash mkdir -p ~/.whoop cat > ~/.whoop/credentials.json <