askill
comfyui-runner

comfyui-runnerSafety 80Repository

Start/stop/status for a ComfyUI instance.

17 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 2/18/2026

A moderately useful skill for managing ComfyUI instances with clear configuration options and usage examples. Well-structured but lacks actual command implementation details. The skill references an entry point (bin/cli.js) but doesn't provide the actual commands or scripts needed to run/stop the service, reducing its practical value. Tags only include 'security' which doesn't aid discoverability for this operational task.

80
75
55
50
45

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherviralcode

Tags

security