← 返回 Skills 市场
2366
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install whoop
功能描述
WHOOP morning check-in (recovery/sleep/strain) with suggestions.
安全使用建议
This skill appears to implement a legitimate WHOOP integration, but there are several red flags you should resolve before installing: (1) SKILL.md lists required env vars (WHOOP_CLIENT_ID, WHOOP_CLIENT_SECRET, WHOOP_REFRESH_TOKEN) but the registry metadata does not — confirm which is authoritative. (2) The instructions call node scripts at hard-coded paths (/home/claw/.../bin/...), yet those bin scripts are not present in the package; ask the author for the missing files or a proper install spec. (3) The skill expects you to store refresh tokens in ~/.clawdbot/.env — decide whether you are comfortable keeping long-lived tokens on disk and verify file permissions. (4) Ensure a node runtime is available and that any executable scripts are reviewed before running. If you proceed, request the missing bin scripts or a full, documented install, review their code (especially any network, file-write, or exec calls), and consider restricting automatic invocation if you do not want the model to access WHOOP credentials without explicit user action.
功能分析
Type: OpenClaw Skill
Name: whoop
Version: 0.1.0
The skill's purpose is to integrate with the WHOOP API for morning check-ins. It requires WHOOP OAuth credentials and a refresh token, which are handled through standard OAuth flows and stored locally in `~/.clawdbot/.env` and `~/.cache/whoop-morning/tokens.json`. The `SKILL.md` provides clear, non-malicious instructions for setup and execution, without any prompt injection attempts. The `lib/tokens.js` file manages the local storage of these necessary tokens. There is no evidence of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
The described purpose (fetch WHOOP recovery/sleep/strain and produce suggestions) matches the need for WHOOP OAuth credentials (client id/secret/refresh token). However the registry metadata claims no required env vars while SKILL.md explicitly lists WHOOP_CLIENT_ID, WHOOP_CLIENT_SECRET, and WHOOP_REFRESH_TOKEN — an inconsistency in the skill manifest.
Instruction Scope
Runtime instructions tell a user to write secrets into ~/.clawdbot/.env and run node scripts under /home/claw/clawd/skills/whoop/bin/ (including an auth flow that writes the refresh token). Those file/path operations involve storing and reading long-lived credentials on disk and reference hard-coded absolute paths. The SKILL.md also references bin scripts that are not present in the supplied file manifest, which is a functional and security concern.
Install Mechanism
There is no install spec (instruction-only), which normally lowers risk. But the package includes a code file (lib/tokens.js) yet the runtime instructions require node and call missing bin scripts. The skill fails to declare 'node' (or another runtime) as a required binary. This mismatch suggests the package is incomplete or improperly packaged.
Credentials
Requesting WHOOP_CLIENT_ID/SECRET and a refresh token is proportionate for an OAuth-based WHOOP integration. However the SKILL.md expects secrets to be saved to ~/.clawdbot/.env (a local file with long-lived credentials) and the registry metadata does not list those env vars — that inconsistency and disk storage of refresh tokens should be considered before granting access.
Persistence & Privilege
The skill does not set always: true or disableModelInvocation; by default the model can invoke it and it will only run when invoked. That is typical, but bear in mind if you grant this skill credentials they will be available whenever the model calls it, so consider whether you want autonomous access to the stored WHOOP tokens.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whoop - 安装完成后,直接呼叫该 Skill 的名称或使用
/whoop触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Rename + improve docs: publish as whoop; includes exact user/bot setup steps for OAuth and morning check-in.
元数据
常见问题
WHOOP 是什么?
WHOOP morning check-in (recovery/sleep/strain) with suggestions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2366 次。
如何安装 WHOOP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whoop」即可一键安装,无需额外配置。
WHOOP 是免费的吗?
是的,WHOOP 完全免费(开源免费),可自由下载、安装和使用。
WHOOP 支持哪些平台?
WHOOP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WHOOP?
由 Borahm(@borahm)开发并维护,当前版本 v0.1.0。
推荐 Skills