← Back to Skills Marketplace
harrylabsj

Hospital

by haidong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
255
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install hospital
Description
Help patients find suitable hospitals based on medical needs, location, hospital level, and specialties. Use when the user wants to find a hospital, compare...
README (SKILL.md)

Hospital (医院)

Help patients find suitable hospitals based on medical needs, location, hospital level, and specialties.

Triggers

Activate on hospital search requests: "find hospital", "recommend hospital", "which hospital is good", "Grade A Tertiary hospital", "specialty hospital", "emergency", "inpatient", or hospital search queries.

Before acting: Clarify:

  • Medical condition or symptoms
  • Location preference (city/district)
  • Urgency level (emergency vs routine)
  • Hospital level preference (primary, secondary, tertiary)
  • Public vs private preference

Core Flow

  1. Assess Condition — Emergency or routine? What specialty needed?
  2. Determine Hospital Level — Match condition severity to hospital capability
  3. Filter by Location — Consider patient's location and travel time
  4. Evaluate Hospitals — Check level, specialties, reputation, facilities
  5. Recommend — Provide 2-3 hospital options with reasoning

Hospital Levels (China)

Level Name Capabilities Best For
Primary 一级 (YiJi) Basic care, common diseases Minor illnesses, chronic disease management
Secondary 二级 (ErJi) General care, some specialties Moderate conditions, surgery
Tertiary 三级 (SanJi) Comprehensive, advanced care Complex conditions, rare diseases
Grade A Tertiary 三甲 (SanJia) Top-tier, research hospitals Serious/complex cases, specialized treatment

Hospital Types

General Hospitals (综合医院)

  • Multiple departments
  • Handle various conditions
  • Good for undiagnosed symptoms

Specialized Hospitals (专科医院)

  • Focus on specific areas
  • Often higher expertise in specialty
  • Examples: Children's hospital, Cancer hospital, Eye hospital

Community Health Centers (社区卫生服务中心)

  • Primary care, prevention
  • Chronic disease management
  • Close to residential areas

Emergency vs Non-Emergency

🚨 Go to ER Immediately (任何医院急诊):

  • Chest pain
  • Difficulty breathing
  • Severe bleeding
  • Loss of consciousness
  • Severe allergic reaction
  • Major trauma

🏥 Choose Hospital Based on Specialty:

  • Chronic conditions
  • Planned procedures
  • Specialist consultations
  • Second opinions

Specialty Hospital Guide

Condition Recommended Hospital Type
Pediatric issues Children's Hospital
Cancer Cancer Hospital / Oncology Center
Heart disease Cardiovascular Hospital
Mental health Psychiatric Hospital
Maternity Maternity Hospital / Women's Hospital
Dental Dental Hospital / Stomatology
Traditional Chinese Medicine TCM Hospital
Infectious diseases Infectious Disease Hospital

Evaluation Criteria

Essential factors:

  • Hospital level (三级甲等 preferred for serious conditions)
  • Specialty match
  • Location and accessibility
  • Emergency capabilities (if needed)

Additional considerations:

  • Insurance acceptance
  • Bed availability
  • Doctor qualifications
  • Equipment and facilities
  • Patient reviews

Output Format

For each recommended hospital:

Hospital Name - [Level] [Type]

  • Address: Location
  • Level: 三级甲等 / 三级乙等 / 二级等
  • Specialties: Key departments
  • Strengths: Notable capabilities
  • How to go: Transportation options

Important Notes

⚠️ Medical Disclaimer:

  • This skill helps find hospitals but does NOT provide medical advice
  • For life-threatening emergencies, call 120 immediately
  • Hospital information may change; verify before visiting
  • Always follow doctor's advice for treatment decisions

Example Interactions

User: "北京看心脏病哪家医院好?" Response: [推荐北京的心血管专科医院或三甲综合医院心内科]

User: "我肚子痛应该去什么医院?" Response: 建议先去二级或以上综合医院消化内科。如果剧烈疼痛或伴有发热、呕吐,建议直接去三甲医院急诊。

User: "找附近的社区医院" Response: [推荐附近的社区卫生服务中心,适合常见病、慢性病管理] munity hospital nearby" Response: [Recommended nearby community health service centers, suitable for common illnesses and chronic disease management]

Usage Guidance
This skill appears to be a straightforward, instruction-only hospital finder with no hidden permissions. Before using: (1) Do not share highly sensitive personal health identifiers unless you intend to; the skill asks clarifying questions but does not require system access. (2) Treat recommendations as informational — verify hospital details (addresses, hours, bed availability, insurance acceptance) with official sources before traveling. (3) For urgent or life‑threatening issues, follow local emergency procedures (the skill references China’s 120). (4) Be aware of potential hallucinations: ask the skill to cite sources or confirm up-to-date contact info if you need actionable directions.
Capability Analysis
Type: OpenClaw Skill Name: hospital Version: 1.0.2 The skill bundle contains only metadata and informational instructions (SKILL.md) designed to guide an AI agent in helping users find hospitals in China. It lacks any executable code, network requests, or instructions that could lead to data exfiltration or unauthorized system access.
Capability Assessment
Purpose & Capability
The name, description, and runtime instructions all focus on finding and recommending hospitals (including Chinese hospital level terminology and emergency guidance). There are no unrelated requirements (no binaries, env vars, or external credentials) that would be out of scope for a hospital-finder.
Instruction Scope
SKILL.md stays within scope: it asks the agent to clarify user medical condition, location, urgency, and preferences, then produce 2–3 recommendations with rationale and a standard output format. It explicitly disclaims giving medical advice and instructs users to call emergency services for life‑threatening events. It does not instruct reading system files, environment variables, or sending data to third‑party endpoints.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or fetched during install.
Credentials
No environment variables, credentials, or config paths are required. The skill's needs are minimal and proportionate to its stated functionality.
Persistence & Privilege
The skill does not request permanent/always-on presence (always:false) and does not modify other skills or system settings. Autonomous invocation is allowed by platform default but is not combined with any elevated privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hospital
  3. After installation, invoke the skill by name or use /hospital
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
English main doc for hospital search guidance
v1.0.1
- Expanded trigger phrases to support English-language hospital search queries. - Clarified and translated hospital level names and descriptions (now includes both English and Chinese). - Improved accessibility for international users. - No logic or feature changes; documentation and trigger matching updates only.
v1.0.0
Initial release
Metadata
Slug hospital
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Hospital?

Help patients find suitable hospitals based on medical needs, location, hospital level, and specialties. Use when the user wants to find a hospital, compare... It is an AI Agent Skill for Claude Code / OpenClaw, with 255 downloads so far.

How do I install Hospital?

Run "/install hospital" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hospital free?

Yes, Hospital is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hospital support?

Hospital is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hospital?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.2.

💬 Comments