health-sync
/install health-sync
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:
- Bot runs
npx health-sync init remote bootstrap. - Bot sends user:
npx health-sync init --remote \x3Cbootstrap-token>. - User sends back encrypted archive.
- Bot runs
npx health-sync init remote finish \x3Cref> \x3Carchive>.
For full operational instructions, always consult:
references/setup.md
Do not use or recommend legacy direct setup flows such as:
health-sync initas the primary user instructionhealth-sync auth \x3Cprovider>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.
- Required binary:
nodenpmnpx
- Expected local working paths:
workspace/health-sync/health-sync.tomlworkspace/health-sync/.health-sync.credsworkspace/health-sync/health.sqlite
- 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).
- 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.mdreferences/withings.mdreferences/hevy.mdreferences/strava.mdreferences/whoop.mdreferences/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
- Run
npx health-sync syncfirst. - Identify the user question and which provider/resource(s) are relevant.
- Read the provider schema reference before forming SQL.
- Query
records,sync_state, andsync_runsas needed. - Produce a clear, user-friendly answer with concrete numbers and dates.
- Highlight meaningful patterns and offer practical guidance.
- 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install health-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/health-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
health-sync 是什么?
Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1037 次。
如何安装 health-sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install health-sync」即可一键安装,无需额外配置。
health-sync 是免费的吗?
是的,health-sync 完全免费(开源免费),可自由下载、安装和使用。
health-sync 支持哪些平台?
health-sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 health-sync?
由 Filipe Almeida(@filipe-m-almeida)开发并维护,当前版本 v0.3.5。