🤖
comfyui-runner
Start/stop/status for a ComfyUI instance.
安全通过
技能说明
name: comfyui-runner description: Start/stop/status for a ComfyUI instance. metadata: {"clawdbot":{"emoji":"🧩","requires":{"bins":["node","curl"]},"entry":"bin/cli.js"}}
comfyui-runner
Purpose
Start, stop, and check the status of a local ComfyUI instance.
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" | "stop" | "status"
}
run: Starts the ComfyUI server if not already running.stop: Stops the ComfyUI server.status: Returns whether the server is reachable.
Example
{"action": "status"}
Notes
This skill assumes the ComfyUI binary is available in the system PATH or in the same directory as the skill. It uses curl to ping the /health endpoint.
如何使用「comfyui-runner」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「comfyui-runner」技能完成任务
- 结果即时呈现,支持继续对话优化