2.6k★by xtopher86
comfyui-runner – OpenClaw Skill
comfyui-runner is an OpenClaw Skills integration for data analytics workflows. Start/stop/status for a ComfyUI instance.
Skill Snapshot
| name | comfyui-runner |
| description | Start/stop/status for a ComfyUI instance. OpenClaw Skills integration. |
| owner | xtopher86 |
| repository | xtopher86/comfyui-runner |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xtopher86/comfyui-runner |
| last updated | Feb 7, 2026 |
Maintainer

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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
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.
FAQ
How do I install comfyui-runner?
Run openclaw add @xtopher86/comfyui-runner in your terminal. This installs comfyui-runner into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xtopher86/comfyui-runner. Review commits and README documentation before installing.
