ワンクリックで
health-sync
Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
Automated cold email outreach pipeline using Resend API. Builds prospect lists from government databases or web scraping, enriches with contact info, sends personalized cold emails with drip follow-ups, and tracks responses. Use when setting up cold email campaigns, building lead lists, automating email outreach, prospecting businesses, sending drip sequences, or managing email deliverability.
Complete cold email system teaching research-driven personalization, "poke the bear" openers, custom signal hunting, and strict QA.
Writes personalized cold emails that actually get replies
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Email marketing design with layout patterns, subject line formulas, and deliverability rules. Covers welcome sequences, promotional emails, transactional templates, and mobile optimization. Use for: email marketing, newsletter design, drip campaigns, email templates, transactional emails. Triggers: email design, email template, email marketing, newsletter design, email layout, email campaign, drip campaign, welcome email, promotional email, transactional email, email subject line, email header image, email banner
| name | health-sync |
| description | Analyze synced health data across Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep. |
| homepage | https://github.com/filipe-m-almeida/health-sync |
| metadata | {"openclaw":{"emoji":"🩺","requires":{"bins":["node","npm","npx"],"config":["workspace/health-sync/health-sync.toml","workspace/health-sync/.health-sync.creds","workspace/health-sync/health.sqlite"]},"install":[{"kind":"node","package":"health-sync","bins":["health-sync"]}]}} |
| read_when | ["User asks for health-sync setup, auth, sync, provider status, or remote bootstrap onboarding","User asks about sleep, recovery, training, activity, your health, or cross-provider trends"] |
This skill is dedicated to analyzing the user's health data across available providers:
The main goal is to help the user understand trends, compare signals across providers, and find useful insights from their synced data.
Use this skill when the user asks questions such as:
Setup is bot-led and remote-first. The only supported onboarding flow is:
npx health-sync init remote bootstrap.npx health-sync init --remote <bootstrap-token>.npx health-sync init remote finish <ref> <archive>.For full operational instructions, always consult:
references/setup.mdDo not use or recommend legacy direct setup flows such as:
health-sync init as the primary user instructionhealth-sync auth <provider> as a standalone onboarding pathThose commands may still exist for maintenance/debugging, but they are not the setup flow this skill should guide.
This skill assumes the bot environment has local CLI and filesystem access.
nodenpmnpxworkspace/health-sync/health-sync.tomlworkspace/health-sync/.health-sync.credsworkspace/health-sync/health.sqliteTo understand data schemas and query correctly, read the provider reference files:
references/oura.mdreferences/withings.mdreferences/hevy.mdreferences/strava.mdreferences/whoop.mdreferences/eightsleep.mdBefore 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.
npx health-sync sync first.records, sync_state, and sync_runs as needed.