Install
openclaw skills install bytesagain-medical-scribeGenerate medical documents from clinical notes. Input: patient info, symptoms, diagnosis. Output: SOAP notes, discharge summaries, referral letters, prescrip...
openclaw skills install bytesagain-medical-scribeGenerate structured medical documents from raw clinical notes. Supports SOAP notes, discharge summaries, referral letters, and prescription drafts.
Generate a SOAP note from clinical observations.
bash scripts/script.sh soap --patient "John Doe, 45M" --chief "chest pain 2 days" --findings "BP 140/90, HR 88"
Generate a discharge summary.
bash scripts/script.sh discharge --patient "Jane Smith, 62F" --diagnosis "Type 2 Diabetes" --stay "3 days" --treatment "Metformin 500mg"
Generate a referral letter to a specialist.
bash scripts/script.sh referral --patient "Bob Lee, 38M" --from "GP" --to "Cardiologist" --reason "suspected arrhythmia"
Generate a prescription draft.
bash scripts/script.sh prescription --patient "Alice Wong, 29F" --drug "Amoxicillin" --dose "500mg" --frequency "3x daily" --duration "7 days"
List all available document templates.
bash scripts/script.sh template --list
Show all commands.
bash scripts/script.sh help
All documents output as structured plain text, ready to paste into EHR systems.
AI-generated drafts only. Must be reviewed and approved by a licensed medical professional before use.
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com