Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- No user-visible changes; documentation and features remain the same. - Version bump to 1.0.1 with no updates to files or skill description.
What This Skill Does
A CLI tool that downloads Samsung Health Connect data from Google Drive and lets you query it locally. Covers sleep stages, steps, heart rate, SpO2, workouts, and health reports. Works with Samsung Galaxy Watch and Galaxy Ring devices that have Health Connect Google Drive backup configured.
Exposes Samsung Health data to CLI and agent workflows that the Samsung Health app UI does not support.
When to use it
- Checking last night's sleep stage breakdown before a morning standup
- Reviewing weekly step counts and goal streaks after adjusting a fitness routine
- Pulling heart rate trends to share with a doctor before an appointment
- Monitoring blood oxygen levels during a recovery period
- Getting a quick daily health snapshot without opening the Samsung Health app
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How did I sleep over the past two weeks?
- 1Runs `shealth sync` to pull the latest Health Connect backup from Google Drive
- 2Runs `shealth sleep --days 14` to query the local database
- 3Parses stage breakdown: Light, Deep, REM, and Awake durations per night
- 4Calculates average total sleep duration across the 14-day period
14-day sleep report showing nightly durations, stage percentages, and trend direction
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.