Back to list
mdbabumiamssm

multimodal-medical-imaging

by mdbabumiamssm

9🍴 2📅 Jan 23, 2026

SKILL.md


name: multimodal-medical-imaging description: Analyzes medical images (X-ray, MRI, CT) using multimodal LLMs to identify anomalies and generate reports. license: MIT metadata: author: AI Group version: "1.0.0" compatibility:

  • system: Python 3.10+ allowed-tools:
  • run_shell_command
  • read_file

Multimodal Medical Imaging Analysis

The Multimodal Medical Imaging Analysis Skill leverages state-of-the-art Vision-Language Models (VLMs) like Gemini 1.5 Pro and GPT-4o to interpret medical imagery alongside clinical text.

When to Use This Skill

  • When you need a preliminary screening of medical images.
  • When correlating visual findings with textual clinical notes.
  • To generate structured reports (DICOM-SR-like) from raw images.

Core Capabilities

  1. Anomaly Detection: Identify potential pathologies in X-rays, CTs, etc.
  2. Report Generation: Draft radiology reports in standard formats.
  3. VQA (Visual Question Answering): Answer specific questions about an image (e.g., "Is there a fracture in the left femur?").

Workflow

  1. Input: Provide an image file path (JPG, PNG) and a specific clinical question or "generate report" instruction.
  2. Analyze: The agent sends the image and prompt to the VLM.
  3. Output: Returns a JSON object with findings, confidence scores, and reasoning.

Example Usage

User: "Analyze this chest X-ray for pneumonia."

Agent Action:

python3 Skills/Clinical/Medical_Imaging/Multimodal_Analysis/multimodal_agent.py \
    --image "/path/to/cxr.jpg" \
    --prompt "Check for signs of pneumonia and consolidation."

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon