← Back to Skills Marketplace
helenalhq

China Medical Journey Assistant

by helenalhq · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
219
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install china-medical-journey-assistant
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-medical-journey-assistant
  3. After installation, invoke the skill by name or use /china-medical-journey-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug china-medical-journey-assistant
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install China Medical Journey Assistant?

Run "/install china-medical-journey-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is China Medical Journey Assistant free?

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

Which platforms does China Medical Journey Assistant support?

China Medical Journey Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created China Medical Journey Assistant?

It is built and maintained by helenalhq (@helenalhq); the current version is v1.0.1.

💬 Comments