# Send health-sync to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "health-sync",
    "name": "health-sync",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/filipe-m-almeida/health-sync",
    "canonicalUrl": "https://clawhub.ai/filipe-m-almeida/health-sync",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/health-sync",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-sync",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/eightsleep.md",
      "references/hevy.md",
      "references/oura.md",
      "references/setup.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "health-sync",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:42:20.673Z",
      "expiresAt": "2026-05-07T15:42:20.673Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-sync",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-sync",
        "contentDisposition": "attachment; filename=\"health-sync-0.3.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "health-sync"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/health-sync"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/health-sync",
    "downloadUrl": "https://openagent3.xyz/downloads/health-sync",
    "agentUrl": "https://openagent3.xyz/skills/health-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/health-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/health-sync/agent.md"
  }
}
```
## Documentation

### 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 <bootstrap-token>.
User sends back encrypted archive.
Bot runs npx health-sync init remote finish <ref> <archive>.

For full operational instructions, always consult:

references/setup.md

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

health-sync init as the primary user instruction
health-sync auth <provider> 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:

node
npm
npx


Expected local working paths:

workspace/health-sync/health-sync.toml
workspace/health-sync/.health-sync.creds
workspace/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.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

Run npx health-sync sync first.
Identify the user question and which provider/resource(s) are relevant.
Read the provider schema reference before forming SQL.
Query records, sync_state, and sync_runs as 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: filipe-m-almeida
- Version: 0.3.5
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T15:42:20.673Z
- Expires at: 2026-05-07T15:42:20.673Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/health-sync)
- [Send to Agent page](https://openagent3.xyz/skills/health-sync/agent)
- [JSON manifest](https://openagent3.xyz/skills/health-sync/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/health-sync/agent.md)
- [Download page](https://openagent3.xyz/downloads/health-sync)