A robust FastAPI-based service for automated medical image segmentation using TotalSegmentator and MONAI frameworks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dicom-segmentation-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dicom-segmentation-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DICOM Segmentation API is a high-performance tool designed to bring advanced medical imaging capabilities to your development environment. By leveraging Openclaw Skills, this tool enables developers to deploy a local or cloud-based server that automates the identification of 117 body structures using the TotalSegmentator library. It acts as a bridge between raw medical data and actionable clinical insights, providing a seamless interface for medical image processing.
Built on FastAPI, the skill supports complex MONAI workflows and provides comprehensive outputs, including 3D model exports in GLB format and detailed statistical analysis. This integration ensures that medical researchers and developers can focus on analysis rather than the underlying infrastructure of medical AI models.
To get started with this skill, ensure you have Python 3.8 or higher installed. It is recommended to have a CUDA-compatible GPU for faster inference.
# Install dependencies and start the server
python api_server.py --port 8000
The skill manages medical data through a structured pipeline. Below is the primary data organization:
| Component | Type | Description |
|---|---|---|
| Input | DICOM | Standard medical imaging files (CT/MRI) |
| Segmentation | NIfTI | High-resolution voxel masks |
| Visualization | GLB | 3D models for web-based or AR viewing |
| Metadata | JSON | Task status, timestamps, and body structure statistics |
Loading
A comprehensive toolkit for automating Docker containerization, Kubernetes orchestration, and CI/CD pipeline deployments.

A versatile automation suite for generating code templates, reviews, and marketing content through Openclaw Skills.

A powerful CLI-driven framework for building, scheduling, and monitoring end-to-end ETL pipelines.

An automated code review tool that identifies bugs, security vulnerabilities, and style issues across multiple programming languages.

A CLI-based utility to instantly generate optimized Docker Compose configurations for various databases and services.

An automated CLI utility for generating professional ESLint configurations across various frameworks and coding standards.








































