/install comfyui-request
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.
These can be set via environment variables or a .env file in the skill directory.
Usage
{
"action": "run",
"workflow": { ... } // JSON workflow object
}
The skill will POST to http://{host}:{port}/run and return the response JSON.
Example
{
"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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install comfyui-request - After installation, invoke the skill by name or use
/comfyui-request - Provide required inputs per the skill's parameter spec and get structured output
What is Comfyui anfrage?
Send a workflow request to ComfyUI and return image results. It is an AI Agent Skill for Claude Code / OpenClaw, with 2951 downloads so far.
How do I install Comfyui anfrage?
Run "/install comfyui-request" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Comfyui anfrage free?
Yes, Comfyui anfrage is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Comfyui anfrage support?
Comfyui anfrage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Comfyui anfrage?
It is built and maintained by Xtopher86 (@xtopher86); the current version is v1.0.0.