health-syncAnalyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep.
Install via ClawdBot CLI:
clawdbot install filipe-m-almeida/health-syncThis skill is dedicated to analyzing the user's health data across available providers:
The main goal is to help the user understand trends, compare signals across providers, and find useful insights from their synced data.
Use this skill when the user asks questions such as:
Setup is bot-led and remote-first. The only supported onboarding flow is:
npx health-sync init remote bootstrap.npx health-sync init --remote .npx health-sync init remote finish .For full operational instructions, always consult:
references/setup.mdDo not use or recommend legacy direct setup flows such as:
health-sync init as the primary user instructionhealth-sync auth as a standalone onboarding pathThose commands may still exist for maintenance/debugging, but they are not the setup flow this skill should guide.
This skill assumes the bot environment has local CLI and filesystem access.
nodenpmnpxworkspace/health-sync/health-sync.tomlworkspace/health-sync/.health-sync.credsworkspace/health-sync/health.sqliteTo understand data schemas and query correctly, read the provider reference files:
references/oura.mdreferences/withings.mdreferences/hevy.mdreferences/strava.mdreferences/whoop.mdreferences/eightsleep.mdBefore any analysis, always run:
npx health-sync sync
If sync fails, report the failure clearly and continue analysis only if the user explicitly asks to proceed with potentially stale data.
npx health-sync sync first.records, sync_state, and sync_runs as needed.Generated Mar 1, 2026
Users can ask about their sleep quality, workout performance, or recovery trends over time. The skill syncs data from multiple health devices, runs SQL queries on the local database, and provides insights like changes in resting heart rate or sleep consistency, helping users track progress and identify patterns.
This scenario involves comparing health metrics from different providers, such as Oura for sleep and Strava for workouts, to offer a holistic view. The skill analyzes synced data to highlight correlations, like how exercise impacts sleep scores, enabling users to optimize their routines based on integrated insights.
Coaches or health professionals use the remote bootstrap flow to securely onboard clients without sharing raw credentials. The skill handles encrypted archive imports, sets up local data access, and allows for ongoing analysis of client health trends, supporting personalized coaching with data-driven recommendations.
Organizations or individuals use the skill to monitor health data freshness and integrity by regularly syncing and querying records. It ensures data is up-to-date before analysis, reports sync failures, and manages sensitive files securely, aiding in compliance with data retention and access control policies.
Offer a paid service where users subscribe to receive regular health analysis reports generated from their synced data. Revenue comes from monthly or annual fees, with tiers based on the depth of insights, such as trend alerts or personalized recommendations for sleep and recovery optimization.
Sell the skill as part of corporate wellness programs, integrating employee health data from various providers to provide aggregated insights. Revenue is generated through licensing fees or per-user charges, helping employers monitor workforce health trends and reduce healthcare costs with data-driven wellness initiatives.
Provide a free version for basic health sync and analysis, with premium features like advanced cross-provider trend analysis or AI-driven insights. Revenue comes from upsells to premium plans, targeting fitness enthusiasts and health-conscious users who want deeper, actionable health guidance.
💬 Integration Tip
Ensure Node.js and npm are installed locally, and set up the required configuration files in the workspace/health-sync directory before use to avoid sync failures.
Plan, focus, and complete work with energy management, time blocking, and context-specific productivity systems.
Build habits with streaks, reminders, and progress visualization
Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, and crisis protocols.
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Load and analyze Strava activities, stats, and workouts using the Strava API