Overview
- Skill Key
- borahm/whoop
- Author
- borahm
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/borahm/whoop
- Latest Commit SHA
- 9d4c9b66b2b8096d122aee97f35354015fb4d05a
WHOOP morning check-in (recovery/sleep/strain) with suggestions.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 whoop 技能。 若已安装,则直接安装 whoop 技能。
# whoop WHOOP morning check-in: - fetches your latest WHOOP data (Recovery, Sleep, Cycle/Strain) - generates a short set of suggestions for the day ## Quick Start (User + Bot) ### What the user does (one-time) 1) Create a WHOOP app and get credentials: - `WHOOP_CLIENT_ID` - `WHOOP_CLIENT_SECRET` 2) In the WHOOP developer dashboard, set Redirect URL: - `https://localhost:3000/callback` 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 ``` - Open the printed URL on your phone/browser - Tap Allow/Authorize - Copy the `code` from the callback URL and paste it back This writes `WHOOP_REFRESH_TOKEN=...` into `~/.clawdbot/.env`. ### What the bot does (each run) Run: ```bash node /home/claw/clawd/skills/whoop/bin/whoop-morning ``` Then send the output back to the user. ## Automation (daily) Recommended: schedule with Gateway cron (daily morning). - Command: `node /home/claw/clawd/skills/whoop/bin/whoop-morning` - Bot should send the output as a message. ## Notes - OAuth endpoints: - auth: `https://api.prod.whoop.com/oauth/oauth2/auth` - token: `https://api.prod.whoop.com/oauth/oauth2/token` - Requires `offline` scope to receive refresh tokens. - WHOOP rotates refresh tokens; the newest refresh token must be saved.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.