Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Start/stop/status for a ComfyUI instance.
Start/stop/status for a ComfyUI instance.
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.
Start, stop, and check the status of a local ComfyUI instance.
COMFYUI_HOST: Host/IP of the ComfyUI server (default 192.168.179.111). COMFYUI_PORT: Port of the ComfyUI server (default 28188). 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.
{ "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.
{"action": "status"}
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.