Install
openclaw skills install china-hospital-recommendationGenerate English hospital recommendation reports for medical travel to China, hospital matching, and redo orders. Use when needs to turn user intake data into a premium deliverable with exactly 3 recommended hospitals by default, specialist-direction guidance, cost and logistics advice, evidence notes, and final Markdown/PDF export. Triggers on mentions of China hospital report, custom China medical travel report, China hospital matching deliverable, report redo, or premium PDF export.
openclaw skills install china-hospital-recommendationGenerate 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.
ReportRequest, ReportResearchModel, and RenderedReportModelreferences/specialty-mapping.md.references/fudan-rankings-2025.md as the static ranking baseline. Do not search the web for Fudan rankings during generation.references/search-policy.md, such as international services, department pages, specialist public profiles, JCI status, visa, transportation, and accommodation.ReportResearchModel, separating static facts, current search-backed facts, and recommendation judgments.RenderedReportModel in 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.scripts/render_report.py to export Markdown and PDF.references/quality-checklist.md before returning it.reportlab premium renderer; keep Markdown as the editable intermediate artifact and use the pandoc path only as fallback.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