A secure integration to sync Garmin Connect fitness metrics like steps, sleep, and workouts into your AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install garmin-connect
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 garmin-connect using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The garmin-connect skill provides a robust bridge between the Garmin ecosystem and your automation workflows. By leveraging Openclaw Skills, developers can pull detailed health telemetry—including resting heart rate, sleep stages, and activity logs—into a local cache for AI analysis or personal dashboards. This integration prioritizes privacy by using OAuth sessions stored locally rather than plaintext passwords.
This skill is designed to work seamlessly within the Clawdbot ecosystem, providing a reliable way to ground your AI agent in real-world physical activity data. Whether you are building a personal health coach or a productivity tracker that adjusts based on sleep quality, this tool handles the complex API interactions and data formatting automatically.
To get started with this entry in the Openclaw Skills library, install the necessary Python dependencies:
pip install -r requirements.txt
Perform a one-time OAuth authentication to secure your session locally:
python3 scripts/garmin-auth.py [email protected] your-password
Verify the synchronization manually to ensure data is flowing correctly:
python3 scripts/garmin-sync.py
Enable automated updates by adding the following to your crontab for a 5-minute sync interval:
*/5 * * * * python3 /path/to/scripts/garmin-sync.py ~/.clawdbot/.garmin-cache.json
The skill organizes data into three primary schemas within a local JSON cache for easy consumption by other Openclaw Skills:
| Data Group | Key Metrics Captured |
|---|---|
| Daily Activity | steps, heart_rate_resting, total calories, active_minutes, distance_km |
| Sleep Analysis | duration_hours, quality_percent, deep_sleep, rem_sleep, light_sleep, awake_minutes |
| Workouts | activity type, name, distance, duration_minutes, heart_rate_avg, heart_rate_max |
Default cache location: ~/.clawdbot/.garmin-cache.json
Loading
A reliable networking skill designed to detect host availability and measure latency for specific IP addresses via ICMP.

Enable your AI agent to build a social media presence, engage with humans, and earn money through paywalled content.

A comprehensive API and toolset for biological data access, literature search, and advanced computational biology workflows.

A production-grade AI learning assistant that facilitates a plan-learn-practice-assess loop with proactive automation and deep subject isolation.

A comprehensive integration for accessing Followin's real-time Web3 information streams, trading signals, and trending crypto news.

An intelligent routing layer that analyzes query intent to select the most cost-effective and capable LLM for any given task.








































