一键导入
recipe-health-checkup
Comprehensive daily health review — profile, bio age, biomarkers, wearable data, next actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive daily health review — profile, bio age, biomarkers, wearable data, next actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Browse and search available lab tests with prices and included markers.
Search the Betterness knowledge library — files and videos via OpenSearch full-text search.
Install, uninstall, and manage Betterness MCP server integrations for AI clients (Claude, Cursor, Windsurf).
Manage authentication — OAuth login, API key login, logout, and verify identity.
Read, update, and explore the user's health profile questionnaire (sections, questions, answers).
Shared reference: auth, global flags, output formats, and security rules for the Betterness CLI.
| name | recipe-health-checkup |
| version | 1.0.0 |
| description | Comprehensive daily health review — profile, bio age, biomarkers, wearable data, next actions. |
| metadata | {"category":"recipe","domain":"health","requires":{"bins":["betterness"],"skills":["betterness-workflow","betterness-health-data","betterness-biomarkers"]}} |
PREREQUISITE: Load the following skills to execute this recipe:
betterness-workflow,betterness-health-data,betterness-biomarkers
Run a comprehensive health review for the user, combining all available data sources.
Get the daily brief:
betterness workflow daily-brief --biomarker-limit 50 --json
Summarize: user info, biological age comparison, out-of-range biomarkers, and connected devices.
Get recent wearable data (last 7 days):
betterness activity get --from <7-days-ago> --to <today> --json
betterness sleep get --from <7-days-ago> --to <today> --json
betterness vitals get --from <7-days-ago> --to <today> --json
Summarize trends: steps, sleep quality, heart rate, HRV.
Get recommended next actions:
betterness workflow next-actions --json
Present prioritized actions (HIGH/MEDIUM/LOW) with specific recommendations.
Deep dive on out-of-range biomarkers (if any):
betterness biomarkers search --range OUT_OF_RANGE --json
For each out-of-range biomarker, explain what it means and what the user can do.