An advanced health integration for Openclaw Skills that automates Fitbit data retrieval, trend analysis, and personalized health reporting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fitbit-analytics
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fitbit-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Fitbit Analytics is a specialized skill designed to bridge the gap between your wearable health data and automated workflows. By leveraging the Fitbit Web API, this Openclaw Skills integration allows developers to programmatically fetch granular metrics such as heart rate, sleep efficiency, and active zone minutes. It provides the infrastructure to transform raw fitness data into actionable insights through automated reports and historical trend analysis.
This skill is built for those who require more flexibility than the standard Fitbit mobile app. Whether you are building a personal health dashboard or integrating biometric data into a larger ecosystem, this skill provides the necessary wrappers and scripts to handle OAuth 2.0 authentication and complex data parsing with ease.
To use this integration with Openclaw Skills, you must first register an application at the Fitbit Developer portal to obtain your credentials.
# Set your Fitbit API credentials
export FITBIT_CLIENT_ID="your_client_id"
export FITBIT_CLIENT_SECRET="your_client_secret"
export FITBIT_ACCESS_TOKEN="your_access_token"
export FITBIT_REFRESH_TOKEN="your_refresh_token"
# Verify the installation by fetching a 7-day summary
python scripts/fitbit_api.py summary --days 7
The skill organizes health metrics into logical structures for easy consumption:
| Category | Metrics Tracked |
|---|---|
| Activity | Steps, Calories, Distance, Floors, Active Zone Minutes (AZM) |
| Cardiovascular | Resting HR, Average HR, Heart Rate Zones (Fat Burn, Cardio, Peak) |
| Sleep | Duration, Efficiency, Awake Minutes, Sleep Stages |
| Analysis | Daily vs 7-day average trends, Activity summaries |
Loading
An AI-driven financial news aggregator and briefing generator designed to keep investors updated via automated delivery channels.

A comprehensive communication skill for sending batch SMS and making programmatic voice calls with Text-to-Speech integration.

A multi-channel sales automation tool that orchestrates SMS and email follow-up sequences with CRM logging and intelligent auto-termination.

A high-performance, containerized anti-bot automation skill using C++ level Firefox patches to bypass advanced web security.

A sophisticated automation skill for sending and receiving SMS/RCS messages through the Google Messages web interface.

A comprehensive suite of ImageMagick operations designed to automate complex image manipulation, format conversion, and background removal within AI agent workflows.








































