← 返回
数据分析 中文

health-sync

Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep.
分析来自Oura、Withings、Hevy、Strava、WHOOP和Eight Sleep的同步健康数据。
filipe-m-almeida
数据分析 clawhub v0.3.5 1 版本 99937.3 Key: 无需
★ 0
Stars
📥 1,595
下载
💾 17
安装
1
版本
#latest

概述

Health Sync Analysis Skill

Purpose

This skill is dedicated to analyzing the user's health data across available providers:

  • Oura
  • Withings
  • Hevy
  • Strava
  • WHOOP
  • Eight Sleep

The main goal is to help the user understand trends, compare signals across providers, and find useful insights from their synced data.

Scope

Use this skill when the user asks questions such as:

  • How did I sleep last night?
  • How was my last workout?
  • How did my resting heart rate change during the year?
  • What trends are you seeing in my recovery, sleep, and training?
  • What useful insights or next steps should I focus on?

Setup Handling (Remote Bootstrap Only)

Setup is bot-led and remote-first. The only supported onboarding flow is:

  1. Bot runs npx health-sync init remote bootstrap.
  2. Bot sends user: npx health-sync init --remote .
  3. User sends back encrypted archive.
  4. Bot runs npx health-sync init remote finish .

For full operational instructions, always consult:

  • references/setup.md

Do not use or recommend legacy direct setup flows such as:

  1. health-sync init as the primary user instruction
  2. health-sync auth as a standalone onboarding path

Those commands may still exist for maintenance/debugging, but they are not the setup flow this skill should guide.

Runtime And Data Disclosure (Mandatory)

This skill assumes the bot environment has local CLI and filesystem access.

  1. Required binary:
    • node
    • npm
    • npx
  2. Expected local working paths:
    • workspace/health-sync/health-sync.toml
    • workspace/health-sync/.health-sync.creds
    • workspace/health-sync/health.sqlite
  3. Sensitive-data handling:
    • Remote onboarding imports encrypted archives that contain provider credentials/tokens.
    • Finish flow writes decrypted secrets to local files on the bot host.
    • These files must be treated as sensitive at rest (access controls, backups, retention).
  4. Chat-safety boundary:
    • Never ask users to paste raw secrets in chat.
    • Only collect encrypted archive files via remote bootstrap flow.

Schema Handling

To understand data schemas and query correctly, read the provider reference files:

  • references/oura.md
  • references/withings.md
  • references/hevy.md
  • references/strava.md
  • references/whoop.md
  • references/eightsleep.md

Freshness Rule (Mandatory)

Before any analysis, always run:

npx health-sync sync

If sync fails, report the failure clearly and continue analysis only if the user explicitly asks to proceed with potentially stale data.

Analysis Workflow

  1. Run npx health-sync sync first.
  2. Identify the user question and which provider/resource(s) are relevant.
  3. Read the provider schema reference before forming SQL.
  4. Query records, sync_state, and sync_runs as needed.
  5. Produce a clear, user-friendly answer with concrete numbers and dates.
  6. Highlight meaningful patterns and offer practical guidance.
  7. When data quality or coverage is limited, say so explicitly.

Output Style

  • Be concise, clear, and practical.
  • Focus on useful interpretation, not just raw data dumps.
  • Connect metrics to actionable insights (sleep, recovery, training, consistency, etc.).
  • Ask follow-up questions only when necessary to improve analysis quality.

版本历史

共 1 个版本

  • v0.3.5 当前
    2026-03-29 02:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,226
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 166 📥 60,181
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,751