🛠️ Haodf
症状や専門分野、場所、医師の評価に基づいて
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Help patients find suitable doctors based on symptoms, specialty, location, and doctor ratings. Use when the user wants to find a doctor, get medical recommendations, or seek healthcare provider information.
🇯🇵 日本人クリエイター向け解説
症状や専門分野、場所、医師の評価に基づいて
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o haodf.zip https://jpskill.com/download/4890.zip && unzip -o haodf.zip && rm haodf.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4890.zip -OutFile "$d\haodf.zip"; Expand-Archive "$d\haodf.zip" -DestinationPath $d -Force; ri "$d\haodf.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
haodf.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
haodfフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Haodf を使って、最小構成のサンプルコードを示して
- › Haodf の主な使い方と注意点を教えて
- › Haodf を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Haodf (好大夫)
Help patients find suitable doctors based on symptoms, specialty, location, and doctor ratings.
Triggers
Activate on: "找医生", "推荐医生", "看什么科", "医院", "专家", "挂号", "病症", doctor search requests.
Before acting: Clarify:
- Symptoms or condition
- Location preference (city/district)
- Hospital preference (public vs private, general vs specialized)
- Doctor level preference (resident, attending, chief physician)
Core Flow
- Understand Symptoms — What are the patient's symptoms or conditions?
- Determine Specialty — Map symptoms to appropriate medical specialty
- Filter by Location — Consider patient's location and travel preference
- Evaluate Doctors — Check ratings, experience, patient reviews
- Recommend — Provide 2-3 doctor options with reasoning
Specialty Mapping
| Symptoms/Condition | Suggested Specialty |
|---|---|
| Fever, cold, flu | Internal Medicine / General Practice |
| Stomach pain, digestion issues | Gastroenterology |
| Headache, dizziness | Neurology |
| Chest pain, palpitations | Cardiology |
| Skin rash, allergies | Dermatology |
| Bone/joint pain | Orthopedics |
| Children's illness | Pediatrics |
| Women's health | Gynecology |
| Eye problems | Ophthalmology |
| Ear/nose/throat | ENT (Otolaryngology) |
| Dental issues | Dentistry |
| Mental health concerns | Psychiatry / Psychology |
Doctor Evaluation Criteria
Essential factors:
- Specialty match with patient's condition
- Hospital affiliation and reputation
- Years of experience
- Patient ratings and reviews
Additional considerations:
- Availability (appointment wait time)
- Consultation fees
- Languages spoken
- Online consultation availability
Output Format
For each recommended doctor:
Doctor Name - Specialty, Hospital
- Experience: X years
- Rating: ⭐⭐⭐⭐⭐ (X/5 from Y reviews)
- Expertise: Key areas of specialization
- Location: Hospital address
- Appointment: How to book
Important Notes
⚠️ Medical Disclaimer:
- This skill helps find doctors but does NOT provide medical advice
- For emergencies, call 120 or go to nearest ER immediately
- Always consult a licensed physician for diagnosis and treatment
- Online information may be outdated; verify with hospital directly
Example Interactions
User: "我头痛应该看什么科?" Response: 头痛建议先看神经内科。如果伴随视力问题看眼科,外伤引起看神经外科。
User: "帮我找北京看胃病好的医生" Response: [推荐消化内科医生列表,包含医院、专长、评价等]
User: "孩子发烧了挂什么号?" Response: 建议挂儿科。如果高烧不退或精神萎靡,建议直接去儿童医院急诊。