원클릭으로
get-profile
Query and display user basic medical information with visual formatting including BMI gauge and weight trends.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query and display user basic medical information with visual formatting including BMI gauge and weight trends.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI-driven health analysis system including comprehensive analysis, risk prediction, intelligent Q&A, and report generation.
Manage allergy records including drug, food, and environmental allergies with severity tracking and medical alert integration.
Track and assess child developmental milestones based on ASQ-3 and Denver II standards. Use when user mentions development, milestones, motor skills, language, social skills, or cognitive development.
Track child illness, symptoms, fever management, and medication records. Use when user mentions child sickness, fever, cough, cold, or disease.
Child mental health screening, mood tracking, behavior assessment, anxiety and ADHD screening. Use when user mentions child emotions, behavior, attention, mood swings, or mental concerns.
Track child diet, nutrition assessment, picky eating management, and dietary advice. Use when user mentions child eating, meals, nutrition, vitamins, or feeding issues.
| name | get-profile |
| description | Query and display user basic medical information with visual formatting including BMI gauge and weight trends. |
| argument-hint | <> |
| allowed-tools | Read, Write |
| schema | get-profile/schema.json |
Display user's basic medical parameters and calculated indicators with beautiful visual formatting.
Execute -> Read profile.json -> Validate Data -> Visual Display -> Quick Actions Prompt
Read user basic information from data/profile.json.
╔══════════════════════════════════════════════════╗
║ 👤 Personal Health Profile ║
╠══════════════════════════════════════════════════╣
║ ║
║ 📋 Basic Information ║
║ ──────────────────────────────────────────── ║
║ Height: ████ 175 cm ║
║ Weight: ██████ 70 kg ║
║ Birth Date: 1990-01-01 ║
║ Age: 35 years ║
║ ║
╠══════════════════════════════════════════════════╣
║ ║
║ 📊 Health Indicators ║
║ ──────────────────────────────────────────── ║
║ ║
║ BMI Index: ║
║ ┌────────────────────────────────────────┐ ║
║ │ Underweight Normal Overweight Obese │ ║
║ │ 18.5 18.5 24.0 28.0 │ ║
║ │ ▼ 22.9 │ ║
║ └────────────────────────────────────────┘ ║
║ Current: 22.9 [Normal] ║
║ ║
║ Body Surface Area (BSA): 1.85 m² ║
║ (Correction parameter for radiation dose) ║
║ ║
╚══════════════════════════════════════════════════╝
┌────────────────────────────────────┐
│ 👤 Personal Health Profile │
├────────────────────────────────────┤
│ 📋 Basic Information │
│ ────────────────────────────── │
│ Height: 175 cm │
│ Weight: --- │
│ Birth Date: 1990-01-01 │
│ │
│ 💡 Tip: Use /profile set to complete info │
└────────────────────────────────────┘
| BMI Range | Status | Symbol |
|---|---|---|
| < 18.5 | Underweight | ⚠️ |
| 18.5-23.9 | Normal | ✅ |
| 24-27.9 | Overweight | ⚠️ |
| >= 28 | Obese | 🔴 |
If history array has data, display weight trend:
┌────────────────────────────────────┐
│ 📈 Weight History (Last 5) │
├────────────────────────────────────┤
│ 2025-12-31 → 70.0 kg (BMI: 22.9)│
│ 2025-11-15 → 71.5 kg (BMI: 23.4)│
│ 2025-10-01 → 72.0 kg (BMI: 23.5)│
│ 2025-08-20 → 73.2 kg (BMI: 23.9)│
│ 2025-07-05 → 74.0 kg (BMI: 24.2)│
│ │
│ 📊 Change: -4.0 kg (-5.4%) │
└────────────────────────────────────┘
────────────────────────────────────────
🔧 Quick Actions:
/profile set [height] [weight] [dob] - Update info
/vitals [bp] [glucose] - Record vitals
/query lab - Query lab records
────────────────────────────────────────
1. Read data/profile.json
2. Check data completeness
3. Select display format based on completeness
4. Render visual output
5. Add quick actions prompt
User invokes skill
-> Display complete profile
User invokes skill (no data)
-> Display setup prompt