med-initial-record-gen
从中文医患对话文本生成门诊初诊病历,输出结构化分段的病历正文(文本)。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aaiccee/med-record-genWhat This Skill Does
The med-initial-record-gen skill acts as an intelligent clinical documentation assistant, designed to bridge the gap between spoken medical consultations and formal electronic health records (EHR). By processing raw, unstructured Chinese medical dialogue logs—typically derived from automated speech-to-text transcripts—it generates structured, professional-grade outpatient initial medical records. The output is organized into standard clinical segments, including Chief Complaint, History of Present Illness, Past Medical History, Physical Examination findings, Auxiliary Tests, Diagnosis, and Treatment Plans. This tool significantly reduces the clerical burden on clinicians by automating the transcription of consultation narrative into standard medical terminology.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aaiccee/med-record-gen
Ensure your local environment meets the dependency requirements defined in the source repository openclaw/skills. Once installed, you can trigger the skill via the command line using python3 scripts/gen_initial_record.py with your input dialogue file.
Use Cases
- Clinical Efficiency: Assisting physicians during busy outpatient clinics by summarizing lengthy verbal consultations into structured notes.
- Telemedicine Support: Quickly formalizing patient-doctor communication transcripts into reviewable medical records.
- Medical Training: Assisting medical students in understanding how to properly format and structure patient interactions into clinical documentation.
- Data Standardization: Converting messy, informal conversational data into a consistent, readable format for internal medical record audits.
Example Prompts
- "Generate an initial medical record based on the transcript located in data/med-initial-record-gen/dialogue.txt."
- "Process the recent patient interaction record and create a structured summary including diagnosis and treatment steps."
- "Summarize the following patient interview transcript into an official outpatient record format: [Paste Transcript Here]."
Tips & Limitations
- Data Privacy First: This skill implements strict PII scrubbing. It is critical to ensure that any input files have already been sanitized to remove names, government ID numbers, and specific addresses before processing.
- Not for Autonomous Diagnosis: This tool is an assistive documentation generator. It does not possess medical certification and is not intended to provide or replace clinical diagnostic logic. All generated records must be reviewed, edited, and validated by a licensed medical professional.
- Input Quality: The accuracy of the generated medical record is highly dependent on the quality of the source transcript. If the dialogue is fragmented or noisy, the AI may require more manual intervention during the review phase.
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-med-record-gen": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
Asr File Transfer
Skill by aaiccee
med-chronic-disease-review
门诊慢病审核(糖尿病/高血压)。输入 OCR 结果数组 JSON,输出审核结论与原因(原始 JSON + 自然语言结论)。
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.
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.