Clinic Visit Prep

v1.0.0

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

0· 156·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (clinic visit prep) match the included resources: templates, spec.json, examples and a local Python script that builds structured checklists or reports. Required binary is only python3 which is appropriate for the bundled script; no unrelated credentials or external services are requested.
Instruction Scope
SKILL.md instructs the agent to reorganize user-provided information and—when allowed—run the included script (python3 scripts/run.py). The script reads files and directories and can produce structured reports; this is coherent with audit/templating use. Caution: if a user supplies a directory path (or root) the script will recursively enumerate and read many text-file types, so running it against directories containing sensitive personal data or system configs could expose that content to whatever context executes the skill. The skill's instructions do emphasize read-only/dry-run behavior and to avoid making external changes.
Install Mechanism
No install spec is provided (instruction-only install), and the code is bundled with the skill. There are no downloads from external URLs or package installs. This is low-risk from an install mechanism perspective.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a local templating/audit tool and matches its declared purpose.
Persistence & Privilege
always:false and normal invocation semantics. The skill does not request permanent presence or modify other skills or system-wide settings. The included script writes output only if the user passes an output path (and there is a --dry-run flag).
Assessment
This skill appears to do what it says: local, read-only structuring of visit materials using a bundled Python script. Before running it, (1) inspect scripts/run.py yourself (it is included and human-readable), (2) avoid passing sensitive directories (e.g., your home, cloud credentials, or system dirs) as the --input path because the script can recursively read many text file types, (3) prefer using the provided template or running with --dry-run to preview output, and (4) do not provide raw PHI or secrets—sanitize inputs first. If you need directory-audit features, run them in a safe sandbox or manually limit the input files to only the intended documents.

Like a lobster shell, security has layers — review code before you run it.

latestvk978856t2yv6zhxqnmrtcdzcch8317v9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏥 Clawdis
OSmacOS · Linux · Windows
Binspython3

Comments