Agentic AI

Medical AI Skills
for Agentic Workflows

A verified catalog of agent-callable skills for medical imaging: DICOM utilities, CT and MR segmentation, synthetic data generation, and image reasoning, all built on MONAI workflows and NVIDIA MedTech models.

12 Skills 9 Paired Verifiers Agent Skills Spec Apache-2.0

Overview

Trusted Building Blocks for Medical AI Agents

Each skill wraps one medical AI tool through its documented entry point, so agents and engineers can discover, invoke, chain, and reproduce it in their own environments. Skills are published only after passing verification and evaluation through a domain-aware evaluation engine.

Agent-Callable

Every skill ships a SKILL.md following the open Agent Skills specification, a machine-readable manifest, and scripts that emit structured JSON, ready for Claude Code and other agents.

Verified & Evidenced

A skill can exit successfully and still produce output you cannot trust. Manifests encode medtech invariants, every run yields a reproducible evidence pack, and paired verifiers audit domain quality.

Ecosystem-Native

Skills wrap MONAI-based workflows, MONAI bundles, DICOM utilities, and NVIDIA MedTech models, bringing the medical imaging ecosystem you already use into agentic pipelines.

Get Started

Add a Skill to Your Agent

Install any skill straight from the catalog with a single command; the CLI copies the skill into your agent's expected location. For the full trust harness with evidence packs, paired verifiers, and the gate ladder, clone the repository and use the Makefile targets.

  • Pick a skill and target agent interactively, or pass flags for CI
  • Your agent reads SKILL.md to learn when and how to run the tool
  • Skills emit structured JSON, so outputs chain cleanly into the next step
Read the usage guide
# Interactive: pick a skill, pick an agent
npx skills add NVIDIA-Medtech/medical-AI-skills

# Non-interactive, e.g. for Claude Code
npx skills add NVIDIA-Medtech/medical-AI-skills \
  --skill nv-segment-ct \
  --agent claude-code --yes

# Full trust harness: clone and run with evidence
git clone https://github.com/NVIDIA-Medtech/medical-AI-skills
make run-skill SKILL=nv-segment-ct

Skills follow the open agentskills.io specification, so they work with any compliant agent, not just one vendor's.

Catalog

Available Skills

From GPU-free DICOM preflight to whole-body segmentation and synthetic data generation. Each card links to the skill's folder with its SKILL.md, manifest, and fixtures.

Community

Get Involved

The catalog is Apache-2.0 and open to contributions from across the MONAI ecosystem: wrap a tool you rely on, improve the docs, or strengthen the evaluation harness. Because skills follow an open specification, you can also publish your own skill catalogs for the community.

Medical AI Skills is maintained by the NVIDIA MedTech team under the Apache-2.0 license. It is a tools catalog for engineering use, not a clinical, diagnostic, or regulatory tool, and generated outputs are engineering artifacts, not clinical endorsements. Downloaded model weights carry their own licenses.