Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Retrieve health and fitness data from Fitbit's Web API.
Register an app at https://dev.fitbit.com/apps OAuth 2.0 Application Type: Personal Callback URL: http://localhost:18787/callback Run fitbit configure and enter your Client ID Run fitbit 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
Dates default to today if omitted Date format: YYYY-MM-DD or today Tokens are stored in ~/.config/fitbit-cli/tokens.json (chmod 600) Token refresh is automatic
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.