Biohacker

Your Health Command Center β€” Morning Briefing That Keeps You Alive

Automated daily health briefing with zero effortHealth & Medical4 min read

Key Takeaway

Set up an automated daily health briefing: overnight vitals summary, recovery assessment, today's nutrition targets, workout recommendation, medication reminders, and upcoming health appointments. Your personal health concierge, delivered to Telegram every morning.

The Problem

Health optimization requires consistency. The problem isn't doing it once β€” it's doing it every day. After the initial enthusiasm fades, most people stop:

  • Checking their sleep data
  • Planning nutrition for the day
  • Adjusting workouts based on recovery
  • Taking supplements at the right time
  • Following up on health appointments

You don't need more health data. You need a system that USES your health data every day without requiring willpower.

The Solution

An automated morning briefing that combines all your health skills into one actionable daily report, delivered to your phone before you're fully awake.

The Process

Setup: One cron job

jsonShow code
{
  "name": "Morning Health Briefing",
  "schedule": {
    "kind": "cron",
    "expr": "0 6 * * *",
    "tz": "Europe/Paris"
  },
  "payload": {
    "kind": "agentTurn",
    "message": "Generate morning health briefing: 1) Overnight vitals from Apple Health (HR, HRV, sleep stages, SpO2), 2) Recovery score and workout recommendation, 3) Nutrition targets based on today's planned activity, 4) Any anomalies detected, 5) Upcoming health appointments this week."
  },
  "sessionTarget": "isolated",
  "delivery": { "mode": "announce" }
}

What arrives at 7 AM:

View details
β˜€οΈ MORNING HEALTH BRIEFING β€” Friday Mar 14

━━━━━━━━━━━━━━━━━━━━━━━

😴 OVERNIGHT VITALS
Sleep: 7h 22min (5 cycles β€” optimal βœ…)
Deep sleep: 1h 48min (25% β€” excellent)
REM: 1h 35min (21% β€” good)
Resting HR: 56 BPM (baseline: 58 β€” recovered βœ…)
HRV: 54ms (baseline: 52 β€” above average βœ…)
SpO2: 97% (normal βœ…)
Wrist temp: +0.1Β°C (normal)

Recovery Score: 8.5/10 β€” GREEN LIGHT πŸ’š

━━━━━━━━━━━━━━━━━━━━━━━

πŸ‹οΈ TODAY'S WORKOUT
Based on recovery (green) + training plan (Week 3):
β†’ HEAVY LOWER BODY DAY
- Back squat: 95kg, 4Γ—6 (up from 92.5kg last week)
- Romanian deadlift: 70kg, 3Γ—10
- Leg press: 180kg, 3Γ—12
- Walking lunges: BW, 3Γ—12 each
- Calf raises: 60kg, 4Γ—15

Estimated duration: 55 min
If ANY exercise feels off (joint pain, excessive
fatigue), drop weight 10% and complete volume.

━━━━━━━━━━━━━━━━━━━━━━━

πŸ₯— NUTRITION TARGETS (training day)
Calories: 2,400 (maintenance + training surplus)
Protein: 160g (higher on training days)
Carbs: 250g (fuel for heavy squats)
Fat: 70g

Pre-workout (2h before): 40g carbs + 25g protein
Post-workout (within 1h): 50g carbs + 40g protein
Creatine: 5g (with post-workout meal)

Reminder: You've been low on iron this week.
Include a lentil-based meal today (lentil soup +
lemon = iron + vitamin C for absorption).

━━━━━━━━━━━━━━━━━━━━━━━

πŸ“Š WEEKLY TRENDS (at a glance)
Sleep avg: 7.1h (target: 7.5) β€” slightly short
HRV trend: ↑ improving (48β†’54 over 5 days)
Training volume: on track (Week 3 of 8)
Protein avg: 138g (target: 150) β€” add one serving
Weight: 78.2kg (stable this week β€” on plan)

━━━━━━━━━━━━━━━━━━━━━━━

⚠️ ANOMALIES: None detected

πŸ“… HEALTH CALENDAR:
- Dentist appointment: Monday 10:30 AM
- Blood work follow-up with Dr. Martin: Wednesday 3 PM
  (bring last month's results)

━━━━━━━━━━━━━━━━━━━━━━━

Have a strong day πŸ’ͺ

Why this works:

  1. Zero effort required β€” it arrives automatically
  2. Already personalized β€” based on YOUR data from last night
  3. Actionable β€” specific workout, specific nutrition targets
  4. Context-aware β€” adjusts for training days vs rest days
  5. Catches drift β€” weekly trends show if you're slipping
  6. Anticipates needs β€” reminds you about appointments and deficiencies

The Results

Check phone β†’ health briefing β†’ informed decisions

Check phone β†’ social media β†’ forget health

Data-driven workout prescribed

Guess workout intensity

Targets set before first meal

Eat whatever, track retroactively (or don't)

Trends surfaced weekly

Miss trends until doctor visit

Reminded with context

Forget appointments

Health optimization feels like a service

Health optimization feels like work

Full Stack Required

yamlShow code
skills:
  - health-guardian
  - apple-health-skill
  - fitness-coach
  - gym
  - nutrition
  - personal-nutrition
  - sleep-tracker
  - doctor

This is the pinnacle of the health skill stack β€” everything wired together, automated, and delivered daily. The agent does the work. You make the decisions.

health-briefingautomationvitalsrecoveryhealth-dashboard

Want results like these?

Start free with your own AI team. No credit card required.

Your Health Command Center β€” Morning Briefing That Keeps You Alive β€” Mr.Chief