← 返回 Skills 市场
loutai0307-prog

Bytesagain Medical Scribe

作者 loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bytesagain-medical-scribe
功能描述
Generate medical documents from clinical notes. Input: patient info, symptoms, diagnosis. Output: SOAP notes, discharge summaries, referral letters, prescrip...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-medical-scribe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-medical-scribe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bytesagain-medical-scribe
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bytesagain Medical Scribe 是什么?

Generate medical documents from clinical notes. Input: patient info, symptoms, diagnosis. Output: SOAP notes, discharge summaries, referral letters, prescrip... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Bytesagain Medical Scribe?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bytesagain-medical-scribe」即可一键安装,无需额外配置。

Bytesagain Medical Scribe 是免费的吗?

是的,Bytesagain Medical Scribe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bytesagain Medical Scribe 支持哪些平台?

Bytesagain Medical Scribe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bytesagain Medical Scribe?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.0。

💬 留言讨论