ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
Ad

A developer has released a ComfyUI skill that enables AI coding agents to queue, batch, and manage image renders directly from chat. Instead of manually switching to the ComfyUI interface, users can ask their agent to handle workflow construction, job submission, and polling until completion.

How It Works

The skill operates through a specific sequence:

  • User asks agent for images
  • Agent calls the ComfyUI skill as a tool
  • Skill builds workflow JSON from user inputs
  • POSTs to local ComfyUI HTTP API
  • Polls until render completes
  • Returns output path to agent

Natural Language Capabilities

What distinguishes this from a basic API script is the natural language layer. Users can issue commands like:

  • "Make 50 variations of this concept with different seeds, save them to my concepts folder"
  • "Compare these 4 prompts side by side at 1024x1024"
  • "Render all of these at 20, 30, and 40 steps so I can pick the sweet spot"

The agent translates these requests into actual ComfyUI workflow JSON and handles queue management, returning file paths when renders are complete.

Ad

Setup and Implementation

The skill is fully local—nothing leaves your machine—and works with whatever you already have loaded in ComfyUI. To implement:

  • Drop the skill into your OpenClaw workspace skills/ folder
  • Update the endpoint in SKILL.md
  • Restart the gateway

The open-source repository is available at: https://github.com/Zambav/comfyui-skill-public

📖 Read the full source: r/openclaw

Ad

👀 See Also