← Back to Skills Marketplace
mudgesbot

Samsung Health

by mudgesbot · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
728
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install samsung-health
Description
Analyze Samsung Health Connect data synced to Google Drive. Use for health tracking queries like sleep analysis, step counting, heart rate monitoring, SpO2 b...
Usage Guidance
This skill appears to do what it says, but it fetches and installs code from a third‑party GitHub repository. Before installing or letting an agent run it automatically: (1) manually review the repo (README, setup.py/pyproject, and any install scripts) to ensure there are no malicious install hooks; (2) run the install inside an isolated environment (container or dedicated VM) and not on a sensitive host; (3) ensure the gog CLI is configured with a Google account you are willing to grant Drive access to (use the least-privilege account possible); (4) if you don't trust the repo, decline automatic installation and ask the skill author for a signed release or a vetted package instead.
Capability Analysis
Type: OpenClaw Skill Name: samsung-health Version: 1.0.1 The skill is classified as suspicious due to its installation method, which involves cloning and executing code from an external GitHub repository (https://github.com/mudgesbot/samsung-health-skill.git) via `git clone` and `pip install -e .` commands in SKILL.md. While this is a common installation pattern, it introduces a supply chain risk as the integrity and content of the remote repository are not verified within the scope of the provided files. This constitutes a 'risky capability' without clear malicious intent in the provided files, aligning with the 'suspicious' classification rather than 'benign' (due to the high-risk behavior) or 'malicious' (due to lack of direct evidence of intentional harm).
Capability Assessment
Purpose & Capability
Name/description match the required pieces: it needs access to Google Drive exports and a local CLI to parse Health Connect data. Declared required binaries (gog, python3) align with downloading from Drive and running a Python CLI.
Instruction Scope
SKILL.md stays on-topic: it instructs how to clone the repo, create a venv, configure a per-user ~/.config/samsung-health/config.yaml, and run the shealth CLI. It does not ask the agent to read unrelated system files or export data to unexpected endpoints. The one scope-expanding step is the instruction to fetch and install external code (see install_mechanism).
Install Mechanism
No packaged install spec in the registry, but SKILL.md directs git clone from https://github.com/mudgesbot/samsung-health-skill and pip install -e . GitHub is a common host, but cloning and installing arbitrary repository code executes remote code locally (setup/install hooks). Users/agents should review the repository before running the install commands and prefer an isolated environment.
Credentials
The skill requests no environment variables and only requires gog and python3. The config file asks for a Google Drive folder_id and account (expected for Drive access). No unrelated credentials or broad environment access are requested by the skill itself.
Persistence & Privilege
always:false and the skill asks to create its own config under ~/.config/samsung-health (normal). Be aware that an autonomous agent invocation could perform the git clone/pip install steps if permitted — this is a standard platform behavior but increases risk if you do not trust the repository.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install samsung-health
  3. After installation, invoke the skill by name or use /samsung-health
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No user-visible changes; documentation and features remain the same. - Version bump to 1.0.1 with no updates to files or skill description.
v1.0.0
Samsung Health Connect Skill 1.0.0 – Initial Release - Analyze Samsung Health Connect data exported to Google Drive (steps, sleep, heart rate, SpO2, workouts, and more). - Command-line tool provides daily summaries, detailed analysis, and full health reports. - Supports JSON output for all commands. - Detailed configuration and install instructions included. - Compatible with Samsung Galaxy Watch/Ring and Google Drive backup via Health Connect.
Metadata
Slug samsung-health
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 728 downloads so far.

How do I install Samsung Health?

Run "/install samsung-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Samsung Health free?

Yes, Samsung Health is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Samsung Health support?

Samsung Health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Samsung Health?

It is built and maintained by mudgesbot (@mudgesbot); the current version is v1.0.1.

💬 Comments