← 返回 Skills 市场
loutai0307-prog

Bytesagain Clinical Brief

作者 loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bytesagain-clinical-brief
功能描述
Summarize clinical case notes into specialty briefs. Input: raw case notes or lab results. Output: structured specialty brief, differential diagnosis list, k...
使用说明 (SKILL.md)

Clinical Brief

Summarize clinical case notes into structured specialty briefs. Supports differential diagnosis generation, lab result interpretation, and case presentation formatting.

Commands

summarize

Summarize raw clinical notes into a structured brief.

bash scripts/script.sh summarize --notes "Patient presents with fever 39.2C, productive cough, consolidation on CXR"

differential

Generate a differential diagnosis list from symptoms.

bash scripts/script.sh differential --symptoms "fever, night sweats, weight loss, lymphadenopathy" --age 35 --sex M

lab

Interpret lab results and flag abnormal values.

bash scripts/script.sh lab --results "WBC 14.5, Hb 9.2, Plt 450, CRP 87, Creatinine 1.8"

case-present

Format a case for clinical presentation (grand rounds / handover).

bash scripts/script.sh case-present --patient "55F" --chief "dyspnea on exertion" --hx "HTN, DM2" --findings "bilateral crackles, EF 35%"

specialty

Generate a specialty-specific brief (cardiology, neurology, oncology, etc).

bash scripts/script.sh specialty --type cardiology --notes "STEMI with lateral wall involvement, troponin 8.4"

help

Show all commands.

bash scripts/script.sh help

Supported Specialties

cardiology, neurology, oncology, pulmonology, gastroenterology, nephrology, endocrinology, infectious-disease

Disclaimer

AI-generated content only. All clinical decisions must be made by qualified healthcare professionals.

Feedback

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

安全使用建议
This appears to be a straightforward local CLI skill: it runs a bundled bash script that prints structured summaries and runs an inline Python parser for lab values. Before installing/using: 1) Review the script (already included) to confirm nothing networked or unexpected is present — it does not perform network requests in its current form. 2) Consider privacy: the tool processes clinical notes and will write to ~/.local/share/bytesagain-clinical-brief; do not run it on protected health information (PHI) you are not authorized to process, or run it in a controlled/sandboxed environment if you have PHI concerns. 3) Ensure required binaries are available (bash, grep, sed, python3); the skill metadata does not declare these dependencies. 4) Validate clinical output with qualified professionals; the skill itself warns that AI output is for assistance only.
功能分析
Type: OpenClaw Skill Name: bytesagain-clinical-brief Version: 1.0.0 The skill bundle provides clinical note summarization, differential diagnosis suggestions, and lab result interpretation. The implementation in `scripts/script.sh` uses local processing (grep, sed, and a small Python snippet) to parse input without any network activity, data exfiltration, or persistence mechanisms. The code is well-structured, includes appropriate medical disclaimers, and aligns perfectly with its stated purpose.
能力评估
Purpose & Capability
Name/description (clinical brief generation) match the included SKILL.md and the bash script behavior: summarize notes, generate differentials, interpret labs, and format case presentations. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md explicitly instructs running the included scripts/script.sh with command arguments; the script only reads the provided arguments and writes output to stdout. It does not attempt to read other system files or call external endpoints. It will use HOME to create a data directory and may persist files there.
Install Mechanism
No install spec is present (instruction-only with an included script), so nothing is downloaded or installed by the registry. The script is shipped with the skill; no external downloads or package installs are performed.
Credentials
The skill declares no required env vars or credentials (appropriate). The script implicitly depends on standard Unix tools (bash, grep, sed, date, tr, head) and python3 for lab parsing — these tools are not declared in metadata. It also uses HOME to create ~/.local/share/bytesagain-clinical-brief; this is expected but worth noting.
Persistence & Privilege
always:false (default) and it does not modify other skills. The script creates a per-user data directory (~/.local/share/bytesagain-clinical-brief) at runtime which could be used to store state or logs; this is limited but you should be aware it writes to your home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-clinical-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-clinical-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bytesagain-clinical-brief
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bytesagain Clinical Brief 是什么?

Summarize clinical case notes into specialty briefs. Input: raw case notes or lab results. Output: structured specialty brief, differential diagnosis list, k... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Bytesagain Clinical Brief?

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

Bytesagain Clinical Brief 是免费的吗?

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

Bytesagain Clinical Brief 支持哪些平台?

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

谁开发了 Bytesagain Clinical Brief?

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

💬 留言讨论