← 返回 Skills 市场
728
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install samsung-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/samsung-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 728 次。
如何安装 Samsung Health?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install samsung-health」即可一键安装,无需额外配置。
Samsung Health 是免费的吗?
是的,Samsung Health 完全免费(开源免费),可自由下载、安装和使用。
Samsung Health 支持哪些平台?
Samsung Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Samsung Health?
由 mudgesbot(@mudgesbot)开发并维护,当前版本 v1.0.1。
推荐 Skills