| name | fitbit |
| description | 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. |
| homepage | https://www.fitbit.com |
| metadata | {"clawdbot":{"emoji":"💪","requires":{"bins":["fitbit-cli"]}}} |
Fitbit CLI
Query health and fitness data from Fitbit wearables.
Commands
Health Data
fitbit-cli -s
fitbit-cli -s yesterday
fitbit-cli -s last-week
fitbit-cli -s 2026-01-01
fitbit-cli -e
fitbit-cli -e last-week
fitbit-cli -o
fitbit-cli -o last-3-days
fitbit-cli -a
fitbit-cli -a last-month
fitbit-cli -b
fitbit-cli -t
fitbit-cli -t yesterday
Account & Devices
fitbit-cli -u
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