Ingest Apple Health Auto Export JSON (HealthMetrics + Workouts) into a local DuckDB database and render offline HTML dashboards plus a Markdown daily summary...
Data & analysis
Health Data AI Analyzer
Try itUse the Health Data AI Analyzer Mac app read-only localhost API on macOS to generate a concise Apple Health daily brief and 3 practical suggestions. Only run...
What it does
Use the Health Data AI Analyzer Mac app read-only localhost API on macOS to generate a concise Apple Health daily brief and 3 practical suggestions. Only run...
The skill document
Health Data AI Analyzer
Use this skill only with the Health Data AI Analyzer Mac app.
Use it for:
- daily health briefs
- 3 practical non-medical suggestions
- simple recent step and sleep comparisons
Preferred source of truth:
http://127.0.0.1:8765/openclaw/statushttp://127.0.0.1:8765/openclaw/daily-brief?date=YYYY-MM-DD
Rules:
- Use this skill only when the user explicitly asks for a health brief, comparison, or summary from their own imported data.
- Treat the local Health Data AI Analyzer API as the source of truth.
- Read only the minimum localhost endpoint needed to answer the request.
- Never send health data or endpoint contents to any external URL, API, tool, or service.
- Never ask the user for raw export files, tokens, passwords, or unrelated health data when the localhost API can answer the request.
- Do not invent missing data.
- Do not give medical advice or diagnoses.
- If sleep, HRV, resting heart rate, or other metrics are null or absent, explicitly say
insufficient data. - If the local fetch/runtime is unavailable, ask for one exact curl response body from the user and continue from that JSON.
Output format:
Status
- 1 to 2 sentence summary
What changed
- Main deltas versus baseline
Suggestions
- ...
- ...
- ...
Missing data
- ...
Related skills
面向个人用户的健康数据查询助手,通过自然语言与 Apple Health 数据交互,可产出提升工作效率. 适用于需要apple health tool相关能力的开发场景,提供结构化的工作流程和配置指引. 该工具经过深度差异化处理,针对用户反馈和使用痛点进行了优化改进,提升了实用性和可操作性.
Access the user's biohub — WHOOP, Oura, Fitbit, Apple Health, and Garmin biometrics (recovery, sleep, strain, HRV, SpO₂); FreeStyle Libre continuous glucose...
Log meals from photos, text, or labels and get ranged calorie and macro estimates with built-in safety guardrails.
Plan daily meals and workouts from a user's age and health profile with customizable ingredients, then schedule localized plans via OpenClaw automations.
Read your Google Health data from any agent. Lists data points for every Google Health data type (heart rate, resting heart rate, sleep, steps, distance, weight, blood oxygen, VO2 max, exercise, and more), returns server-side daily roll-ups (one reconciled total per day), gives a parsed view of exercise sessions, and can GET any read-only v4 API path. A self-contained, read-only client for the Google Health v4 API: authenticates via OAuth2 (token cached locally and auto-refreshed) and emits JSON. It does NO filtering, merging, or writing — the caller decides what to do with the data. Single static binary, no Python or other runtime. NOTE: needs your own Google Cloud OAuth client and a one-time interactive browser login; runs headless afterward.