What problem does it solve? Running ComfyUI workflows programmatically requires juggling installation, hardware checks, model and custom-node dependencies, API-format workflow JSON, and execution monitoring — this Skill automates that entire pipeline for local servers and Comfy Cloud. ## Core Features & Use Cases - Guided Setup: Hardware probing (GPU/VRAM/disk) recommends local install vs Comfy Cloud, then an automated script installs comfy-cli, ComfyUI, and launches the server. - Workflow Execution: Inject parameters (prompt, seed, steps, denoise), upload input images for img2img/inpainting, submit jobs, monitor progress over WebSocket, and download outputs safely. - Dependency Management: Inspect any workflow to list controllable parameters and missing nodes/models, then auto-install custom nodes via comfy-cli. - Use Case: Ask the agent to generate eight variations of an SDXL image with random seeds — it validates the workflow, checks dependencies, runs a parallel batch, and returns the output file paths. ## Quick Start Ask the agent to generate an image of a sunset over mountains using the SDXL example workflow, and it will check the server, inject your prompt, run the job, and return the saved image.