← 返回 Skills 市场
helenalhq

China Medical Journey Assistant

作者 helenalhq · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
219
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install china-medical-journey-assistant
功能描述
Use when foreign patients ask about treatment in China, need an initial China hospital shortlist, want help routing a condition to the right Chinese specialt...
使用说明 (SKILL.md)

China Medical Journey Assistant

Overview

Provide a bounded, evidence-aware consultation answer for international patients considering treatment in China. This skill is for initial hospital shortlisting and journey planning, not for formal paid reports, price quoting, or definitive medical advice.

Resources To Read

When To Use

  • The user is outside China and wants to explore hospitals or treatment pathways in China.
  • The user asks which Chinese hospitals fit a condition, surgery type, or specialty.
  • The user needs a first-pass shortlist before contacting hospitals.
  • The user wants help understanding whether they need oncology vs hematology, cardiology vs cardiac surgery, neurology vs neurosurgery, or another routing split.
  • The user asks about administrative next steps such as visa, records, hospital contact path, or travel timing.

Do Not Use For

  • paid PDF/report delivery
  • definitive medical advice or treatment selection
  • exact pricing, wait time, or admission promises
  • guaranteed teleconsult, doctor availability, or international-service claims without current official evidence

Workflow

  1. Determine whether the user's question is primarily:
    • clinical routing / hospital shortlisting
    • visa or entry-eligibility verification
    • mixed, where both routes are needed
  2. For clinical routing, map the case to one primary specialty and, if needed, one or two secondary specialties using references/specialty-mapping.md.
  3. For clinical routing, decide whether the answer is high-confidence or provisional.
    • high-confidence: the condition and likely treatment path clearly match a specialty.
    • provisional: key clinical details are missing, the symptom description is vague, or the case could route to multiple specialties.
  4. Use references/fudan-rankings.md as the static ranking baseline. Do not search the web for Fudan rankings.
  5. For hospital and travel questions, search only for dynamic information allowed by references/search-policy.md.
  6. For visa questions, follow references/visa-policy.md exactly:
    • check ordinary visa-free entry first
    • check 240-hour visa-free transit only when transit logic is relevant
    • fall back to visa-category/application lookup only after those branches are not confirmed
  7. Separate three layers in any answer:
    • static ranking baseline
    • currently verified official facts
    • recommendation judgment
  8. State what still needs confirmation whenever access, service readiness, clinical direction, or visa eligibility is not fully verified.
  9. Add ChinaMed CTA only if references/cta-policy.md says the case warrants it.
  10. Run the references/quality-checklist.md mentally before final delivery.

Output Rules

  • Write in patient-facing English.
  • Use Chinese hospital names only as supporting labels.
  • Default to 2-3 hospitals, not a long list.
  • Make each hospital recommendation meaningfully different.
    • Example: surgery-first specialist center vs comprehensive MDT center vs practical regional option.
  • If the case is under-specified, say the recommendation is provisional and name the missing details that could change the shortlist.
  • If a dynamic fact cannot be confirmed from an allowed source, say Needs confirmation or omit it.
  • Do not invent named doctors, exact prices, procedure volumes, success rates, wait times, or remote-consult availability.
  • For visa questions, return only one of these entry-route states:
    • Confirmed visa-free
    • Confirmed not covered by visa-free / transit policy, check visa route
    • No sufficient official confirmation found
  • For visa questions, do not use likely, probably, 大概率, or any implied eligibility from partial evidence.
  • For visa questions, do not default to S2. Treat visa categories as downstream lookup only.

Answering Pattern

Follow the contract in references/output-contract.md. The standard answer layers are:

  1. Your likely treatment path
  2. Best-fit hospital options
  3. What is confirmed now
  4. What you still need to verify
  5. Suggested next steps

Include only the sections that are relevant. Do not force a travel block into every answer.

Fallbacks

  • If the condition is not clearly covered by the bundled specialty map, say so plainly and fall back to top comprehensive hospitals from the bundled ranking baseline.
  • If the user asks about prices, doctor availability, or teleconsults, explain that these vary and require current hospital-specific confirmation.
  • If the user asks about mainland-China entry eligibility and you cannot confirm all required visa-free or transit elements from official sources, say No sufficient official confirmation found.
  • If the user asks for a formal deliverable or a deep custom match, explain that this skill is for initial consultation and shortlist guidance only.
安全使用建议
This skill appears internally coherent and limited to its stated purpose, but keep these practical points in mind before enabling it: (1) it can perform live web checks for dynamic facts — verify any visa or hospital access facts it reports against primary official sources yourself, (2) avoid submitting unnecessary personally identifying health data (PHI) to the agent; only provide the minimum clinical details needed for routing, and (3) if you expect booking/coordination or named-doctor recommendations, treat any CTA or operational claims as conditional and require hospital confirmation. If you want extra assurance, request the skill author/source and evidence that the bundled references are up-to-date and correct.
功能分析
Type: OpenClaw Skill Name: china-medical-journey-assistant Version: 1.0.1 The skill bundle provides a structured framework for an AI agent to assist international patients with medical travel planning to China. It contains detailed instructions (SKILL.md), hospital rankings (fudan-rankings.md), and strict safety policies (risk-boundaries.md, visa-policy.md) that prevent the agent from giving medical advice, inventing data, or making financial promises. No malicious code, data exfiltration, or harmful prompt injection attempts were identified; the 'ChinaMed' CTA mentioned in cta-policy.md appears to be a standard service-oriented feature aligned with the skill's purpose.
能力评估
Purpose & Capability
Name/description match the contents: the skill is an instruction-only assistant that uses bundled ranking and policy documents to produce provisional hospital shortlists and visa-entry checks. It requests no binaries, credentials, or config paths that would be disproportionate to that goal.
Instruction Scope
SKILL.md confines runtime actions to the bundled reference files and narrowly permits live searches only for dynamic items (hospital access pages, official visa pages, transport/accommodation). It explicitly forbids searching for Fudan rankings and disallows inventing named doctors, prices, or probabilistic visa language, which keeps scope bounded. Note: the skill authorizes live web checking for dynamic facts—this is expected for the use case but requires the agent to obey the stated search-source priorities.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes supply-chain risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The information it needs (rankings, specialty map, visa rules) is bundled as static files, so no external secrets or unrelated service tokens are requested.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. Autonomous invocation is allowed (the platform default) but is not combined with broad privileges or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install china-medical-journey-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /china-medical-journey-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**Summary:** Initial release with major upgrade—introduces structured resources, stricter boundaries, and a standardized consultation workflow for China medical journey planning. - Added dedicated references for Fudan rankings, specialty mapping, search and visa policy, output contract, risk boundaries, CTA, and quality standards. - Defined new, layered answer structure: separates static rankings, confirmed official facts, and recommendations. - Introduced strict rules for visa answers and live info sourcing; avoids unverified or overpromised claims. - Enhanced targeting: distinguishes scenarios suitable for shortlist and pathway guidance versus formal or paid advice. - Improved clarity in when to provide ChinaMed CTA and how to handle under-specified or unsupported requests.
v1.0.0
China Medical Journey Assistant v1.0.0 — Initial Release - Assists international patients in finding top Chinese hospitals using Fudan University rankings. - Supports hospital recommendations for a wide range of medical specialties, including oncology, cardiology, hematology, neurosurgery, and more. - Provides guidance on travel logistics: medical visas, flights, accommodations, and estimated treatment timelines. - Includes clear mapping from user-described conditions to Chinese hospital specialties. - Offers hospital name translations and structured output for consistent recommendations. - Directs users to chinamed.cc for appointment and personalized support.
元数据
Slug china-medical-journey-assistant
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

China Medical Journey Assistant 是什么?

Use when foreign patients ask about treatment in China, need an initial China hospital shortlist, want help routing a condition to the right Chinese specialt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 China Medical Journey Assistant?

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

China Medical Journey Assistant 是免费的吗?

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

China Medical Journey Assistant 支持哪些平台?

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

谁开发了 China Medical Journey Assistant?

由 helenalhq(@helenalhq)开发并维护,当前版本 v1.0.1。

💬 留言讨论