ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

comfy-cli

Install, manage, and run ComfyUI instances. Use when setting up ComfyUI, launching servers, installing/updating/debugging custom nodes, downloading models from CivitAI/HuggingFace, managing workspaces, running API workflows, or troubleshooting node conflicts with bisect.

Why use this skill?

Master ComfyUI with the comfy-cli skill. Automate server management, install custom nodes, download AI models, and debug workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/johntheyoung/comfy-cli
Or

What This Skill Does

The comfy-cli skill provides a powerful, automated interface for managing the entire lifecycle of ComfyUI installations. It abstracts away the complexities of environment configuration, dependency management, and server orchestration, allowing OpenClaw agents to perform sophisticated AI image generation tasks. Whether you are setting up a clean environment for a new project, installing specialized custom nodes from the community, or managing complex model libraries, this skill handles the heavy lifting through a unified command-line interface.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/johntheyoung/comfy-cli Once installed, ensure your system meets the hardware requirements for ComfyUI. Use comfy install to initiate the setup wizard, which will detect your GPU (NVIDIA, AMD, or Apple Silicon) and automatically configure the necessary CUDA or ROCm environments. You can target specific versions or pull request branches if you are conducting advanced testing.

Use Cases

This skill is ideal for AI researchers, digital artists, and developers. Use it to:

  • Quickly bootstrap fresh ComfyUI environments without manual Python/PyTorch version conflicts.
  • Automate the installation and resolution of dependency-heavy custom nodes like the Impact Pack or ControlNet.
  • Download and organize models from platforms like CivitAI or HuggingFace directly into your workspace.
  • Execute troubleshooting workflows, such as bisecting node conflicts or restoring broken dependency trees.
  • Manage multiple workspaces simultaneously using the global path and default instance flags.

Example Prompts

  1. "comfy-cli: Install the latest version of the ComfyUI-Impact-Pack and verify all dependencies are met for my current workspace."
  2. "comfy-cli: Launch my ComfyUI server in the background and ensure it is listening on 0.0.0.0 so I can access it from my tablet."
  3. "comfy-cli: Download this model from https://civitai.com/api/download/models/12345 and then run a snapshot to save my current node configuration."

Tips & Limitations

Always check your GPU compatibility before running the initial install. While comfy-cli automates environment management, complex custom nodes may occasionally require manual Python package intervention if they lack proper requirements files. Use the comfy node fix command as your first line of defense when nodes fail to load. When testing experimental workflows, utilize the snapshot feature frequently to ensure you can revert to a known good state.

Metadata

Stars1947
Views8
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-johntheyoung-comfy-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#comfyui#ai-art#stable-diffusion#workflow#automation
Safety Score: 3/5

Flags: file-write, file-read, external-api, code-execution