What problem does it solve?
This skill removes the complexity of connecting to and operating RunComfy AI media models by providing one authenticated command-line workflow for submitting jobs, monitoring progress, and downloading results.
Core Features & Use Cases
- Model Execution: Run image generation, image editing, video creation, lip-sync, face swap, inpainting, upscaling, relighting, and other RunComfy endpoints.
- Workflow Control: Discover model schemas, submit synchronous or asynchronous jobs, poll request status, stream machine-readable JSON, and download generated files.
- Automation and Reliability: Support batch processing, shell scripting, retry handling, exit-code interpretation, timeouts, and secure token-based authentication.
- Use Case: Generate a batch of product images from a prompt file, save each result to a separate output directory, and process the returned URLs in an automated pipeline.
Quick Start
Ask the AI to use the RunComfy CLI to run the requested model with the provided JSON inputs and save the generated outputs to a specified directory.