whoop
name: whoop
by borahm · published 2026-03-22
$ claw add gh:borahm/borahm-whoop---
name: whoop
description: WHOOP morning check-in (recovery/sleep/strain) with suggestions.
metadata:
clawdbot:
config:
requiredEnv:
- WHOOP_CLIENT_ID
- WHOOP_CLIENT_SECRET
- WHOOP_REFRESH_TOKEN
---
# whoop
WHOOP morning check-in:
Quick Start (User + Bot)
What the user does (one-time)
1) Create a WHOOP app and get credentials:
2) In the WHOOP developer dashboard, set Redirect URL:
3) Put secrets into `~/.clawdbot/.env`:
WHOOP_CLIENT_ID=...
WHOOP_CLIENT_SECRET=...4) Authorize once (get refresh token):
node /home/claw/clawd/skills/whoop/bin/whoop-auth --redirect-uri https://localhost:3000/callbackThis writes `WHOOP_REFRESH_TOKEN=...` into `~/.clawdbot/.env`.
What the bot does (each run)
Run:
node /home/claw/clawd/skills/whoop/bin/whoop-morningThen send the output back to the user.
Automation (daily)
Recommended: schedule with Gateway cron (daily morning).
Notes
- auth: `https://api.prod.whoop.com/oauth/oauth2/auth`
- token: `https://api.prod.whoop.com/oauth/oauth2/token`
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...