WHOOP morning check-in:
1) Create a WHOOP app and get credentials:
2) In the WHOOP developer dashboard, set Redirect URL:
3) Put secrets into `~/.clawdbot/.env`:
```bash
WHOOP_CLIENT_ID=...
WHOOP_CLIENT_SECRET=...
```
4) Authorize once (get refresh token):
```bash
node /home/claw/clawd/skills/whoop/bin/whoop-auth --redirect-uri https://localhost:3000/callback
```
This writes `WHOOP_REFRESH_TOKEN=...` into `~/.clawdbot/.env`.
Run:
```bash
node /home/claw/clawd/skills/whoop/bin/whoop-morning
```
Then send the output back to the user.
Recommended: schedule with Gateway cron (daily morning).
- auth: `https://api.prod.whoop.com/oauth/oauth2/auth`
- token: `https://api.prod.whoop.com/oauth/oauth2/token`
Leave a review
No reviews yet. Be the first to review this skill!