/install china-hospital-recommendation
Hospital Recommendation Report
Overview
Generate a self-contained premium report for paid users who need hospital matching guidance in China. The skill carries its own product brief, ranking snapshot, recommendation method, search policy, schema, and PDF rules; do not depend on repo-external references when using it.
Resources To Read
- references/product-brief.md: report purpose, user promise, and scope boundaries
- references/report-schema.md:
ReportRequest,ReportResearchModel, andRenderedReportModel - references/specialty-mapping.md: convert case descriptions into Fudan specialty keys
- references/fudan-rankings-2025.md: bundled static ranking baseline
- references/recommendation-method.md: hospital and specialist recommendation logic
- references/search-policy.md: what may be searched at generation time
- references/pdf-spec.md: premium PDF expectations
- references/quality-checklist.md: final QA gate
Workflow
- Confirm the task is a paid deliverable, not a casual answer.
- Read the product brief and schema before drafting.
- Map the condition to one or more specialties with
references/specialty-mapping.md. - Use
references/fudan-rankings-2025.mdas the static ranking baseline. Do not search the web for Fudan rankings during generation. - Search only for dynamic facts allowed by
references/search-policy.md, such as international services, department pages, specialist public profiles, JCI status, visa, transportation, and accommodation. - Build a
ReportResearchModel, separating static facts, current search-backed facts, and recommendation judgments. - Produce a
RenderedReportModelin English. Default to exactly 3 hospitals unless the payload includes a justified expansion reason. Prefer structured access-evidence and scenario-cost fields when the evidence is available. - Run
scripts/render_report.pyto export Markdown and PDF. - Review the output against
references/quality-checklist.mdbefore returning it.
Output Rules
- Default delivery language is patient-facing English.
- Default hospital count is 3.
- Include specialist direction or department-lead guidance for the case; do not invent named doctors when public evidence is thin.
- When staging, pathology, receptor status, or treatment sequence are still unclear, default specialist guidance to evaluation-first or MDT-first rather than procedure-first.
- Keep hospital Chinese names as supporting labels only.
- Treat JCI as a positive recommendation factor when verified, but not as a hard requirement.
- Use evidence notes to explain what came from the bundled ranking baseline and what needs current verification.
- Separate administrative intake, record-review workflow, and doctor-led remote consultation. Do not imply teleconsult availability unless it is explicitly verified.
- Prefer scenario-based cost framing. If costs are high-uncertainty, say so directly instead of presenting a false sense of precision.
- Keep the report scoped to hospital matching, specialist direction, cost guidance, travel logistics, next steps, and disclaimer text.
- For PDF delivery, prefer the built-in
reportlabpremium renderer; keep Markdown as the editable intermediate artifact and use thepandocpath only as fallback. - Follow the ChinaMed design-system palette for premium PDF styling instead of inventing a separate visual theme.
- Always append the ChinaMed Select consult-service sentence to the final Disclaimer in both Markdown and PDF output.
Export
Generate Markdown and PDF:
python3 .agents/skills/hospital-recommendation-report/scripts/render_report.py input.json --output-dir output
Generate Markdown only:
python3 .agents/skills/hospital-recommendation-report/scripts/render_report.py input.json --output-dir output --skip-pdf
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install china-hospital-recommendation - 安装完成后,直接呼叫该 Skill 的名称或使用
/china-hospital-recommendation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
China Hospital Recommendation 是什么?
Generate English hospital recommendation reports for medical travel to China, hospital matching, and redo orders. Use when needs to turn user intake data int... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 China Hospital Recommendation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-hospital-recommendation」即可一键安装,无需额外配置。
China Hospital Recommendation 是免费的吗?
是的,China Hospital Recommendation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
China Hospital Recommendation 支持哪些平台?
China Hospital Recommendation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Hospital Recommendation?
由 helenalhq(@helenalhq)开发并维护,当前版本 v1.0.1。