← All skills
Tencent SkillHub · Data Analysis

skill-health

Analyze wearable health CSV exports (steps, heart rate, sleep, calories, SpO2, exercise, distance) and produce compact JSON reports for hourly, daily, weekly...

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

Analyze wearable health CSV exports (steps, heart rate, sleep, calories, SpO2, exercise, distance) and produce compact JSON reports for hourly, daily, weekly...

⬇ 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, pkg/skill_health/__init__.py, pkg/skill_health/analysis/__init__.py, pkg/skill_health/analysis/cross_alerts.py, pkg/skill_health/analysis/daily.py, pkg/skill_health/analysis/hourly.py

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 3 sections Open source page

Use

Run analysis scripts from scripts/ with a --data-path (ZIP or folder) or --data-dir (directory holding health_data_*). Each script prints JSON to stdout and can also write a file with --output-dir. Pass --timezone (IANA, e.g. Europe/Madrid, America/New_York) to interpret naive CSV timestamps correctly before UTC serialization. Minimal examples: python scripts/run_sleep.py --data-path data/health_data_latest.zip --output-dir outputs python scripts/run_daily.py --data-path data/health_data_latest.zip --output-dir outputs python scripts/run_cross_alerts.py --outputs-dir outputs --output-dir outputs

Notes

Sleep metrics use suffix last_{window_hours}h (default last_30h). Outputs are compact JSON (time_window uses s/e/r, data_quality uses cov/rel). Dependencies: Python 3.10+ and pandas.

References

references/overview.md (data schemas, outputs, key decisions) references/operations.md (execution windows, quality rules)

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • SKILL.md Primary doc
  • pkg/skill_health/__init__.py Scripts
  • pkg/skill_health/analysis/__init__.py Scripts
  • pkg/skill_health/analysis/cross_alerts.py Scripts
  • pkg/skill_health/analysis/daily.py Scripts
  • pkg/skill_health/analysis/hourly.py Scripts