← 返回
AI智能 Key 中文

WHOOP

WHOOP morning check-in (recovery/sleep/strain) with suggestions.
WHOOP晨间打卡(恢复/睡眠/负荷)及建议。
borahm
AI智能 clawhub v0.1.0 1 版本 99784.3 Key: 需要
★ 1
Stars
📥 2,755
下载
💾 369
安装
1
版本
#latest

概述

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:

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/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:

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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 13:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

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

Recipe to List

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

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,353 📥 317,886