cli-anything-comfyui

Manage ComfyUI workflows and monitor server status via CLI commands.

46.8k|4.4k|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-comfyui-hkuds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-comfyui
Source: https://github.com/HKUDS/CLI-Anything/tree/main/comfyui/agent-harness/cli_anything/comfyui/skills
Command: npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-comfyui-hkuds

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to manage AI image generation workflows directly via CLI, facilitating automation and integration with AI agents without a graphical interface.

Core Features & Use Cases

  • Workflow Management: Allows queuing, loading, and validating AI image workflows.
  • Server Monitoring: Provides real-time system and server status updates.
  • Image Handling: Supports listing and downloading generated images for automation tasks.
  • Use Case: An AI-powered content pipeline can automate image generation, monitor progress, and retrieve images seamlessly, enhancing productivity without manual GUI operations.

Quick Start

Command an AI agent to check the server status and list available models.

Frequently Asked Questions about cli-anything-comfyui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage ComfyUI image generation workflows via CLI?

You can manage ComfyUI workflows via CLI by executing commands that interact with the ComfyUI REST API, allowing you to queue, load, and validate AI image generation tasks without a graphical interface.

Can I monitor ComfyUI server status from the command line?

Yes, you can monitor ComfyUI server status from the command line by sending CLI requests to the local ComfyUI REST API to retrieve real-time system updates and server status information.

Do I need Python to automate ComfyUI API workflows?

Yes, you need Python 3.10 or higher to automate ComfyUI API workflows, along with access to a running ComfyUI server hosted at localhost to execute the CLI commands successfully.

What is the best way to integrate ComfyUI into an automated content pipeline?

The best way to integrate ComfyUI into an automated content pipeline is using CLI commands to automate image generation, monitor progress, and download generated images seamlessly without manual GUI operations.

How do I download generated images from ComfyUI automatically?

To download generated images from ComfyUI automatically, use CLI commands that list and retrieve generated image files through the ComfyUI REST API, supporting continuous integration and agent-based workflows.