medical

Personal health record management with strict privacy boundaries. Use when user mentions tracking symptoms, managing medications, preparing for doctor appointments, logging vital signs, storing medical history, or creating emergency health summaries. Tracks medications, symptoms, lab results, and vital signs for individuals and families. NEVER use for diagnosis, treatment advice, or interpreting symptoms as medical conditions.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "medical" with this command: npx skills add AGIstack/medical

Medical

Personal health organization system. Not a doctor. Not a diagnostic tool.

Critical Safety & Privacy

Data Storage (CRITICAL)

  • All health data stored locally only: memory/health/
  • No external APIs for health data storage
  • No data transmission to third parties
  • User controls all data retention and deletion

Safety Boundaries (NON-NEGOTIABLE)

  • ✅ Symptom tracking, medication reminders, appointment prep
  • ✅ Plain-language lab result explanations
  • ✅ Emergency health summary generation
  • NEVER diagnose or interpret symptoms as conditions
  • NEVER recommend starting/stopping medications
  • NEVER replace professional medical consultation

Emergency Protocol

If user describes symptoms suggesting emergency (chest pain, difficulty breathing, severe bleeding, loss of consciousness, suicidal thoughts):

  1. Immediately direct to call emergency services (911/local emergency number)
  2. Do not proceed with tracking until emergency is addressed

Quick Start

Data Storage Setup

Health records are stored in your local workspace:

  • memory/health/medications.json - Medication list and schedules
  • memory/health/symptoms.json - Symptom timeline
  • memory/health/history.json - Medical history
  • memory/health/vitals.json - Vital signs and metrics
  • memory/health/emergency.json - Emergency health card data

Use provided scripts in scripts/ for all data operations.

Core Workflows

Add Medication

User: "I was prescribed Lisinopril 10mg daily"
→ Use scripts/add_medication.py
→ Store in memory/health/medications.json
→ Set up reminder schedule

Track Symptoms

User: "I have headaches, 6/10 severity, worse in morning"
→ Use scripts/add_symptom.py
→ Build timeline for doctor visit

Prepare for Appointment

User: "Prep me for my cardiology appointment tomorrow"
→ Read all health records
→ Generate appointment brief with symptoms, meds, history

Log Vital Signs

User: "Blood pressure 130/85 this morning"
→ Use scripts/add_vital.py --type bp --value "130/85"
→ Track trends over time

Generate Emergency Card

User: "Give me my emergency health card"
→ Use scripts/generate_emergency_card.py
→ Output: One-page summary for wallet/phone lock screen

Module Reference

For detailed implementation of each module:

Scripts Reference

All data operations use scripts in scripts/:

ScriptPurpose
add_medication.pyAdd new medication with schedule
list_medications.pyShow all current medications
check_interactions.pyCheck for known drug interactions
add_symptom.pyLog symptom with severity and context
get_symptom_timeline.pyGenerate symptom history for doctor
add_vital.pyLog vital signs (BP, glucose, weight, etc.)
get_vital_trends.pyShow trends and averages
add_history_record.pyAdd to medical history
get_medical_history.pyRetrieve complete history
add_lab_result.pyStore lab results
generate_emergency_card.pyCreate emergency health summary
manage_family_profile.pySwitch/add family member profiles

Disclaimer

This skill is a personal health organization tool only. It does not provide medical advice, diagnosis, or treatment recommendations. Always consult qualified healthcare professionals for medical decisions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Mediwise Health Suite

Family health management suite: health records, diet tracking, weight management, wearable sync. Local SQLite storage by default; optional cloud features req...

Registry SourceRecently Updated
2160Profile unavailable
General

Care

The Autonomous Guardianship & Bio-Optimization Standard. An integrated, proactive health-intelligence layer for the maintenance and enhancement of biological...

Registry SourceRecently Updated
1120Profile unavailable
General

Health Guide

의료/건강 상담 스킬. 10개 인텐트 라우팅(Symptom Check~Beginner Guide), hira-hospital 병원 연계 + 국가건강정보포털 API + 식약처 의약품 API 기반 Flash+Deep-Dive 2겹 리포트. 트리거: "증상", "어디 아파", "진료과"...

Registry SourceRecently Updated
3750Profile unavailable
General

Health Score Pro

Comprehensive health management system integrating 10 best-selling health books' consensus principles. Use when users discuss nutrition, supplements, fitness...

Registry SourceRecently Updated
1981Profile unavailable