← 返回 Skills 市场
harrylabsj

Haodf

作者 haidong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
298
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install haodf
功能描述
Help patients find suitable doctors based on symptoms, specialty, location, and doctor ratings. Use when the user wants to find a doctor, get medical recomme...
使用说明 (SKILL.md)

Haodf (好大夫)

Help patients find suitable doctors based on symptoms, specialty, location, and doctor ratings.

Triggers

Activate on doctor search requests such as finding a doctor, choosing the right specialty, comparing hospitals, booking-related questions, symptom-to-specialty matching, or seeking clinician recommendations.

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

  1. Understand Symptoms — What are the patient's symptoms or conditions?
  2. Determine Specialty — Map symptoms to appropriate medical specialty
  3. Filter by Location — Consider patient's location and travel preference
  4. Evaluate Doctors — Check ratings, experience, patient reviews
  5. 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: "What specialty should I see for my headache?" Response: For headaches, start with Neurology. If accompanied by vision problems, see Ophthalmology. If caused by injury, see Neurosurgery.

User: "Find me a good doctor for stomach issues in Beijing" Response: [Recommended Gastroenterology doctors list, including hospital, specialty, and ratings]

User: "My child has a fever, what department should I go to?" Response: Recommend Pediatrics. If high fever persists or the child appears lethargic, go directly to the children's hospital emergency room.

安全使用建议
This skill can help map symptoms to specialties and suggest what to consider when picking a doctor, but it provides no instructions for obtaining real-time ratings, reviews, or booking links. Before installing or using it: - Treat any specific doctor names, ratings, review counts, addresses, or booking instructions from this skill as unverified — ask it to cite sources or verify details with official hospital/clinic sites. - Avoid sharing sensitive personal health details you do not want stored or processed; the skill explicitly asks for symptoms and location, which are sensitive data. - If you need accurate, up-to-date listings or appointment booking, prefer a skill that declares and documents an official API or integration (and requires appropriate credentials) rather than one that only generates recommendations from model knowledge. - If you rely on recommendations for medical decisions, always confirm with a licensed clinician or official medical facility; this skill is not a substitute for professional medical advice.
功能分析
Type: OpenClaw Skill Name: haodf Version: 1.0.2 The skill bundle consists of a metadata file and a Markdown instruction file (SKILL.md) designed to help users find medical doctors. It contains no executable code, network requests, or attempts to access sensitive system information. The instructions are well-structured, include a medical disclaimer, and show no signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
The name and description claim a doctor-finding capability that reasonably could be implemented either as a knowledge-based helper or by calling a provider (e.g., Haodf) API. The skill declares no credentials, endpoints, or binaries, which is coherent if the intent is only to map symptoms to specialties and advise how to choose a doctor. However, the SKILL.md also instructs the agent to evaluate doctors (ratings, reviews) and provide appointment instructions — capabilities that normally require live data access. That gap is not documented.
Instruction Scope
Runtime instructions ask the agent to recommend specific doctors with experience, ratings, review counts, hospital addresses, and booking steps, but they do not specify any trusted data sources, APIs, or scraping procedures. This invites hallucination (invented doctors/ratings) or use of unspecified external queries. The skill also instructs collecting symptoms and location — sensitive personal health information — without guidance on consent, retention, or secure handling.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be written to disk or automatically downloaded during install, which minimizes installation risk.
Credentials
The skill requires no environment variables or credentials, which is proportionate for a purely advisory symptom-to-specialty mapper. However, the declared lack of credentials conflicts with the expectation of providing live ratings/booking info; if the skill were intended to query an external doctor directory, it would likely need API keys or endpoints. Also note the skill asks for personal health and location data (sensitive), but does not mention data protection or consent handling.
Persistence & Privilege
The skill is not set to always: true and uses default invocation settings. It does not request persistent privileges or system configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install haodf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /haodf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated example interactions to use English language for user queries and responses. - No changes to feature set or functionality; content and guidance remain unchanged aside from language updates in examples.
v1.0.1
English-first documentation update
v1.0.0
Initial release
元数据
Slug haodf
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 3
常见问题

Haodf 是什么?

Help patients find suitable doctors based on symptoms, specialty, location, and doctor ratings. Use when the user wants to find a doctor, get medical recomme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Haodf?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install haodf」即可一键安装,无需额外配置。

Haodf 是免费的吗?

是的,Haodf 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Haodf 支持哪些平台?

Haodf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Haodf?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.2。

💬 留言讨论