comfyui-workflows

comfyui-workflows is a skill for Claude Code, Codex from huikku/comfyui-loop-mcp. It costs 116 tokens per session (3,343 once invoked), scanned C, original, MIT.

A set of instructions for building, running, and checking ComfyUI workflows. ComfyUI is a visual system for creating images by connecting processing steps called nodes.

In plain words
What is it for?
It is for inspecting available nodes and models, generating workflow JSON, validating and running workflows, reading errors, and comparing rendered images while iterating.
Why use it?
It avoids relying on guessed node names, inputs, or model files by checking what the installed ComfyUI system actually supports before running a workflow.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/huikku/comfyui-loop-mcp/docs
Any agent
npx skills add huikku/comfyui-loop-mcp --skill docs
Clone the repo
git clone --depth 1 https://github.com/huikku/comfyui-loop-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comfyui-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/huikku/comfyui-loop-mcp/docs.svg)](https://agentmods.dev/skills/huikku/comfyui-loop-mcp/docs)
Your own site
<a href="https://agentmods.dev/skills/huikku/comfyui-loop-mcp/docs"><img src="https://agentmods.dev/badge/skills/huikku/comfyui-loop-mcp/docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,343 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00116 $0.03343
Opus 5 $0.00058 $0.01672
Sonnet 5 $0.00023 $0.00669
Haiku 4.5 $0.00012 $0.00334

Measured 3d ago against content hash 70dd0e602f42, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

comfyui-workflows scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s http://localhost:8188/object_info | python3 -c "

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**If the [`comfyui-loop-mcp`](https://github.com/huikku/comfyui-loop-mcp) server is connected, use its tools instead of the curl below** — same method, less typing, and the parts curl can't do at all. The mapping: `check
comfy_loop/docs/SKILL.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ComfyUI workflow generation

ComfyUI exposes a REST API that tells you exactly which nodes are installed, their inputs/outputs, and which model files exist. Always query the API before generating workflow JSON, and validate by executing before declaring a workflow done. Never guess node names, input names, types, or model filenames.

ComfyUI runs at http://localhost:8188 unless told otherwise.

If the comfyui-loop-mcp server is connected, use its tools instead of the curl below — same method, less typing, and the parts curl can't do at all. The mapping: check_comfyui (step 1) · list_nodes / get_node / list_models (steps 2-3) · check_workflow before you submit · submit_workflow + get_result (step 5) · get_image, which returns the pixels to you and compare_images(mode="difference") (step 6) · loop_start / loop_record to hold the best-so-far on disk, where a compacted context can't lose it. The curl in this skill is the fallback for when the server isn't there.

Step 0 — Pick the JSON format deliberately

Two formats, NOT interchangeable:

API / prompt format UI / litegraph format
Shape flat dict keyed by node id; each entry is class_type + inputs nodes + links arrays, positions, widgets_values
Used for POSTing to /prompt to execute loading into the UI to view/edit
Generate when "build it and run it" (default) an artist needs to hand-tweak the graph

Default to API format. It's robust to generate (no link-id accounting). Produce litegraph only when the goal is a UI-editable file. To run an existing UI workflow: convert it to API format (resolve reroute/GetNode/SetNode passthroughs and turn widgets_values into named inputs using object_info), validate in API format, then optionally save litegraph.

Install ComfyUI (only if it isn't already running)

Skip this whenever Step 1 succeeds.

If the comfyui-loop-mcp server is connected, load its comfy_install prompt and follow that — it is generated against the machine you are on: an install if one already exists (start it, don't clone a second), the interpreter to build the venv from, whether comfy-cli is on PATH, and the torch build this box's accelerator actually wants. Any failed tool call returns the short version of the same thing. Don't hand the install back to the user; you have the shell.

Read the full file on GitHub · 146 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 146 lines · 116 tokens per session scan C 70dd0e602f42

Subscribe to this mod's changes

comfyui-workflows is a skill published in the GitHub repository huikku/comfyui-loop-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 116 tokens to every session and 3,343 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens