Overview
- Skill Key
- gavinchengcool/openclaw-whoop
- Author
- gavinchengcool
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gavinchengcool/openclaw-whoop
- Latest Commit SHA
- 4ec7cce71260b5a12cbcaea63951b59aaa8c391f
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Openclaw Whoop 技能。 若已安装,则直接安装 Openclaw Whoop 技能。
# WHOOP (Official API) Use this skill to **connect WHOOP → fetch metrics → produce a message**. Scope: WHOOP is the data source only. Keep delivery channel-agnostic: generate text/markdown and either reply in the current chat or send via OpenClaw’s `message` tool. ## Quick start (minimal) 1) Set env vars: - `WHOOP_CLIENT_ID` - `WHOOP_CLIENT_SECRET` - `WHOOP_REDIRECT_URI` 2) Connect once (choose one): **Phone/remote mode (recommended):** run, then copy/paste the redirect URL or code back into chat. ```bash python3 scripts/whoop_oauth_login.py ``` **Desktop fast path (optional):** if you are authorizing in a browser on the same machine that runs OpenClaw, set `WHOOP_REDIRECT_URI` to a loopback URL (e.g. `http://127.0.0.1:58539/callback`) and run: ```bash python3 scripts/whoop_oauth_login.py --loopback ``` 3) Fetch + render today: ```bash python3 scripts/whoop_fetch.py --date today --out /tmp/whoop_raw_today.json python3 scripts/whoop_normalize.py /tmp/whoop_raw_today.json --out /tmp/whoop_today.json python3 scripts/whoop_render.py /tmp/whoop_today.json --format markdown --channel generic ``` ## Configuration (required) Provide these via environment variables (preferred) or direct CLI args to scripts: - `WHOOP_CLIENT_ID` - `WHOOP_CLIENT_SECRET` - `WHOOP_REDIRECT_URI` (must exactly match the value in the WHOOP developer dashboard) Optional: - `WHOOP_TOKEN_PATH` (default: `~/.config/openclaw/whoop/token.json`) - `WHOOP_TZ` (default: `Asia/Shanghai`) ## Workflow 1 — Connect WHOOP (OAuth login) 1) Run one of these modes: - **Phone/remote mode (recommended):** ```bash python3 scripts/whoop_oauth_login.py ``` Then open the printed URL on any device, approve access, and paste the redirect URL (or code) back into the prompt. - **Desktop loopback mode (optional):** ```bash python3 scripts/whoop_oauth_login.py --loopback ``` Use this only if your browser authorization happens on the same machine that runs OpenClaw, and `WHOOP_REDIRECT_URI` is a loopback...
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.