whoopskill
WHOOP CLI with health insights, trends analysis, and data fetching (sleep, recovery, HRV, strain).
What this skill does
# whoopskill
Use `whoopskill` to fetch WHOOP health metrics (sleep, recovery, HRV, strain, workouts).
Install: `npm install -g whoopskill` | [GitHub](https://github.com/koala73/whoopskill)
Quick start
- `whoopskill summary` โ one-liner: Recovery: 52% | HRV: 39ms | Sleep: 40% | Strain: 6.7
- `whoopskill summary --color` โ color-coded summary with ๐ข๐ก๐ด status indicators
- `whoopskill trends` โ 7-day trends with averages and direction arrows
- `whoopskill trends --days 30 --pretty` โ 30-day trend analysis
- `whoopskill insights --pretty` โ AI-style health recommendations
- `whoopskill --pretty` โ human-readable output with emojis
- `whoopskill recovery` โ recovery score, HRV, RHR
- `whoopskill sleep` โ sleep performance, stages
- `whoopskill workout` โ workouts with strain
- `whoopskill --date 2025-01-03` โ specific date
Analysis commands
- `summary` โ quick health snapshot (add `--color` for status indicators)
- `trends` โ multi-day averages with trend arrows (โโโ)
- `insights` โ personalized recommendations based on your data
Data types
- `profile` โ user info (name, email)
- `body` โ height, weight, max HR
- `sleep` โ sleep stages, efficiency, respiratory rate
- `recovery` โ recovery %, HRV, RHR, SpO2, skin temp
- `workout` โ strain, HR zones, calories
- `cycle` โ daily strain, calories
Combine types
- `whoopskill --sleep --recovery --body`
Auth
- `whoopskill auth login` โ OAuth flow (opens browser)
- `whoopskill auth status` โ check token status
- `whoopskill auth logout` โ clear tokens
Notes
- Output is JSON to stdout (use `--pretty` for human-readable)
- Tokens stored in `~/.whoop-cli/tokens.json` (auto-refresh)
- Uses WHOOP API v2
- Date follows WHOOP day boundary (4am cutoff)
- WHOOP apps with <10 users don't need review (immediate use)
Sample: `whoopskill summary --color`
```
๐
2026-01-25
๐ข Recovery: 85% | HRV: 39ms | RHR: 63bpm
๐ก Sleep: 79% | 6.9h | Efficiency: 97%
๐ด Strain: 0.1 (optimal: ~14) | 579 cal
```
Sample: `whoopskill trends`
```
๐ 7-Day Trends
๐ Recovery: 62.1% avg (34-86) โ
๐ HRV: 33.8ms avg (26-42) โ
โค๏ธ RHR: 63.8bpm avg (60-68) โ
๐ด Sleep: 75.4% avg (69-79) โ
๐๏ธ Hours: 6.5h avg (5.7-7.8) โ
๐ฅ Strain: 5.9 avg (0.1-9.0) โ
```
Sample: `whoopskill insights`
```
๐ก Insights & Recommendations
โ
Green Recovery
Recovery at 85% โ body is primed for high strain.
โ Great day for intense training or competition.
โ
HRV Above Baseline
Today's HRV (39ms) is 21% above your 7-day average.
โ Excellent recovery. Good day for peak performance.
โ ๏ธ Mild Sleep Debt
You have 2.0 hours of sleep debt.
โ Consider an earlier bedtime tonight.
โ
Strain Capacity Available
Current strain: 0.1. Optimal target: ~14.
โ Room for 13.9 more strain today.
```
Sample: `whoopskill --sleep --recovery` (JSON)
```json
{
"date": "2026-01-05",
"fetched_at": "2026-01-05T13:49:22.782Z",
"body": {
"height_meter": 1.83,
"weight_kilogram": 82.5,
"max_heart_rate": 182
},
"sleep": [
{
"id": "4c311bd4-370f-49ff-b58c-0578d543e9d2",
"cycle_id": 1236731435,
"user_id": 245199,
"created_at": "2026-01-05T00:23:34.264Z",
"updated_at": "2026-01-05T02:23:54.686Z",
"start": "2026-01-04T19:51:57.280Z",
"end": "2026-01-05T01:30:48.660Z",
"timezone_offset": "+04:00",
"nap": false,
"score_state": "SCORED",
"score": {
"stage_summary": {
"total_in_bed_time_milli": 20331380,
"total_awake_time_milli": 4416000,
"total_light_sleep_time_milli": 6968320,
"total_slow_wave_sleep_time_milli": 4953060,
"total_rem_sleep_time_milli": 3994000,
"sleep_cycle_count": 4,
"disturbance_count": 4
},
"sleep_needed": {
"baseline_milli": 26783239,
"need_from_sleep_debt_milli": 6637715,
"need_from_recent_strain_milli": 148919
},
"respiratory_rate": 14.12,
"sleep_performance_percentage": 40,
"sleep_consistency_percentage": 60,
"sleep_efficiency_percentage": 78.28
}
}
],
"workout": [
{
"id": "4279883e-3d23-45cd-848c-3afa28dca3f8",
"user_id": 245199,
"start": "2026-01-05T03:14:13.417Z",
"end": "2026-01-05T04:06:45.532Z",
"sport_name": "hiit",
"score_state": "SCORED",
"score": {
"strain": 6.19,
"average_heart_rate": 108,
"max_heart_rate": 144,
"kilojoule": 819.38,
"zone_durations": {
"zone_zero_milli": 167000,
"zone_one_milli": 1420000,
"zone_two_milli": 1234980,
"zone_three_milli": 330000,
"zone_four_milli": 0,
"zone_five_milli": 0
}
}
}
],
"profile": {
"user_id": 245199,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe"
},
"recovery": [
{
"cycle_id": 1236731435,
"sleep_id": "4c311bd4-370f-49ff-b58c-0578d543e9d2",
"user_id": 245199,
"score_state": "SCORED",
"score": {
"recovery_score": 52,
"resting_heart_rate": 60,
"hrv_rmssd_milli": 38.87,
"spo2_percentage": 96.4,
"skin_temp_celsius": 33.19
}
}
],
"cycle": [
{
"id": 1236731435,
"user_id": 245199,
"start": "2026-01-04T19:51:57.280Z",
"end": null,
"score_state": "SCORED",
"score": {
"strain": 6.66,
"kilojoule": 6172.94,
"average_heart_rate": 71,
"max_heart_rate": 144
}
}
]
}
```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.