← Back to Skills Marketplace
loutai0307-prog

Bytesagain Clinical Brief

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-clinical-brief
Description
Summarize clinical case notes into specialty briefs. Input: raw case notes or lab results. Output: structured specialty brief, differential diagnosis list, k...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-clinical-brief
  3. After installation, invoke the skill by name or use /bytesagain-clinical-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug bytesagain-clinical-brief
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Bytesagain Clinical Brief?

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

Is Bytesagain Clinical Brief free?

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

Which platforms does Bytesagain Clinical Brief support?

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

Who created Bytesagain Clinical Brief?

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

💬 Comments