← 返回 Skills 市场
javiersgjavi

Skill Health

作者 javiersgjavi · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
485
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-health
功能描述
Analyze wearable health CSV exports (steps, heart rate, sleep, calories, SpO2, exercise, distance) and produce compact JSON reports for hourly, daily, weekly...
安全使用建议
This skill appears coherent and focused: it reads local wearable exports and emits JSON reports. Before installing or running it: (1) run in an isolated environment (virtualenv/container) and install Python 3.10+ and pandas; (2) review the remaining omitted files (12 files were not shown in the prompt) if you want maximum assurance; (3) treat output and inputs as sensitive health data—do not upload them to external services unless intended; (4) if you do not want the agent to invoke skills autonomously, adjust the agent/skill invocation settings. Running the scripts on a small sample dataset in a sandbox is a good first test.
功能分析
Type: OpenClaw Skill Name: skill-health Version: 1.0.1 The skill is classified as suspicious due to path traversal vulnerabilities in all `scripts/run_*.py` files. Specifically, the `--output-dir` argument allows writing generated JSON reports to arbitrary file system paths, potentially leading to unauthorized file creation or overwrites (e.g., `/etc/passwd`, `~/.ssh/authorized_keys`). Similarly, the `--data-path` and `--data-dir` arguments allow reading CSV data from arbitrary file system paths, enabling an attacker to instruct the agent to read sensitive files (e.g., `/etc/shadow`) even if they fail to parse as valid health data CSVs. These are critical vulnerabilities that could be exploited by prompt injection against the agent, but there is no evidence of intentional malicious behavior within the code itself.
能力评估
Purpose & Capability
Name/description (analyze wearable CSV exports and produce JSON reports) align with the included Python modules and scripts (hourly/daily/weekly/monthly/sleep analyses, loaders, and reporting). The SKILL.md dependency note (Python 3.10+ and pandas) matches the code's use of pandas and datetime. No unexpected cloud or unrelated service credentials are requested.
Instruction Scope
SKILL.md instructs running local Python scripts with --data-path/--data-dir and --timezone; the scripts and analysis modules operate on local data (CSV/ZIP/directories) and produce JSON to stdout or --output-dir. In the provided source snippets the code only reads local files (data and previous JSON outputs) and does not access environment variables, system configuration, or external network endpoints.
Install Mechanism
No install specification is present (scripts are run directly). This is low-risk but requires the host to provide Python 3.10+ and pandas. The package includes many source files but nothing that downloads or extracts remote archives was observed. Users should install dependencies in a virtualenv or sandbox.
Credentials
The skill declares no required env vars, credentials, or config paths. The code snippets do not read os.environ or other secrets. Requested access (local CSV/ZIP health exports) is proportional to the stated analysis purpose.
Persistence & Privilege
always:false and default autonomous invocation are set (platform default). The skill does not request to persist configuration or alter other skills. No indication of attempts to modify system-wide settings or other skills' configs in the reviewed files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Make timezone handling configurable for all users; add --timezone support to generation scripts and update skill docs.
v1.0.0
Initial release of skill-health: Analyze and summarize wearable health data. - Processes CSV exports for steps, heart rate, sleep, calories, SpO2, exercise, and distance. - Generates compact JSON reports for various time windows: hourly, daily, weekly, monthly, and sleep (last 30h). - Supports cross-temporal health alerts in JSON format. - Scripts accept ZIP or folder input and output results to specified directories. - Includes documentation for usage, data semantics, and dependencies (Python 3.10+, pandas).
元数据
Slug skill-health
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Skill Health 是什么?

Analyze wearable health CSV exports (steps, heart rate, sleep, calories, SpO2, exercise, distance) and produce compact JSON reports for hourly, daily, weekly... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 485 次。

如何安装 Skill Health?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-health」即可一键安装,无需额外配置。

Skill Health 是免费的吗?

是的,Skill Health 完全免费(开源免费),可自由下载、安装和使用。

Skill Health 支持哪些平台?

Skill Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Health?

由 javiersgjavi(@javiersgjavi)开发并维护,当前版本 v1.0.1。

💬 留言讨论