/install fitbit-health
Fitbit CLI
Retrieve health and fitness data from Fitbit's Web API.
Setup
- Register an app at https://dev.fitbit.com/apps
- OAuth 2.0 Application Type: Personal
- Callback URL:
http://localhost:18787/callback
- Run
fitbit configureand enter your Client ID - Run
fitbit loginto authorize
Quick Reference
# 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)
Options
All commands support:
--json— JSON output--no-color— Plain text output--verbose— Debug/HTTP details--tz \x3Czone>— Override timezone (e.g.,America/Chicago)
Examples
# 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
Notes
- Dates default to today if omitted
- Date format:
YYYY-MM-DDortoday - Tokens are stored in
~/.config/fitbit-cli/tokens.json(chmod 600) - Token refresh is automatic
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fitbit-health - After installation, invoke the skill by name or use
/fitbit-health - Provide required inputs per the skill's parameter spec and get structured output
What is Fitbit Health Skill?
Query 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1803 downloads so far.
How do I install Fitbit Health Skill?
Run "/install fitbit-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fitbit Health Skill free?
Yes, Fitbit Health Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Fitbit Health Skill support?
Fitbit Health Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fitbit Health Skill?
It is built and maintained by pb3975 (@pb3975); the current version is v0.1.1.