LaunchKit · 2026
Back to Skills

fitbit

Query Fitbit health data including sleep, heart rate, activity, SpO2.

2
2.0k downloads
by @mjrussell

Setup & Installation

openclaw skills install @mjrussell/fitbit

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install fitbit

What This Skill Does

Queries health and fitness data from Fitbit wearables via a CLI tool. Covers sleep stages, heart rate, SpO2, breathing rate, active zone minutes, daily activity, and device status. Data is read-only and fetched for today, specific dates, or date ranges.

Lets an AI agent pull structured Fitbit data on demand without opening the Fitbit app or website.

When to use it

  • Checking last night's sleep stages and quality
  • Reviewing weekly heart rate trends
  • Seeing today's step count and calories burned
  • Monitoring blood oxygen levels over the past few days
  • Checking if a Fitbit device is synced and battery level

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: How did I sleep last night?

AGENT
  1. 1Runs fitbit-cli -s yesterday to fetch sleep log
  2. 2Parses deep, light, REM, and awake time values
  3. 3Formats the data into a readable summary
OUTPUT

A breakdown of last night's sleep stages including total sleep time and time spent in each stage

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Fitbit accountfitbit-cli installed and authenticated via fitbit-cli --init-auth