← 返回
AI智能 Key 中文

WHOOP Morning

Check WHOOP recovery/sleep/strain each morning and send suggestions.
每天早晨查看WHOOP恢复、睡眠和训练负荷数据并发送建议。
borahm
AI智能 clawhub v0.1.1 1 版本 99778.1 Key: 需要
★ 1
Stars
📥 2,228
下载
💾 227
安装
1
版本
#latest

概述

whoop-morning

Morning WHOOP check-in:

  • fetches your latest WHOOP data (Recovery, Sleep, Cycle/Strain)
  • generates a short set of suggestions for the day

Setup

1) Create WHOOP OAuth credentials

You already have:

  • WHOOP_CLIENT_ID
  • WHOOP_CLIENT_SECRET

Store these in ~/.clawdbot/.env.

2) Authorize once (get refresh token)

Run:

/home/claw/clawd/skills/whoop-morning/bin/whoop-auth --scopes offline read:recovery read:sleep read:cycles read:profile

This prints an authorization URL.

Open it in your browser, approve, and paste the code back into the terminal.

The script will exchange it for tokens and write WHOOP_REFRESH_TOKEN=... to ~/.clawdbot/.env.

3) Run the morning report

/home/claw/clawd/skills/whoop-morning/bin/whoop-morning

Automation

Recommended: schedule with Gateway cron (daily, morning).

The cron job should run whoop-morning and send its output as a message.

Notes

  • This skill uses WHOOP OAuth2:
  • auth URL: https://api.prod.whoop.com/oauth/oauth2/auth
  • token URL: https://api.prod.whoop.com/oauth/oauth2/token
  • WHOOP rotates refresh tokens; avoid running multiple refreshes in parallel.
  • API availability/fields can change; if WHOOP returns 401/400 during token refresh, re-run whoop-auth.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-28 15:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,631
developer-tools

Recipe to List

borahm
将食谱转化为 Todoist 购物清单。通过 Gemini Flash 视觉识别食谱图片或抓取网页内容提取食材,依据同义词与重叠规则与现有购物项目比对去重,自动跳过盐和胡椒等基础调料,并在单位一致时合并数量。同时将烹制过的食谱保存至工作区食
★ 0 📥 2,866
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,655