返回顶部
f

fitbit-connector

Fitbit data connector skill for OpenClaw. Exposes compact auth/fetch/store/quality tools; OpenClaw performs all coaching reasoning.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
69
下载量
0
收藏
概述
安装方式
版本历史

fitbit-connector

# Fitbit Connector Skill (Tool Provider) Use this skill when OpenClaw needs Fitbit or unified health data. This is the **canonical front door** for health / Fitbit retrieval in OpenClaw. If a user asks for latest Fitbit numbers, recovery signals, readiness trends, sleep/HRV/resting-HR patterns, or recent health metrics for training interpretation, start here. This skill is **data-plane only**: - it authenticates, - fetches Fitbit data, - syncs/cache stores normalized metrics, - returns compact JSON. OpenClaw handles interpretation, decisions, and coaching language. ## Canonical usage rule For ordinary question-answering, prefer this skill first. Do **not** start by searching the workspace for Fitbit paths if this skill is available. Do **not** prefer older opinionated helper scripts over this interface. For training questions, combine this skill with `memory/training-continuity.md`: - this skill = latest health/recovery data - `memory/training-continuity.md` = training state, progression rules, recent workout context ## Setup 1. Create Fitbit developer app (type `Personal`). 2. Redirect URI: `http://127.0.0.1:8787/callback`. 3. Create `.env` from `references/env.example`. 4. Run auth bootstrap: - `python3 scripts/fitbit_auth.py auth-url` - approve in browser, copy `code` + returned `state` - `python3 scripts/fitbit_auth.py exchange --code <CODE> --state <STATE>` ## Primary front-door interface (recommended) For most OpenClaw usage, call the narrow front door first: - `node ../skills/health-training-frontdoor/scripts/request.js '{"action":"latest_recovery"}'` This keeps retrieval typed and low-ambiguity. ## Backend tool interface (compact JSON) Direct backend contract/schema: - `python3 scripts/fitbit_tools.py schema` - Auth status: - `python3 scripts/fitbit_tools.py auth-status` - Endpoint catalog (broad API surface): - `python3 scripts/fitbit_tools.py catalog` - Capability discovery across last N days (rate-limit aware): - `python3 scripts/fitbit_tools.py discover-capabilities --days 14 --sleep-ms 500 --stop-on-429` - Direct Fitbit endpoint fetch (generic exposure): - `python3 scripts/fitbit_tools.py fetch-endpoint --path sleep/date/YYYY-MM-DD.json --normalize` - Fetch API day payload: - `python3 scripts/fitbit_tools.py fetch-day --date YYYY-MM-DD` - add `--raw` for full Fitbit payload - Fetch cached date range (field-filtered): - `python3 scripts/fitbit_tools.py fetch-range --start YYYY-MM-DD --end YYYY-MM-DD --metrics hrv_rmssd,resting_hr,sleep_minutes,data_quality` - add `--ensure-fresh` to auto-sync that range before reading - Fetch latest N cached days: - `python3 scripts/fitbit_tools.py fetch-latest --days 5 --metrics hrv_rmssd,resting_hr,sleep_minutes,data_quality` - add `--ensure-fresh` to auto-sync the last N days before reading - Sync one day from Fitbit API to cache: - `python3 scripts/fitbit_tools.py store-sync-day --date YYYY-MM-DD` - Sync date range from Fitbit API to cache: - `python3 scripts/fitbit_tools.py store-sync-range --start YYYY-MM-DD --end YYYY-MM-DD` - Query sync quality flags: - `python3 scripts/fitbit_tools.py quality-flags --days 7` - Unified DB status (Apple + Fitbit): - `python3 scripts/fitbit_tools.py unified-status` - Unified latest daily rows with source preference: - `python3 scripts/fitbit_tools.py unified-fetch-latest --days 14 --source best` ## Canonical QA patterns ### Latest Fitbit / recovery snapshot For questions like: - "What do my latest Fitbit numbers suggest?" - "How does recovery look today?" - "Give me my newest HRV / sleep / resting HR" Prefer: - `python3 scripts/fitbit_tools.py fetch-latest --days 3 --metrics hrv_rmssd,resting_hr,sleep_minutes,data_quality --ensure-fresh` ### Unified health snapshot For questions that may blend Fitbit + Apple Health: - `python3 scripts/fitbit_tools.py unified-fetch-latest --days 14 --source best` ### Trend / confidence checks When freshness or quality confidence matters: - `python3 scripts/fitbit_tools.py quality-flags --days 7` ### Training interpretation For questions like: - "Should I train today?" - "How did yesterday compare to recovery?" - "Has recovery improved since earlier this week?" Use both: 1. this skill for current/recent health signals 2. `memory/training-continuity.md` for training rules, progression, and recent exercise context ## Notes - Output contract: compact JSON (machine-optimized, minimal token usage). - Prefer narrow `--metrics` lists to keep token usage low. - SQLite cache is local reliability layer; Fitbit API remains source-of-truth. - No medical diagnosis. This skill only provides data. ## Anti-patterns If this skill is available, avoid these failure modes: - searching the workspace first just to locate Fitbit functionality - asking the user where the connector lives - preferring `fitbit_query.py` over `fitbit_tools.py` for normal QA - treating memory references as the primary source of live Fitbit data - using orchestrator files as the first discovery surface for ordinary health questions ## Legacy scripts Older opinionated scripts remain only for backward compatibility and should be treated as **non-canonical** for ordinary OpenClaw reasoning: - `fitbit_query.py` - `fitbit_coach_view.py` If a normal user question can be answered through `fitbit_tools.py`, do that instead.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 fitbit-connector-1775942776 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 fitbit-connector-1775942776 技能

通过命令行安装

skillhub install fitbit-connector-1775942776

下载 Zip 包

⬇ 下载 fitbit-connector v1.0.0

文件大小: 119.62 KB | 发布时间: 2026-4-12 09:59

v1.0.0 最新 2026-4-12 09:59
Fitbit Connector Skill v1.0.0

- Provides a canonical, data-plane-only interface for authenticating, fetching, and syncing Fitbit health metrics in OpenClaw.
- Exposes compact command-line tools for fetching latest, range-based, or unified (Fitbit + Apple) health data as compact JSON.
- OpenClaw handles all interpretation and coaching; this skill strictly delivers normalized health data.
- Strong best-practices and anti-patterns documented to guide usage and avoid legacy or redundant scripts.
- Includes setup instructions and usage examples for QA, trend, and training scenarios.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部