China Hospital Recommendation
v1.0.1Generate English hospital recommendation reports for medical travel to China, hospital matching, and redo orders. Use when needs to turn user intake data int...
⭐ 1· 48·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, bundled ranking snapshot, mapping rules, search policy, schema, and a renderer script align with the stated purpose of producing premium China hospital recommendation reports; nothing in the manifest asks for unrelated credentials or system access.
Instruction Scope
SKILL.md confines dynamic web lookup to a narrowly defined list (hospital service pages, JCI status, visa/logistics, specialist profiles) and instructs using bundled static data for Fudan rankings. The runtime also instructs running the included render_report.py. Two notes: (1) the instructions permit performing web searches for dynamic facts — if the agent's search tool sends user-provided clinical details to external search endpoints, that could expose PHI; (2) the export examples reference a longer path (.agents/skills/...) while the script is present at scripts/render_report.py in the bundle — this is likely an environment-relative path difference but should be verified before running.
Install Mechanism
No install spec; this is instruction-only plus an included renderer script. No remote downloads or external package installs are triggered by the skill itself. The renderer optionally uses reportlab (pure-Python package) and may call external tools (see subprocess usage) but those are typical for PDF generation.
Credentials
The skill declares no required environment variables, no credentials, and no config paths — proportional for its purpose. The code imports subprocess and may invoke system tools (e.g., pandoc as a fallback), but that is reasonable for a PDF fallback path. There are no requests for unrelated secrets or tokens.
Persistence & Privilege
Skill does not request always: true, does not modify other skills, and does not claim persistent system-level changes. It is user-invocable and allowed to be autonomously invoked by agents per platform defaults (not a problem here).
Assessment
This skill appears internally consistent and contains the static data, mapping rules, quality checklist, and a local renderer needed to produce the promised reports. Before installing or using it, consider: (1) PHI/Privacy — the workflow expects you to supply patient intake data; the skill permits web searches for dynamic facts, which could transmit patient data to whatever search/tooling the agent uses. Avoid including direct identifiers (full MRNs, national IDs) in inputs unless your deployment's data flows are approved for PHI. (2) Local execution — the renderer may call external system commands (pandoc) as a fallback and prefers reportlab if installed; ensure you trust and control the execution environment. (3) Branding/consent — the skill force-appends a ChinaMed Select contact sentence to disclaimers; confirm you are authorized to include that messaging in paid deliverables. (4) Minor path mismatch — the SKILL.md example export command uses a different relative path than the script location in the bundle; verify the correct runtime path before automation. If these points are acceptable, the skill's design and requests are proportionate to its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk9765cr4gesjksw8qvzvmckjmx8408af
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
