Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Connects to a ComfyUI server to generate images from prompts, auto-detects URLs, translates Chinese prompts, and supports REST and WebSocket APIs.
Connects to a ComfyUI server to generate images from prompts, auto-detects URLs, translates Chinese prompts, and supports REST and WebSocket APIs.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
自动检测 URL 设置,直接输入提示词即可生成图片。
用户输入包含 URL 时自动设置连接: 设置连接 https://localhost:8188 set url: https://localhost:8188
设置连接后,直接发送提示词: 生成一只可爱的猫 a beautiful sunset over mountains
方法端点说明POST{server}/api/prompt提交工作流GET{server}/history/{id}获取结果GET{server}/view?filename=xxx获取图像
URL: wss://{server}/ws 发送: {"prompt": {...}, "client_id": "xxx"} 接收: executing, executed, status
命令说明set_url <url>手动设置服务器地址status检查服务器状态generate <提示词>生成图像
自动将中文提示词转换为英文: "可爱的猫" → "masterpiece, best quality, high resolution, cute cat" "美丽的日落" → "masterpiece, best quality, high resolution, beautiful sunset"
# 设置连接 (多种方式) 设置连接 https://localhost:8188 set_url https://localhost:8188 # 直接生成 生成一只可爱的猫 a beautiful sunset over mountains # 查看状态 status
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.