WHOOP morning check-in (recovery/sleep/strain) with suggestions.
WHOOP morning check-in:
WHOOP_CLIENT_IDWHOOP_CLIENT_SECREThttps://localhost:3000/callback~/.clawdbot/.env:WHOOP_CLIENT_ID=...
WHOOP_CLIENT_SECRET=...
node /home/claw/clawd/skills/whoop/bin/whoop-auth --redirect-uri https://localhost:3000/callback
code from the callback URL and paste it backThis writes WHOOP_REFRESH_TOKEN=... into ~/.clawdbot/.env.
Run:
node /home/claw/clawd/skills/whoop/bin/whoop-morning
Then send the output back to the user.
Recommended: schedule with Gateway cron (daily morning).
node /home/claw/clawd/skills/whoop/bin/whoop-morninghttps://api.prod.whoop.com/oauth/oauth2/authhttps://api.prod.whoop.com/oauth/oauth2/tokenoffline scope to receive refresh tokens.