โ† All skills
Tencent SkillHub ยท Productivity

Samsung Health

Analyze Samsung Health Connect data synced to Google Drive. Use for health tracking queries like sleep analysis, step counting, heart rate monitoring, SpO2 b...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Analyze Samsung Health Connect data synced to Google Drive. Use for health tracking queries like sleep analysis, step counting, heart rate monitoring, SpO2 b...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 19 sections Open source page

Samsung Health Connect CLI

Analyze health data from Samsung Health Connect exported to Google Drive.

Prerequisites

Samsung Galaxy Watch or Galaxy Ring with Samsung Health Samsung Health Connect app with Google Drive backup enabled gog CLI for Google Drive access (part of Clawdbot)

Installation

cd /path/to/workspace/projects git clone https://github.com/mudgesbot/samsung-health-skill.git cd samsung-health-skill python3 -m venv .venv source .venv/bin/activate pip install -e .

Configuration

Create ~/.config/samsung-health/config.yaml: google_drive: folder_id: "YOUR_FOLDER_ID" # From Google Drive URL account: "your.email@gmail.com" # Google account for gog CLI file_name: "Health Connect.zip" goals: daily_steps: 10000 sleep_hours: 8 timezone: "Europe/Copenhagen"

Commands

All commands require activating the venv first: cd /path/to/samsung-health-skill && source .venv/bin/activate

Sync Data

shealth sync # Download latest from Google Drive shealth sync --force # Force re-download

Quick Daily View

shealth today # Today's snapshot (steps, sleep, HR, SpO2)

Status

shealth status # Data freshness, record counts, date range

Sleep Analysis

shealth sleep # Last 7 days shealth sleep --days 14 # Custom period Shows: duration, stage breakdown (Light/Deep/REM/Awake), trends.

Step Tracking

shealth steps # Last 7 days shealth steps --week # Weekly view shealth steps --month # Monthly view Shows: daily counts, goal progress, streaks.

Heart Rate

shealth heart # Last 7 days shealth heart --days 14 # Custom period Shows: average, min/max, daily trends.

Blood Oxygen (SpO2)

shealth spo2 # Last 7 days shealth spo2 --days 14 # Custom period Shows: average, range, trend. Normal: 95-100%.

Workouts

shealth workout # Last 30 days shealth workout --days 90 # Custom period Shows: session count, duration, types (Walking, Running, Swimming, etc.)

Health Report

shealth report # Comprehensive 7-day summary shealth report --days 14 # Custom period Shows: Energy Score, sleep summary, activity, heart rate.

JSON Output

Add --json flag to any command for machine-readable output: shealth --json today shealth --json sleep --days 7 shealth --json report

Sleep Stage Codes

CodeStage1Light Sleep4Deep Sleep5Awake6REM Sleep

Exercise Types

CodeType53Walking33Running61Hiking21Cycling58Swimming4Weight Training66Yoga

Troubleshooting

"Database not found" โ€” Run shealth sync first. "Google Drive not configured" โ€” Create config.yaml with folder_id and account. SpO2/HRV shows 0 records โ€” Requires Galaxy Watch 4+ or Galaxy Ring; may need enabling in Samsung Health settings.

Source

GitHub: https://github.com/mudgesbot/samsung-health-skill

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc