← Back to Skills Marketplace
loutai0307-prog

Bytesagain Medical Scribe

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-medical-scribe
Description
Generate medical documents from clinical notes. Input: patient info, symptoms, diagnosis. Output: SOAP notes, discharge summaries, referral letters, prescrip...
README (SKILL.md)

Medical Scribe

Generate structured medical documents from raw clinical notes. Supports SOAP notes, discharge summaries, referral letters, and prescription drafts.

Commands

soap

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"

discharge

Generate a discharge summary.

bash scripts/script.sh discharge --patient "Jane Smith, 62F" --diagnosis "Type 2 Diabetes" --stay "3 days" --treatment "Metformin 500mg"

referral

Generate a referral letter to a specialist.

bash scripts/script.sh referral --patient "Bob Lee, 38M" --from "GP" --to "Cardiologist" --reason "suspected arrhythmia"

prescription

Generate a prescription draft.

bash scripts/script.sh prescription --patient "Alice Wong, 29F" --drug "Amoxicillin" --dose "500mg" --frequency "3x daily" --duration "7 days"

template

List all available document templates.

bash scripts/script.sh template --list

help

Show all commands.

bash scripts/script.sh help

Output Format

All documents output as structured plain text, ready to paste into EHR systems.

Disclaimer

AI-generated drafts only. Must be reviewed and approved by a licensed medical professional before use.

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Usage Guidance
This skill appears coherent and runs entirely locally: it fills medical-document templates from command-line inputs and prints them. Before installing/using: 1) Review the script (already included) to confirm there are no network calls—currently there are none. 2) Do not run with real patient-identifiable data (PHI) until you are satisfied with privacy controls; the script stores a directory under your home which could be used later to save data. 3) Note the SKILL.md mentions 'AI-generated' drafts and external URLs (bytesagain.com), but the shipped code is a local template generator—treat marketing claims accordingly. 4) If you expect an AI-backed service (e.g., remote model calls), request clarification from the author/source before sending sensitive data. 5) If you proceed, test with dummy data and inspect ~/.local/share/bytesagain-medical-scribe for any files.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-medical-scribe Version: 1.0.0 The script 'scripts/script.sh' contains a critical shell injection vulnerability. It uses unquoted heredocs (e.g., 'cat << EOF') to output medical templates, which causes the shell to evaluate any command substitutions (like $(command)) contained within the user-provided arguments such as --patient or --chief. While the skill's stated purpose of generating medical documentation appears legitimate and there is no clear evidence of intentional malice, this flaw allows for arbitrary command execution if the input is not strictly controlled.
Capability Assessment
Purpose & Capability
Name/description (medical scribe producing SOAP notes, discharge summaries, referrals, prescriptions) matches the provided implementation: a local Bash script that fills templates from command-line inputs and prints structured text.
Instruction Scope
Runtime instructions simply invoke scripts/script.sh with CLI arguments; the script only processes those arguments and emits template text. Note: SKILL.md and the disclaimers refer to 'AI-generated drafts' and 'Powered by BytesAgain', but the included script contains no AI calls, no network requests, and performs only local templating—this is a minor mismatch between marketing and implementation.
Install Mechanism
No install spec; skill is instruction-only plus a bash script. No downloads, package installs, or extract steps are present.
Credentials
The skill requires no environment variables, credentials, or config paths. It does create a data directory under the user's home but does not read other config, secrets, or unrelated system files.
Persistence & Privilege
The script creates ~/.local/share/bytesagain-medical-scribe (mkdir -p) for its data. This is limited local persistence and not an elevated privilege, but users should be aware the directory will exist and could hold future data if the script is extended.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-medical-scribe
  3. After installation, invoke the skill by name or use /bytesagain-medical-scribe
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug bytesagain-medical-scribe
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bytesagain Medical Scribe?

Generate medical documents from clinical notes. Input: patient info, symptoms, diagnosis. Output: SOAP notes, discharge summaries, referral letters, prescrip... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Bytesagain Medical Scribe?

Run "/install bytesagain-medical-scribe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Medical Scribe free?

Yes, Bytesagain Medical Scribe is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Medical Scribe support?

Bytesagain Medical Scribe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Medical Scribe?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments