Coding

活百岁

Try it

收集用户身体指标、生活习惯、既往病史和目标,生成可执行的长寿行动计划与分阶段复盘机制,并提供风险评分、自动周报/月报、保健品安全检查和每日饮食营养均衡分析(含热量缺口)。Use when users ask for longevity plans, healthy routine optimization, be...

What it does

收集用户身体指标、生活习惯、既往病史和目标,生成可执行的长寿行动计划与分阶段复盘机制,并提供风险评分、自动周报/月报、保健品安全检查和每日饮食营养均衡分析(含热量缺口)。Use when users ask for longevity plans, healthy routine optimization, be...

The skill document

Live To 100

Core Rule

Position the output as lifestyle guidance, not diagnosis or emergency care. If the user reports urgent danger signs (e.g., severe chest pain, fainting, stroke-like symptoms, self-harm intent), stop planning and advise immediate emergency care.

Workflow

1) Collect baseline data

Use references/intake-template.md as the intake form. Ask only for missing high-impact fields first:

  • Age, biological sex, height, weight, waist
  • Blood pressure (if known), resting heart rate, sleep duration
  • Activity level (steps, exercise days/week, sedentary hours)
  • Smoking, alcohol, caffeine timing
  • Current diseases, medications, supplement list
  • Main goal and constraints (time, budget, injuries, shift work)

If data is partial, continue with assumptions and clearly label assumptions.

2) Build longevity profile

Produce a concise risk-and-opportunity snapshot:

  • Green: already solid habits to maintain
  • Yellow: moderate gaps to improve in 4-12 weeks
  • Red: possible high-risk items that need clinician follow-up

Prioritize behavior changes by expected impact and feasibility. Do not overload the plan with more than 3 major behavior goals at once.

Then calculate a Longevity Risk Score (0-100) using references/risk-scoring.md:

  • Show total score and sub-scores (body composition, cardiometabolic, sleep/recovery, activity/sedentary, habits, medical context).
  • Explain top 3 contributors and which 2-3 changes can move the score most in 4 weeks.
  • If critical data is missing, output a provisional score and list missing fields.

3) Generate actionable plan

Return a 12-week plan in 3 phases:

  • Phase 1 (Week 1-2): minimum viable routine and reminders
  • Phase 2 (Week 3-6): progressive overload and consistency targets
  • Phase 3 (Week 7-12): stabilization and relapse prevention

Include these dimensions:

  • Hydration
  • Standing/mobility breaks
  • Sleep timing and wind-down
  • Exercise (aerobic + strength + daily movement)
  • Nutrition guardrails
  • Supplements (after safety screening only)

For each action, specify:

  • Trigger (when)
  • Action (what)
  • Minimum bar (minimum version)
  • Upgrade path (next level)

4) Configure reminders

Use references/reminder-presets.md and adapt to user wake/sleep schedule. For complex timetables (multiple windows, weekday/weekend differences, interval reminders, quiet hours), use references/reminder-timetable.md. Always output a reminder table with:

  • Reminder type
  • Time or interval
  • Message
  • Duration
  • Completion rule

Support at least these reminders:

  • Drink water
  • Stand up / move
  • Sleep routine
  • Workout
  • Supplements

If the platform supports recurring automations, generate platform-ready schedules. If not, output copy-paste reminder text for phone calendar or todo apps.

When structured schedule JSON is available, generate concrete reminders with: python scripts/generate_reminder_timetable.py --input schedule.json --output reminders.md

5) Apply supplement safety gate

Use references/supplement-safety.md before confirming any supplement advice:

  • Check contraindications against existing diseases, meds, allergies, pregnancy/breastfeeding status, kidney/liver flags.
  • Check dosage and timing boundaries; avoid adding stacked supplements with overlapping risks.
  • Output status per supplement: Safe to continue, Needs clinician review, or Avoid for now.
  • If conflict exists, prioritize food-first alternatives and medical follow-up over additional supplements.

6) Close the loop with auto reports

Add a lightweight check-in protocol:

  • Daily: adherence score (0-100) + 1 blocker
  • Weekly: trend on sleep, movement, training sessions, waist/weight
  • Every 4 weeks: adjust targets based on adherence and recovery

When adherence is low, reduce plan complexity before increasing intensity.

Generate reports using references/report-templates.md:

  • Weekly report: adherence, metric deltas, blockers, and next-week focus.
  • Monthly report: score trend, behavior consistency, supplement safety events, and plan adjustments.
  • Keep each report short and action-oriented.

7) Analyze daily meals and calorie deficit

Use references/daily-nutrition-log.md for daily food logging input. Evaluate these outputs every day:

  • Total calories and estimated calorie deficit/surplus vs target
  • Macro totals (protein/carbs/fat) and ratio balance
  • Fiber and hydration adequacy
  • Food diversity and ultra-processed food proportion (if available)

Return:

  • Nutrition Balance Score (0-100)
  • Calorie Deficit Status (on target / too aggressive / insufficient)
  • 2-3 concrete meal adjustments for next day

When structured daily log JSON is available, generate analysis with: python scripts/analyze_daily_nutrition.py --input nutrition_day.json --output nutrition_report.md

Output Format

Use this order:

  1. Health Snapshot (Green/Yellow/Red)
  2. Longevity Risk Score (total + sub-scores + key drivers)
  3. 12-Week Longevity Plan
  4. Reminder Schedule
  5. Supplement Safety Check
  6. Daily Nutrition Balance and Calorie Deficit
  7. Check-in and Auto Report Rules
  8. Medical Follow-up Flags (if applicable)

Keep recommendations specific, measurable, and time-bound. Avoid abstract advice without concrete behaviors.

Resources

  • Intake template: references/intake-template.md
  • Daily nutrition intake template: references/daily-nutrition-log.md
  • Reminder defaults: references/reminder-presets.md
  • Complex timetable schema: references/reminder-timetable.md
  • Risk model: references/risk-scoring.md
  • Supplement safety: references/supplement-safety.md
  • Weekly/monthly report templates: references/report-templates.md
  • Report generator script: scripts/generate_health_reports.py
  • Reminder timetable generator script: scripts/generate_reminder_timetable.py
  • Daily nutrition analyzer script: scripts/analyze_daily_nutrition.py

Use the script when structured JSON data is available: python scripts/generate_health_reports.py --input user_data.json --output report.md

Related skills

全方位生活满意度与平衡优化助手。覆盖人生轮盘8维度评估(身体健康/心理情绪/人际关系/工作事业/财务状况/学习成长/休闲娱乐/生活环境)、倦怠预警检查、季度深度反思、习惯调整建议、历史趋势追踪。生成交互式HTML可视化报告,含雷达图、优劣势分析、P0-P2优先级行动计划。用于生活审计、季度回顾、预防倦怠、常规重置...

1 installs

体检报告整体解读。输入完整体检报告文本,输出整体健康评级、主要发现(含严重程度)、优先行动清单和个性化生活方式建议(JSON + 通俗易懂的整体解读)。

16 installs

免费的健康诊断软件。当用户提到体重管理、减肥、减脂、瘦身、控糖、降血糖、体检报告解读、 体检单、指标解读、健康管理、健康诊断、健康评估、营养咨询、饮食建议、三餐打卡、食谱、 BMI、卡路里、热量、慢病管理、糖尿病、高血压、高血脂、脂肪肝、痛风、尿酸、养生、 免费健康、AI 营养师 等场景时使用。上传体检报告或回答 20 题健康问卷,生成体重管理 / 营养 / 控糖 / 减脂个性化方案与解读报告(支持 BMI 计算、热量估算、三餐饮食建议、 运动作息建议、慢病生活方式管理)。不用登录、免费使用、即装即用。

AI运动健康助手。自然语言记录运动(跑步/力量/游泳等),自动计算卡路里消耗,生成个性化运动计划,内置150+运动动作库,基于《中国居民运动指南》提供科学建议。生成可视化HTML运动报告(日报/周报)。触发词:运动记录, 今天运动, 跑步, 健身, 卡路里消耗, 运动计划, 训练方案, 运动报告, 做了什么运动,...

4 installs

慢病筛查辅助。输入居民健康数据(体征/检验/生活方式/家族史),评估高血压、糖尿病、心脑血管疾病等慢性病风险,给出分级和管理建议(JSON + 自然语言摘要)。

12 installs

Access the user's biohub — WHOOP, Oura, Fitbit, Apple Health, and Garmin biometrics (recovery, sleep, strain, HRV, SpO₂); FreeStyle Libre continuous glucose...

10 installs