← All skills
Tencent SkillHub · Data Analysis

Fitbit

Query Fitbit health data including sleep, heart rate, activity, SpO2, and breathing rate. Use when user asks about their fitness, sleep quality, steps, or health metrics.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query Fitbit health data including sleep, heart rate, activity, SpO2, and breathing rate. Use when user asks about their fitness, sleep quality, steps, or health metrics.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Fitbit CLI

Query health and fitness data from Fitbit wearables.

Health Data

# Sleep logs (deep, light, REM, awake times) fitbit-cli -s # today fitbit-cli -s yesterday # yesterday fitbit-cli -s last-week # last 7 days fitbit-cli -s 2026-01-01 # specific date # Heart rate time series fitbit-cli -e # today fitbit-cli -e last-week # last 7 days # Blood oxygen (SpO2) fitbit-cli -o # today fitbit-cli -o last-3-days # last 3 days # Active Zone Minutes fitbit-cli -a # today fitbit-cli -a last-month # last month # Breathing rate fitbit-cli -b # today # Daily activity (steps, calories, distance, floors) fitbit-cli -t # today fitbit-cli -t yesterday # yesterday

Account & Devices

# User profile fitbit-cli -u # Connected devices (battery, sync status) fitbit-cli -d

Date Formats

No parameter: today Specific date: 2026-01-05 Date range: 2026-01-01,2026-01-05 Relative: yesterday, last-week, last-month Custom relative: last-2-days, last-3-weeks, last-2-months

Usage Examples

User asks "How did I sleep last night?" fitbit-cli -s yesterday User asks "What's my heart rate been like this week?" fitbit-cli -e last-week User asks "How many steps today?" fitbit-cli -t User asks "Show my SpO2 levels" fitbit-cli -o User asks "Is my Fitbit synced?" fitbit-cli -d User asks "How active was I last month?" fitbit-cli -a last-month

Notes

Read-only access to Fitbit data Tokens auto-refresh (expire after 8 hours) Data may be delayed from device sync First-time setup: fitbit-cli --init-auth

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc