comfyui-operator

Installation
SKILL.md

comfyui-operator

This skill provides native integration to operate a local instance of ComfyUI. It allows you to:

  1. Guarantee ComfyUI is running.
  2. Interrogate the installation for available Workflows, LoRAs, and Checkpoints.
  3. Queue prompts (API workflows) with dynamic JSON overrides and download the resulting images.

Configuration & Setup

All scripts rely on the requests and websocket-client Python libraries. Depending on your Python environment, you may need to install them:

pip install -r requirements.txt

By default, all scripts assume ComfyUI is installed at C:\ComfyUI_windows_portable. IMPORTANT: If the default directory does not exist, ask the user for the correct ComfyUI installation path before proceeding.

Interaction Guidelines

Installs
1
First Seen
Mar 9, 2026