一键导入
health
Build and update a normalized personal health profile from Whoop data and natural conversation about goals, constraints, and preferences.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and update a normalized personal health profile from Whoop data and natural conversation about goals, constraints, and preferences.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Meta-skill for the Turri bundle that routes natural language health conversations to the right capability — nutrition logging, health profile, pattern discovery, experiments, news, or daily coaching.
Log meals from food photos or natural language descriptions — infer ingredients, call the nutrition tool immediately, and return full micronutrient detail. Do not estimate nutrition in chat manually.
Generate a personalized daily health coaching message by dispatching 10 specialist subagents that each review the user's data from their domain expertise. Each subagent delivers its own message as a separate Telegram bubble.
Answer health questions by routing to the most relevant specialist subagent(s) from the 10-agent roster, grounded in the user's own data.
Discover patterns in health data, answer questions about correlations, and guide structured self-experiments with observation, hypothesis, check-ins, analysis, and next-step recommendations.
Fetch and summarize a curated daily digest of health, longevity, nutrition, sleep, exercise, and aging news from predefined sources.
| name | health |
| description | Build and update a normalized personal health profile from Whoop data and natural conversation about goals, constraints, and preferences. |
| user-invocable | true |
Use this skill when:
/health (legacy shortcut)Rules:
Questionnaire flow:
health_profile tool with command: "merge_questionnaire" and the questionnaire payload:{
"command": "merge_questionnaire",
"input_json": {
"goals": ["..."],
"constraints": ["..."],
"preferences": {},
"questionnaire": {}
}
}
Whoop connect flow (first time only):
https://whoop-oauth-five.vercel.app/api/whoop/authorize{baseDir}/../../longevityOS-data/health/whoop_tokens.json.whoop_initiate tool to validate the tokens and fetch initial data:{ }
health_profile:{
"command": "merge_import",
"input_json": { /* paste the whoop_initiate output here */ }
}
Whoop sync flow (already connected):
Always use the whoop_sync tool for ongoing data refreshes — it fetches new data and merges into the profile in one step:
{ }
Never use whoop_initiate for routine syncs. It is only for first-time onboarding.
To inspect the current profile:
{ "command": "show" }