·comfyui-api
</>

comfyui-api

Connect to a running ComfyUI instance, queue workflows, monitor execution, and retrieve results. Supports both online (REST API) and offline (JSON export) modes. Use when executing ComfyUI workflows or checking server status.

91Installs·9Trend·@mckruz

Installation

$npx skills add https://github.com/mckruz/comfyui-expert --skill comfyui-api

How to Install comfyui-api

Quickly install comfyui-api AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mckruz/comfyui-expert --skill comfyui-api
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mckruz/comfyui-expert.

SKILL.md

View raw

Connect to ComfyUI's REST API to execute workflows, monitor progress, and retrieve outputs.

Each node is keyed by a string ID. Inputs reference other nodes as ["{nodeid}", {outputindex}].

Incomplete: Returns {} (empty object) Complete: Returns execution data with outputs:

Connect to a running ComfyUI instance, queue workflows, monitor execution, and retrieve results. Supports both online (REST API) and offline (JSON export) modes. Use when executing ComfyUI workflows or checking server status. Source: mckruz/comfyui-expert.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mckruz/comfyui-expert --skill comfyui-api
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from mckruz/comfyui-expert

Quick answers

What is comfyui-api?

Connect to a running ComfyUI instance, queue workflows, monitor execution, and retrieve results. Supports both online (REST API) and offline (JSON export) modes. Use when executing ComfyUI workflows or checking server status. Source: mckruz/comfyui-expert.

How do I install comfyui-api?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mckruz/comfyui-expert --skill comfyui-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mckruz/comfyui-expert