comfyui-bridge

Submit and monitor ComfyUI generation jobs via a Claude Code command interface.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/williamsforeal/Cyclone-SS --skill comfyui-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-bridge
Source: https://github.com/williamsforeal/Cyclone-SS/tree/main/.cursor/skills/comfyui-bridge
Command: npx skills add https://github.com/williamsforeal/Cyclone-SS --skill comfyui-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of interacting with a local ComfyUI instance from an AI assistant without manually clicking through the ComfyUI web UI.

Core Features & Use Cases

  • Ping & Connectivity Checks: Verify ComfyUI is reachable before attempting any generation.
  • Queue Workflows & Manage Jobs: Submit a workflow in ComfyUI API format, then inspect status and view history by prompt ID.
  • Retrieve Outputs: Use wait to block until completion and download to fetch generated image files.

Quick Start

Tell the assistant: /comfyui queue path/to/workflow.json, then use /comfyui wait <prompt_id> once it returns a prompt id.

Frequently Asked Questions about comfyui-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ComfyUI workflow queueing from a command line interface?

Automating ComfyUI workflow queueing involves submitting API-format workflows via a script to a local HTTP endpoint. This skill submits jobs, tracks prompt status by ID, and retrieves generated image outputs without manual web UI interaction.

Can I check if my local ComfyUI API is reachable before submitting a generation job?

Yes, you can check if your local ComfyUI API is reachable by running a ping command. This verifies connectivity to the ComfyUI HTTP API at http://127.0.0.1:8188 before attempting to queue any image generation workflows.

How do I wait for a ComfyUI image generation job to finish and download the result?

To wait for a ComfyUI image generation job, use the wait command with the prompt ID to block until completion. Then, execute the download command to fetch the generated image files from the local server to your machine.

Do I need a working ComfyUI HTTP API to use workflow automation scripts?

Yes, a working ComfyUI HTTP API at http://127.0.0.1:8188 is required. The automation script relies on this local server connection to ping, queue workflows, check status, and download outputs.

How to track the status and history of submitted ComfyUI prompts?

Track the status and history of submitted ComfyUI prompts by using status and history commands with the specific prompt ID. This allows monitoring progress and reviewing completed generation jobs directly from the command line.