Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @xtopher86 Updated 2/26/2026

🧩 Comfyui Runner OpenClaw Skill - ClawHub

Do you want your AI agent to automate Comfyui Runner workflows? This free skill from ClawHub helps with web & frontend development tasks without building custom tools from scratch.

What this skill does

Start/stop/status for a ComfyUI instance.

Install

npx clawhub@latest install comfyui-runner

Full SKILL.md

Open original
namedescription
comfyui-runnerStart/stop/status for a ComfyUI instance.

comfyui-runner

Purpose

Start, stop, and check the status of a local ComfyUI instance.

Configuration

  • 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.

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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/xtopher86/comfyui-runner

Related skills

If this matches your use case, these are close alternatives in the same category.