What problem does it solve? Setting up and operating ComfyUI for generative media requires juggling installation, GPU compatibility, custom nodes, model downloads, and workflow execution, which is error-prone when done manually. ## Core Features & Use Cases - Automated Setup & Health Checks: Hardware probing decides between local install and Comfy Cloud, then comfy-cli installs, launches, and verifies the server. - Workflow Execution with Parameter Injection: Extract controllable parameters from API-format workflow JSON, inject prompts/seeds/dimensions, submit jobs, monitor progress over WebSocket, and download outputs. - Dependency Management: Check workflows against a running server for missing custom nodes, models, and embeddings, then auto-install them via comfy-cli. - Use Case: Ask the agent to generate eight variations of an SDXL image with random seeds; it validates dependencies, runs the batch in parallel, and returns the output file paths. ## Quick Start Use the comfyui skill to check my hardware, set up ComfyUI, and generate an image of a sunset over mountains with the SDXL workflow.