scientific-medical-imaging

Automate end-to-end medical imaging analysis workflows for DICOM, NIfTI, and WSI data.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-medical-imaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-medical-imaging
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-medical-imaging
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-medical-imaging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Medical imaging analysis requires integrated workflows to ingest, preprocess, segment, and extract meaningful features from DICOM/NIfTI images, as well as Whole Slide Images (WSI) for radiology and pathology research. This Skill provides end-to-end pipelines and interfaces with PathML, MONAI, and 3D Slicer to streamline medical image analysis tasks.

Core Features & Use Cases

  • DICOM/NIfTI processing: Ingest and preprocess medical imaging formats with metadata handling and anonymization.
  • WSI pathology analysis: Support whole slide image processing and patch-based tissue analysis.
  • Radiomics and deep learning workflows: Integrate feature extraction and segmentation models (e.g., U-Net / Swin UNETR) for organ and lesion analysis.
  • Use Case: Build a project to analyze a CT brain scan set, generate radiomic features, segment lesions, and compile a report.

Quick Start

Ingest a sample dataset, run preprocessing, segmentation, and radiomics feature extraction to produce a final report.

Frequently Asked Questions about scientific-medical-imaging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate DICOM preprocessing and radiomics feature extraction?

Medical imaging analysis automates DICOM preprocessing and radiomics feature extraction through an end-to-end pipeline that ingests data, applies modular preprocessing, and uses PyRadiomics to generate reproducible reports.

Can I process Whole Slide Images for pathology research using MONAI?

Whole Slide Images (WSI) for pathology research can be processed using MONAI and PathML, supporting WSI ingestion, patch-based tissue analysis, and deep learning segmentation workflows for clinical pathology evaluation.

Does this medical imaging pipeline handle DICOM metadata and anonymization?

The medical imaging pipeline handles DICOM metadata and anonymization during data ingestion and preprocessing, enforcing robust metadata handling to ensure reproducible reporting for clinical evaluation scenarios.

What is the best way to segment lesions in a CT brain scan set?

Segmenting lesions in a CT brain scan set is best achieved using integrated deep learning models like U-Net or Swin UNETR, automating ingestion, robust segmentation, and radiomic feature extraction for comprehensive organ and lesion analysis.

How do I convert NIfTI data into a structured radiomics report?

NIfTI data is converted into a structured radiomics report by ingesting it into the medical imaging pipeline, running preprocessing, applying segmentation, and executing feature extraction to compile a final reproducible report.

Do I need 3D Slicer to analyze NIfTI and DICOM medical images?

3D Slicer is not required to analyze NIfTI and DICOM medical images, as the pipeline interfaces directly with MONAI, PathML, and OpenSlide, though it provides optional interfaces to integrate with 3D Slicer for streamlined medical image analysis tasks.