원클릭으로
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.