← Back to Skills Marketplace
med-chronic-disease-review
by
Unisound-LLM
· GitHub ↗
· v1.0.1
· MIT-0
88
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install med-chronic-disease-review
Description
门诊慢病审核(糖尿病/高血压)。输入 OCR 结果数组 JSON,输出审核结论与原因(原始 JSON + 自然语言结论)。
Usage Guidance
Do not use this skill with real patient data until you confirm how it handles PHI. The README claims strict de-identification and no local storage, but the code: (1) sends the provided 'ocr_data' directly to an external endpoint by default (no auth required), and (2) saves raw response JSON and a text summary to ../runs/med-chronic-disease-review unless you override outputs. Recommended actions before installing or running on sensitive data: 1) Inspect or modify the code to implement and verify proper de-identification/redaction of PHI (names, IDs, phone numbers, addresses, images) before any network transmission. 2) Verify the remote service (shangbao.yunzhisheng.cn): who operates it, what they do with submitted data, and whether an authenticated, audited endpoint is available. 3) If you require no local persistence, change or remove the default output paths and avoid --save-prepared; run in a controlled sandbox. 4) Consider routing the skill to an internal/approved endpoint or requiring an API key and TLS pinning. 5) Test with synthetic data first to confirm behavior. If you cannot verify the endpoint and implement safe redaction, treat the skill as too risky for real PHI.
Capability Analysis
Type: OpenClaw Skill
Name: med-chronic-disease-review
Version: 1.0.1
The skill bundle is designed to perform medical chronic disease reviews by processing various document formats (PDF, DOCX, images, etc.) and sending the extracted text to a specialized API (shangbao.yunzhisheng.cn). The Python scripts (chronic_disease_review.py, run.py) use standard libraries and external tools like Tesseract and LibreOffice for OCR and document conversion, with no evidence of malicious intent or unauthorized data exfiltration beyond the stated purpose.
Capability Assessment
Purpose & Capability
Name/description (门诊慢病审核 for diabetes/hypertension) align with the included code: the package normalizes OCR inputs and posts them to a remote /api/v1/review/flow/by-ocr endpoint for rule-based review. Support for many input formats (pdf/docx/xlsx/csv/images/json) is consistent with a realistic preprocessing need.
Instruction Scope
SKILL.md states '严格脱敏' and '不做本地持久化', but the actual code does not perform any automatic de-identification/redaction of OCR text before sending. The code constructs req_body with 'ocr_data' and POSTs it as-is to the remote API. Additionally, the CLI writes raw response JSON and a natural-language summary to ../runs/med-chronic-disease-review by default, contradicting the 'no local persistence' claim.
Install Mechanism
No install spec / downloads are present (instruction-only with included scripts). The code may call optional local binaries (soffice, pdftotext, tesseract) for preprocessing when certain input types are used; this is expected and not unusual. No external archive downloads or opaque installers are present.
Credentials
The skill requests no environment variables or credentials. However, it sends potentially sensitive OCR content to a default external base URL (https://shangbao.yunzhisheng.cn/skills/chronic-disease) without requiring authentication, which may be surprising and increases exfiltration risk if you expect an authenticated service or local processing.
Persistence & Privilege
Although the SKILL.md promises ephemeral in-memory handling, the scripts explicitly write outputs to disk (raw JSON and text summary) by default and can save prepared OCR arrays when invoked with flags. The code also uses temporary files/directories during office conversions. This is not privileged behavior per se, but it contradicts the declared 'no local persistence' guarantee.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install med-chronic-disease-review - After installation, invoke the skill by name or use
/med-chronic-disease-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 新增统一入口脚本 scripts/run.py,支持直接处理 pdf/doc/docx/xls/xlsx/csv/txt/json 等多种输入格式。
- 支持输入文件自动预处理归一化,无需手动生成 OCR 结果数组。
- SKILL.md 增加了多格式输入说明、依赖要求及工具安装指引。
- 保持向下兼容,原始 scripts/chronic_disease_review.py 接口仍可直接使用。
- 丰富参数说明与输出约定,便于初学者快速上手。
v1.0.0
- Initial release of med-chronic-disease-review skill for outpatient chronic disease review (diabetes/hypertension).
- Given a JSON array of OCR results, outputs both original review JSON and a natural language summary (decision and reasoning).
- Strong privacy controls: strict de-identification, no local persistence, minimum necessary data handling, and clear medical boundaries.
- Flexible command-line interface supporting disease selection, custom input files, and export of both JSON and natural language results.
Metadata
Frequently Asked Questions
What is med-chronic-disease-review?
门诊慢病审核(糖尿病/高血压)。输入 OCR 结果数组 JSON,输出审核结论与原因(原始 JSON + 自然语言结论)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install med-chronic-disease-review?
Run "/install med-chronic-disease-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is med-chronic-disease-review free?
Yes, med-chronic-disease-review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does med-chronic-disease-review support?
med-chronic-disease-review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created med-chronic-disease-review?
It is built and maintained by Unisound-LLM (@unisound-llm); the current version is v1.0.1.
More Skills