Skill Detail

ComfyUI Workflow Executor

Executes ComfyUI image generation workflows via the /prompt REST API endpoint with WebSocket progress tracking. Manages node graph JSON payloads, KSampler scheduler configurations (euler_ancestral, dpmpp_2m_sde), and output image retrieval from the /view endpoint.

Image & Creative AutomationCodex
Image & Creative Automation Codex Security Reviewed
Tool match: vault โญ 109.1k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill comfyui-workflow-executor Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
Comfy Org
Last updated
Mar 24, 2026
Quick brief

Executes ComfyUI image generation workflows via the /prompt REST API endpoint with WebSocket progress tracking. Manages node graph JSON payloads, KSampler scheduler configurations (euler_ancestral, dpmpp_2m_sde), and output image retrieval from the /view endpoint.

How it works

What this skill actually does

This skill provides comprehensive automation for its target domain with production-ready error handling and logging. It implements retry mechanisms with configurable backoff strategies, validates all inputs against JSON Schema definitions, and produces structured output compatible with downstream processing pipelines. Authentication is handled through OAuth 2.0 flows or API key rotation with secure storage in environment variables or secret managers like HashiCorp Vault. The skill supports dry-run mode for safe testing, emits OpenTelemetry traces for distributed debugging, and includes comprehensive unit test coverage with mock fixtures for offline development.