A comprehensive command-line interface for installing, configuring, and scaling ComfyUI instances and their ecosystem of nodes and models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install comfy-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install comfy-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The comfy-cli skill provides a unified interface for the complete lifecycle management of ComfyUI, the popular node-based GUI for stable diffusion. By leveraging Openclaw Skills, users can move beyond manual folder management and handle complex installations across diverse hardware environments including NVIDIA GPUs, Apple Silicon, and AMD ROCm. It serves as a bridge for developers who need to script their generative AI environments or manage multiple workspaces with surgical precision.
This tool is particularly valuable for those who need to maintain reproducibility in their creative workflows. It handles the heavy lifting of dependency resolution, custom node synchronization, and model fetching from major hubs like CivitAI and Hugging Face, all while maintaining a clean, versioned workspace structure that integrates perfectly with modern DevOps practices.
To begin using this tool with Openclaw Skills, install the CLI via uv and initialize your environment:
# Install the CLI tool
uv tool install comfy-cli
# Install ComfyUI with hardware-specific optimization (e.g., NVIDIA)
comfy install --nvidia
# Optional: Set your CivitAI token for gated models
# Edit config at ~/.config/comfy-cli/config.ini
The skill organizes data around the concept of workspaces and snapshots to ensure environment isolation:
| Component | Format | Purpose |
|---|---|---|
| Config File | .ini |
Stores API tokens (CivitAI/HF) and default workspace paths. |
| Snapshots | .json |
Captures the exact Git hashes of all installed custom nodes for reproducibility. |
| Workspaces | Directory | Contains the ComfyUI source, custom_nodes, and models folders. |
| PR Cache | Directory | Stores temporary builds for frontend pull requests being tested. |
comfy node bisect to programmatically find breaking changes in custom nodes.--workflow flag for integration into automated pipelines.--workspace or --recent flags.Loading
An always-on autonomous development orchestrator that triages requests, decomposes complex tasks, and manages multi-model parallel execution.

A powerful research skill that scrapes the last 30 days of social media and web data to turn you into an instant expert on any topic.

A specialized orchestration layer that processes web fetch results into privacy-compliant, normalized markdown for AI agents.

Swarmind is a collaborative task management skill that enables AI agents and humans to work together through a structured Kanban workflow and secure API-driven orchestration.

A comprehensive CLI tool for Beeper Desktop that enables programmatic access to chats, messages, and contact management.

Casely is an intelligent QA assistant for Openclaw Skills that transforms fragmented project documentation into structured, style-consistent test suites.








































