Install
openclaw skills install fitbit-healthQuery Fitbit health data (activity, sleep, heart rate, weight) via CLI. Use when answering health/fitness questions that require Fitbit data, or when the user asks about their steps, sleep, heart rate, or weight from Fitbit.
openclaw skills install fitbit-healthRetrieve health and fitness data from Fitbit's Web API.
http://localhost:18787/callbackfitbit configure and enter your Client IDfitbit login to authorize# Setup & auth
fitbit configure # Set client ID (first time)
fitbit login # Authorize via browser
fitbit logout # Sign out
fitbit status # Check auth status
# Data
fitbit profile # User profile info
fitbit activity [date] # Daily activity summary
fitbit activity steps [date] # Just steps
fitbit summary [date] # Full daily summary
fitbit today # Today's summary (shortcut)
All commands support:
--json — JSON output--no-color — Plain text output--verbose — Debug/HTTP details--tz <zone> — Override timezone (e.g., America/Chicago)# Get today's step count
fitbit activity steps
# Get yesterday's full summary as JSON
fitbit summary 2026-01-25 --json
# Check if authenticated
fitbit status
YYYY-MM-DD or today~/.config/fitbit-cli/tokens.json (chmod 600)