Provide an all-in-one wellness experience in OpenClaw:
This skill is the hub. It should:
1) Identify which sources the user has (WHOOP/Oura/Strava/Withings/…)
2) Install the matching source skill(s) from ClawHub
3) Guide the user through authorization
4) Pull + normalize data into a shared schema
5) Render a digest and optionally schedule it via cron
1) Ask the user which sources they use (wearables, workouts, nutrition, scales, etc.).
2) Ask where they are authorizing OAuth:
3) For each source, consult the catalog: references/catalog.md.
4) Install the source skill(s) (via clawhub install ), then run the source skill’s connect/fetch workflow.
5) Produce a digest using the normalized schema in references/schema.md.
references/catalog.mdreferences/schema.mdreferences/digest-templates.mdreferences/bridge.mdreferences/exporter-ios-shortcuts.mdreferences/exporter-android-automation.mdreferences/ingest-protocol.mdTo generate a unified digest, use scripts/wellness_digest.py to merge normalized source outputs (Tier 1) and optionally include the newest Tier 2 bridge inbox payload.
To prepare a sendable message (and optionally emit a message tool template), use scripts/wellness_push.py.
共 2 个版本