✓ Verified
✍️ Content Creation
✓ Enhanced Data
Comfyui
Send a workflow request to ComfyUI and return image results.
- Rating
- 4.2 (154 reviews)
- Downloads
- 707 downloads
- Version
- 1.0.0
Overview
Send a workflow request to ComfyUI and return image results.
Complete Documentation
View Source →
comfyui-request
Purpose
Send a workflow request to a running ComfyUI instance and return the generated image URL or base64 data.Configuration
COMFYUI_HOST: Host/IP of the ComfyUI server (default192.168.179.111).COMFYUI_PORT: Port of the ComfyUI server (default28188).COMFYUI_USER: Optional username for basic auth.COMFYUI_PASS: Optional password for basic auth.
.env file in the skill directory.Usage
json
{
"action": "run",
"workflow": { ... } // JSON workflow object
}
The skill will POST to http://{host}:{port}/run and return the response JSON.
Example
json
{
"action": "run",
"workflow": {
"nodes": [ ... ],
"edges": [ ... ]
}
}
Notes
The skill expects the ComfyUI server to expose the/run endpoint and return a JSON object containing an image field with a URL or base64 string.
Installation
Terminal bash
openclaw install comfyui
Copied!
💻Code Examples
## Usage
-usage.json
{
"action": "run",
"workflow": { ... } // JSON workflow object
}## Example
-example.json
{
"action": "run",
"workflow": {
"nodes": [ ... ],
"edges": [ ... ]
}
}⚙️Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
COMFYUI_HOST | string | - | Host/IP of the ComfyUI server (default `192.168.179.111`). |
COMFYUI_PORT | string | - | Port of the ComfyUI server (default `28188`). |
COMFYUI_USER | string | - | Optional username for basic auth. |
COMFYUI_PASS | string | - | Optional password for basic auth. |
Tags
#image_and-video-generation
#workflow
Quick Info
Category Content Creation
Model Claude 3.5
Complexity Advanced
Author xtopher86
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install comfyui
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0