Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/sundial-org-fitbit/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -51% | 0% |
Query health and fitness data from Fitbit wearables.
bash# 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
bash# User profile fitbit-cli -u # Connected devices (battery, sync status) fitbit-cli -d
2026-01-052026-01-01,2026-01-05yesterday, last-week, last-monthlast-2-days, last-3-weeks, last-2-monthsUser asks "How did I sleep last night?"
bashfitbit-cli -s yesterday
User asks "What's my heart rate been like this week?"
bashfitbit-cli -e last-week
User asks "How many steps today?"
bashfitbit-cli -t
User asks "Show my SpO2 levels"
bashfitbit-cli -o
User asks "Is my Fitbit synced?"
bashfitbit-cli -d
User asks "How active was I last month?"
bashfitbit-cli -a last-month
fitbit-cli --init-authOther measured skills in the registry, with their headline benchmark lift.