/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install comfyui-request - 安装完成后,直接呼叫该 Skill 的名称或使用
/comfyui-request触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Comfyui anfrage 是什么?
Send a workflow request to ComfyUI and return image results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2951 次。
如何安装 Comfyui anfrage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install comfyui-request」即可一键安装,无需额外配置。
Comfyui anfrage 是免费的吗?
是的,Comfyui anfrage 完全免费(开源免费),可自由下载、安装和使用。
Comfyui anfrage 支持哪些平台?
Comfyui anfrage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Comfyui anfrage?
由 Xtopher86(@xtopher86)开发并维护,当前版本 v1.0.0。