What problem does it solve? Calling hundreds of AI media models (image generation, video generation, lip-sync, face swap, inpainting, LoRA training) normally requires learning each vendor's API. This Skill teaches the agent to install, authenticate, and invoke any RunComfy model through one CLI with a uniform submit-poll-download workflow. ## Core Features & Use Cases - Unified model invocation: Run any model with runcomfy run <vendor>/<model>/<endpoint> --input '<JSON>', with polling, download, and --no-wait async submission. - Scripting support: JSON output mode, batch prompt loops, submit-now-poll-later patterns, and exit-code-based retry logic for timeouts and rate limits. - Auth and discovery: Device-code login, RUNCOMFY_TOKEN for CI, whoami verification, and catalog URLs for discovering model input schemas. - Use Case: Generate a batch of product images by looping over a prompts file, submitting each to a FLUX or GPT Image endpoint, and downloading results into per-run output directories. ## Quick Start Ask the agent to install the RunComfy CLI, log in, and generate an image from a text prompt using a model like openai/gpt-image-2/text-to-image.