med-chronic-disease-review
门诊慢病审核(糖尿病/高血压)。输入 OCR 结果数组 JSON,输出审核结论与原因(原始 JSON + 自然语言结论)。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aaiccee/chronic-disease-reviewWhat This Skill Does
The med-chronic-disease-review skill is a specialized OpenClaw agent tool designed for the automated auditing of outpatient chronic disease records, specifically focusing on diabetes and hypertension. It serves as an intelligent bridge between raw OCR data extracted from medical documents and structured decision-making. The skill takes an array of OCR outputs—containing details from discharge summaries, inspection reports, and other medical records—and processes them to generate both machine-readable JSON auditing results and human-readable natural language summaries that highlight key clinical conclusions and the reasoning behind those decisions.
Installation
To integrate this skill into your environment, utilize the OpenClaw management CLI. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/aaiccee/chronic-disease-review
Ensure that you have the necessary environment dependencies installed for the underlying Python scripts located in the scripts/ directory, and verify that your system has access to the required medical auditing backend service.
Use Cases
This skill is highly effective for medical administrative tasks, including:
- Insurance Pre-authorization: Rapidly auditing whether a patient's medical history meets the criteria for chronic disease support based on uploaded reports.
- Medical Record Batch Processing: Automating the review of high volumes of outpatient records for clinic compliance departments.
- Clinical Decision Support: Providing practitioners with a summary of critical indicators found across fragmented laboratory and clinical documentation.
Example Prompts
- "Review the provided medical file for diabetes eligibility: upload ./data/diabetes_records.json and output the final decision to a file."
- "Audit the patient's hypertension case. Analyze the OCR data from the discharge summary and let me know if it meets the criteria for approval."
- "Process the recent outpatient records for the chronic disease audit, specifically checking for compliance with the hypertension coverage policy."
Tips & Limitations
- Data Privacy: The skill adheres to a strict data-minimization policy. Ensure all OCR inputs are properly redacted to exclude PII (Personally Identifiable Information) before processing.
- Medical Boundary: Always remember that this tool provides an automated audit based on rule-matching. It does not replace the professional judgment of a qualified clinician. All outputs should be reviewed by authorized medical staff.
- Environment: The skill requires an active network connection to the configured backend API for processing logic. If you face issues, ensure your
--baseURL is correctly configured and reachable from your network.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aaiccee-chronic-disease-review": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
Asr File Transfer
Skill by aaiccee
u2-tts
Text-to-speech conversion using UniSound's TTS WebSocket API for generating high-quality Chinese Mandarin audio from text. Supports multiple voices, adjustable parameters, and real-time streaming synthesis.
med-initial-record-gen
从中文医患对话文本生成门诊初诊病历,输出结构化分段的病历正文(文本)。
Unidoc Parser
Skill by aaiccee
u2-audio-file-transcriber
Transcribe audio files via UniCloud ASR (云知声语音识别, recorded audio → text) API from UniSound. Supports multiple formats, optimized for finance, customer service, and other domains.