← 返回 Skills 市场
302
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-fitbit
功能描述
Official Fitbit OAuth integration for OpenClaw (Tier 1). Use to connect/authorize Fitbit, store+refresh tokens locally, fetch daily activity + sleep summarie...
安全使用建议
This skill appears to do exactly what it claims: perform Fitbit OAuth, save tokens locally, fetch daily activity and sleep, normalize, and render a digest. Before installing/running: 1) Fix or confirm the registry metadata mismatch — the skill requires FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, and FITBIT_REDIRECT_URI. 2) Only provide your Fitbit client_id/client_secret if you trust the code; these are sensitive and allow token exchanges. 3) Note the token file is written to ~/.config/openclaw/fitbit/token.json (or FITBIT_TOKEN_PATH) and the code attempts to chmod it to 0600; verify that location and permissions meet your security needs. 4) Loopback mode starts a local HTTP listener on 127.0.0.1 for OAuth redirects — that's normal but ensure the redirect URI is correct. 5) If unsure, review the bundled scripts locally before running; they use only standard Python libraries and communicate only with Fitbit's documented endpoints.
功能分析
Type: OpenClaw Skill
Name: openclaw-fitbit
Version: 0.1.0
The skill bundle is a standard Fitbit API integration that implements OAuth2 authentication and data retrieval using Python's standard library. It handles sensitive credentials (tokens and client secrets) appropriately by storing them with restricted file permissions (0o600) and only communicating with official Fitbit endpoints (api.fitbit.com). No evidence of data exfiltration, malicious execution, or prompt injection was found across the scripts (fitbit_fetch_daily.py, fitbit_token.py) or documentation.
能力评估
Purpose & Capability
The skill's name/description (Fitbit OAuth, fetch daily activity/sleep, normalize, render) matches the included scripts and SKILL.md. One inconsistency: the registry metadata at the top lists "Required env vars: none", but SKILL.md and the code clearly require FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, and FITBIT_REDIRECT_URI. This is likely an editorial/metadata error rather than malicious behavior.
Instruction Scope
SKILL.md instructs the agent and user to run the included Python scripts to perform OAuth, fetch Fitbit API endpoints, normalize, and render results. The scripts only access the declared env vars, the local token file (default: ~/.config/openclaw/fitbit/token.json), and the official Fitbit API endpoints. They do not read arbitrary system files or contact unexpected external endpoints.
Install Mechanism
There is no install spec (instruction-only), and the code files are bundled with the skill. No remote downloads or archive extraction occur. The scripts use only Python stdlib and will run locally when invoked.
Credentials
The env vars required by SKILL.md (FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, FITBIT_REDIRECT_URI, and optional FITBIT_TOKEN_PATH, FITBIT_TZ, FITBIT_SCOPES) are proportionate and expected for an OAuth integration. The earlier registry 'Requirements' section incorrectly listed no required env vars; this mismatch should be corrected before deployment.
Persistence & Privilege
The skill does persist a Fitbit token to a local file (~/.config/openclaw/fitbit/token.json by default) and will refresh tokens as needed. It sets file permissions to 0600 when possible. The skill is not marked always:true and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-fitbit - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-fitbit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: OAuth (remote copy/paste + optional loopback), fetch daily activity + sleep, normalize for Wellness hub, and channel-aware rendering.
元数据
常见问题
Fitbit (Official API) 是什么?
Official Fitbit OAuth integration for OpenClaw (Tier 1). Use to connect/authorize Fitbit, store+refresh tokens locally, fetch daily activity + sleep summarie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Fitbit (Official API)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-fitbit」即可一键安装,无需额外配置。
Fitbit (Official API) 是免费的吗?
是的,Fitbit (Official API) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fitbit (Official API) 支持哪些平台?
Fitbit (Official API) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fitbit (Official API)?
由 Gavin C.(@gavinchengcool)开发并维护,当前版本 v0.1.0。
推荐 Skills