Family Doctor Emergency Preparedness Skill - Complete Health Companion with Vital Monitoring and First Aid Guidance

0 0 Updated: 2026-07-30 16:19:22

A 25-skill integrated AI family doctor emergency preparedness system that monitors whole-family vitals, manages chronic conditions, and provides step-by-step first aid instructions. Open-source from Yungho/family-doctor on GitHub.

Install
npx skills add https://github.com/Yungho/family-doctor/tree/main/emergency-preparedness --skill emergency-preparedness
Skill Details readonly

While browsing GitHub recentlyI stumbled upon a treasure project called family-doctorcreated by YunghoAt first I thought it was just an ordinary health demobut when I clicked inI was blown away—this thing actually integrates 25 skillsand there's a dedicated emergency-preparedness folder containing a SKILL.md fileIt's basically a complete emergency preparedness system!

As a middle-aged working person with both elderly parents and young childrenI'm constantly worried about my family's healthMy parents have high blood pressure and blood sugar issuesmy child gets fevers easilyand I myself stay up late frequentlyalways fearing that one day I might collapse suddenlyThis skill feels tailor-made for me! Todaylet me tell you all about this Family Doctor Emergency Preparedness Skill.

What exactly can this skill do?

Don't be intimidated by the term "emergency preparedness"—it's not just about teaching you how to call emergency servicesSimply putit's an AI family doctor that can monitor vital signs (heart rateblood pressureoxygen saturationbody temperatureetc.) in real-timemanage chronic diseases (like diabeteshypertension)and most importantlywhen an emergency occursit provides step-by-step first aid guidanceFor exampleif a child gets burnedit will tell you how long to rinse with cold waterwhether to apply ointmentand under what circumstances you must go to the hospitalIf an elderly person suddenly has chest painit will quickly assess the risk and offer relief measures and medical advice.

Moreoverthis skill is not isolated—it integrates with the other 24 skills in the entire family-doctor project! For instanceif you record daily blood pressure datathe emergency preparedness skill will automatically analyze trends and give early warnings for potential risksI tried it outand it really felt like something out of a sci-fi movie.

Is it troublesome to install?

Not at allSince it's based on GitHub's Skill projectthe official recommendation is to use npx skills add for one-click installationYou just need to type one command in the terminal:

npx skills add <skill-url> --skill emergency-preparedness

The prerequisite is that your computer must have Node.js installed (version 16 or above is fine)After installationyou can run it directly inor start it with a local commandI tested it on my Macand the whole process took less than two minutes—very smooth.

If you don't want to useyou can also download the ZIP package directly from GitHub (there's a button on the right side of the page)HoweverI still recommend using the command installation for easier future updates.

How does it actually perform in practice?

I tested it with my father's dataI entered his recent blood pressure reading (145/95)and the skill immediately gave several suggestions:

  • Rest for 15 minutes and measure again to rule out stress factors.
  • If it remains elevatedconsider adjusting antihypertensive medication or consult a doctor.
  • Also provide reminders for a low-salt diet and a simple exercise plan.

Then I simulated a scenario of "a child swallowing a foreign object" (don't worryjust a test)The skill immediately popped up a flowchart: Step 1 → Stay calmStep 2 → Check if breathing is difficultStep 3 → Perform Heimlich maneuver based on the situationalong with links to animated demonstrationsAlthough it was just text and diagramsthe logic was very clearmuch more reliable than the information I used to get from Baidu.

To be honestwhat moved me most about this skill is that it can work without an internet connection (when run locally)and all data is stored on your own computerensuring privacy and securityCompared to commercial apps that frequently collect health datathis open-source project is truly conscientious.

A few small details to note

  • Don't treat it as a miracle doctor: It is only an auxiliary tool and cannot replace actual medical diagnosisIn case of an emergencythe first step is to call emergency services.
  • Keep data accurate: If you input fake datathe advice will also be offIt's best to enter your family members' historical medical reports.
  • Update regularly: Since the project is still under active developmentit's advisable to sync with the latest version periodically.

Additionallythe author Yungho has other interesting repositories on GitHubsuch as some smart hardware projectsHe seems to be a hardcore geekIf interestedyou can check out his profile.

Summary? Actuallynothing much to summarize

For methis skill has become the "first-aid tip" on my phoneAlthough I hope I'll never need its emergency featureshaving it gives me much peace of mindI strongly recommend every family to have such an AI assistantespecially those with elderly and childrenOne final reminder: Don't make a typo in the installation commandand pay attention to capitalization and pathWellthat's all for todayI'm off to measure my parents' blood oxygen levels~

📢 Sponsored