platform intermediate active

Comfy Ai

AI image generation requires leaving the terminal and using a GUI. Batch image pipelines can't talk to ComfyUI. The openclaw comfyui skill submits workflows via the API from inside the agent.

What breaks without openclaw comfyui skill

GUI dependency breaking automation pipelines. Batch image generation without API access. ComfyUI workflows isolated from agent logic.

AI image generation from natural language prompts × ComfyUI API-backed skill ÷ 20–30 minutes ÷ no GUI required = image pipelines that run inside OpenClaw.

openclaw comfyui skill — what it actually does

01
Triggers ComfyUI image generation workflows via the ComfyUI API.
02
Submits workflow JSON from natural language prompts inside the agent.
03
Automates batch image pipelines with downstream processing chained inline.
04
Requires ComfyUI running before calling — does not auto-start the server.

Security check — openclaw comfyui skill

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm macOS, Linux; OpenClaw ≥1.0; ComfyUI server compatibility.

Quick start — openclaw comfyui skill in 20–30 minutes

Setup time: 20–30 minutes

!
You need:
  • OpenClaw core
  • ComfyUI running locally or on a remote server

Install the package:

# Install via ClawhHub
clawhub install tullyhu/comfy-ai
1
Start ComfyUI and note its API URL (default: http://127.0.0.1:8188)
2
Set COMFYUI_URL in .env
3
Install the skill
4
Run /comfy generate --prompt <description>

Troubleshooting openclaw comfyui skill

1
1. ComfyUI must be running before calling the skill — it does not auto-start ComfyUI
2
2. Complex workflow JSON must be pre-authored in ComfyUI and referenced by name

Compatibility & status

Works with: macOS, Linux; OpenClaw ≥1.0; ComfyUI server intermediate Last updated: Nov 2025 ★ 225 on GitHub MIT

Official docs →

View on GitHub →

Related — more like openclaw comfyui skill

Keep switching to the ComfyUI GUI for every generation request. Connect the API now and run image generation from the terminal.

Get it on GitHub →