Skip to content

Installation

This page installs the ComfyClaw skill (local dashboard + CLI) that manages your ComfyUI servers and workflows.

Requirements

  • Python 3.8+
  • Git
  • A running ComfyUI server (local or remote)

Install the Skill

curl -fsSL https://raw.githubusercontent.com/mitchellfox/comfyclaw/main/install.sh | bash

This clones the repository and installs the comfyclaw CLI into ~/.local/bin.

Local Files

ComfyClaw stores all of its data in:

~/.openclaw/comfyclaw/
  config.json     # servers, workflows, templates, pipelines
  gallery.json    # output metadata
  outputs/        # downloaded outputs
  covers/         # provider cover art
  showcase/       # provider showcase images

Start the Dashboard

python3 ~/.openclaw/skills/comfyclaw/scripts/server.py

Visit http://localhost:8787 to open the dashboard.

Verify CLI

comfyclaw server list

If the command prints JSON (even empty), the CLI is installed and ready.