comfyui-skill-openclaw

Expose ComfyUI workflows to AI agents via a schema-driven CLI.

357|35|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw --skill comfyui-skill-openclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-skill-openclaw
Source: https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/tree/main
Command: npx skills add https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw --skill comfyui-skill-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

ComfyUI workflows are powerful but difficult to control from AI agents; this Skill exposes a clean, parameter-mapped surface and a CLI-driven workflow execution layer to let agents discover, import, and run ComfyUI pipelines safely.

Core Features & Use Cases

  • Exposes only essential parameters via a schema for agent control, enabling safer and more predictable automation.
  • Supports multi-server routing so workflows can be executed on local and remote ComfyUI instances under one namespace.
  • Provides a lightweight Web UI for configuration and testing while preserving CLI-driven execution.

Quick Start

Clone the repository, install the comfyui-skill CLI, configure your server, import a workflow, and run it from your agent using a structured --args payload.

Frequently Asked Questions about comfyui-skill-openclaw

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

FAQPage Schema
How do I run ComfyUI workflows from an AI agent?

To run ComfyUI workflows from an AI agent, you can use a schema-driven CLI to expose essential parameters, allowing automated agents to safely discover, import, and execute pipelines via structured command arguments.

Can I route ComfyUI workflow execution across multiple remote servers?

Yes, you can route ComfyUI workflow execution across multiple remote servers using multi-server routing, which manages local and remote ComfyUI instances under a single namespace for unified execution.

What is the best way to expose essential ComfyUI parameters to an AI agent?

The best way to expose essential ComfyUI parameters to an AI agent is through a schema-driven parameter surface, which maps workflow inputs into a stable CLI contract for safer and more predictable automation.

Do I need a specific environment to import and run ComfyUI pipelines via CLI?

You need the comfyui-skill CLI installed, Python requests dependency, and a configured local or remote ComfyUI server to import workflows, run dependency checks, and execute pipelines via structured arguments.

Does this CLI approach support testing ComfyUI workflows with a web UI?

Yes, the CLI approach supports testing ComfyUI workflows through an optional lightweight web UI, which allows configuration and testing while preserving the underlying CLI-driven execution for automated agents.