WHOOP
pendingby Ben Strawbridge
Fetch WHOOP fitness data and write daily/weekly health notes into your vault.
Obsidian WHOOP Plugin
Fetch your WHOOP fitness data and generate daily and weekly health notes directly in your Obsidian vault — no terminal, no scripts, no environment variables.
Features
- Daily notes — recovery score, HRV, RHR, sleep stages, strain, and workouts
- Weekly summaries — aggregate stats, recovery distribution, workout table, and highlights
- Batch backfill — generate notes for the last N days in one click (skips existing notes)
- Ribbon icon — one-click note for today
- OAuth2 — secure connection via the WHOOP API; tokens stored locally in your vault data
Installation
Community Plugin (recommended)
- Open Settings → Community Plugins → Browse
- Search for WHOOP
- Install and enable
Manual
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Copy them to
<vault>/.obsidian/plugins/obsidian-whoop-plugin/ - Enable the plugin in Settings → Community Plugins
Setup
1. Create a WHOOP developer app
- Go to developer.whoop.com
- Create a new app
- Add
obsidian://whoop-callbackas a Redirect URI - Copy your Client ID and Client Secret
2. Configure the plugin
- Open Settings → WHOOP
- Paste your Client ID and Client Secret
- Click Authorize with WHOOP
- Approve access in your browser — Obsidian will catch the callback automatically
3. Generate notes
Use the command palette (Cmd/Ctrl+P) and search for WHOOP:
| Command | Description |
|---|---|
| Generate today's daily note | Fetches today's data and writes a note |
| Generate daily note for a specific date… | Date picker |
| Generate current week's weekly note | 7-day aggregate |
| Generate weekly note for a specific week… | Date picker |
| Backfill last N days… | Batch generate (skips existing) |
Or click the activity icon in the ribbon for a one-click today's note.
Note format
Notes are written to your configured output folder (default: Health/WHOOP) with the structure:
Health/WHOOP/
├── 2026/
│ ├── daily-2026-02-22.md
│ ├── daily-2026-02-21.md
│ └── weekly-2026-W08.md
Daily notes include:
- Frontmatter with tags and date
- Previous/next day and week navigation links
- Recovery score, HRV, RHR, SpO₂, skin temp
- Sleep stages (main sleep, additional sleeps, naps)
- Day strain and calorie burn
- Individual workout details
Development
npm install
npm run dev # watch mode
npm run build # production bundle
npm run test # run tests
npm run lint # type check
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.