SKILL.md
---
name: wellness
description: A personal Wellness hub for OpenClaw. Use when users want an all-in-one way to connect their health/wellness apps and devices (wearables, workouts, sleep, nutrition, weight, vitals) and get unified daily/weekly summaries, insights, and reminders inside OpenClaw (any chat channel). Guides users to add data sources via official personal OAuth/API keys (Tier 1) or via phone OS health aggregators like Apple Health / Android Health Connect (Tier 2).
---
Wellness (Health Hub)
Provide an all-in-one wellness experience in OpenClaw:
- Add the apps/devices you already use
- Connect them with official personal authorization (Tier 1) or OS aggregators (Tier 2)
- Generate unified digests (daily/weekly) and push them to any channel
This skill is the hub. It should:
- Identify which sources the user has (WHOOP/Oura/Strava/Withings/…)
- Install the matching source skill(s) from ClawHub
- Guide the user through authorization
- Pull + normalize data into a shared schema
- Render a digest and optionally schedule it via cron
Quick start
- Ask the user which sources they use (wearables, workouts, nutrition, scales, etc.).
- Ask where they are authorizing OAuth:
- Phone/remote (recommended): user opens the auth link on any device and copy/pastes the redirect URL/code back into chat.
- Desktop same-machine (optional): user authorizes in a browser on the same machine that runs OpenClaw and can use loopback redirects (127.0.0.1) for a no-copy/paste fast path.
- For each source, consult the catalog:
references/catalog.md. - Install the source skill(s) (via
clawhub install <slug>), then run the source skill’s connect/fetch workflow. - Produce a digest using the normalized schema in
references/schema.md.
Source selection
- Prefer Tier 1 sources first (official OAuth/API key, user can self-authorize).
- Use Tier 2 (Apple Health / Android Health Connect) to fill gaps and unify multiple devices.
Catalog + schema
- Source catalog:
references/catalog.md - Unified normalized schema:
references/schema.md - Digest templates:
references/digest-templates.md
Guardrails
- Do not use unofficial scraping or credential capture.
- Keep tokens local (never paste tokens back to chat). Store in user-controlled paths.
- Keep each source integration in its own skill where possible; the hub orchestrates.
健康中枢
Skill
一个面向智能体的个人健康数据中枢技能。它可以把你的可穿戴设备和健康应用(运动、睡眠、营养、体重、生命体征等)连接到 OpenClaw,在任意聊天频道中自动生成每日或每周的健康总结、趋势洞察和提醒。用户可以通过官方 API/OAuth 直接接入数据源,或通过 Apple Health / Android Health Connect 等系统健康聚合平台统一同步数据,从而获得一个整合的个人健康视图。
提交人
风险等级
安全

有疑问、有建议、想分享自己的实践?欢迎加入我们的微信群交流
技能包文件清单
