用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/koala73/whoopskill --skill whoopskill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | whoopskill |
| description | WHOOP CLI with health insights, trends analysis, and data fetching (sleep, recovery, HRV, strain). |
| homepage | https://github.com/koala73/whoopskill |
| metadata | {"clawdis":{"emoji":"💪","requires":{"bins":["node"],"env":["WHOOP_CLIENT_ID","WHOOP_CLIENT_SECRET","WHOOP_REDIRECT_URI"]},"install":[{"id":"npm","kind":"npm","package":"whoopskill","bins":["whoopskill"],"label":"Install whoopskill (npm)"}]}} |
Use whoopskill to fetch WHOOP health metrics (sleep, recovery, HRV, strain, workouts).
Install: npm install -g whoopskill | GitHub
Quick start
whoopskill summary — one-liner: Recovery: 52% | HRV: 39ms | Sleep: 40% | Strain: 6.7whoopskill summary --color — color-coded summary with 🟢🟡🔴 status indicatorswhoopskill trends — 7-day trends with averages and direction arrowswhoopskill trends --days 30 --pretty — 30-day trend analysiswhoopskill insights --pretty — AI-style health recommendationswhoopskill --pretty — human-readable output with emojiswhoopskill recovery — recovery score, HRV, RHRwhoopskill sleep — sleep performance, stageswhoopskill workout — workouts with strainwhoopskill --date 2025-01-03 — specific dateAnalysis commands
summary — quick health snapshot (add --color for status indicators)trends — multi-day averages with trend arrows (↑↓→)insights — personalized recommendations based on your dataData types
profile — user info (name, email)body — height, weight, max HRsleep — sleep stages, efficiency, respiratory raterecovery — recovery %, HRV, RHR, SpO2, skin tempworkout — strain, HR zones, caloriescycle — daily strain, caloriesCombine types
whoopskill --sleep --recovery --bodyAuth
whoopskill auth login — OAuth flow (opens browser)whoopskill auth status — check token statuswhoopskill auth logout — clear tokensNotes
--pretty for human-readable)~/.whoop-cli/tokens.json (auto-refresh)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)
{
"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"