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.
npx skills add hybridindie/comfyui_mcp --skill workflowgit clone --depth 1 https://github.com/hybridindie/comfyui_mcpWrote 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.
[](https://agentmods.dev/skills/hybridindie/comfyui_mcp/workflow)<a href="https://agentmods.dev/skills/hybridindie/comfyui_mcp/workflow"><img src="https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/workflow.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00011 | $0.00610 |
| Opus 5 | $0.00005 | $0.00305 |
| Sonnet 5 | $0.00002 | $0.00122 |
| Haiku 4.5 | $0.00001 | $0.00061 |
Grade A, and why
workflow scanned grade A with 0 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 32 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Workflow
Create and optionally run a ComfyUI workflow. Template or description provided by the user as input: "$ARGUMENTS".
Steps
-
Pick a template. If no specific template was requested, choose from the built-in template names accepted by
comfyui_create_workflow:txt2img,img2img,upscale,inpaint,txt2vid_animatediff,txt2vid_wan,controlnet_canny,controlnet_depth,controlnet_openpose,ip_adapter,lora_stack,face_restore,flux_txt2img,sdxl_txt2img. The full list is also incomfyui_create_workflow's docstring. (Note:comfyui_list_workflowsreturns server-side/workflow_templatesfrom front-end packages — not these MCP-built-in templates.) If the user provides a template name that is not in this list, respond with an error message and list the valid options above. -
Create the workflow.
- If the user did not specify any parameter overrides, call
comfyui_create_workflowwith only the template name (omitparams; it defaults to"", which applies the predefined settings for the selected template). - If the user specified overrides (e.g., prompt, dimensions), pass them as a JSON string in the
paramsargument:create_workflow(template="txt2img", params='{"prompt": "a sunset", "width": 768}')
- If the user did not specify any parameter overrides, call
-
Validate the workflow. Call
comfyui_validate_workflowwith the workflow JSON returned from step 2. The response is a dict{valid, errors, warnings, node_count, pipeline}. Report any entries inerrors(blocking) andwarnings(non-blocking). -
Present the workflow. Show a summary of what the workflow does (nodes, connections, key parameters). Offer the user two options:
- Run it — call
comfyui_run_workflowwithwait=True. The response is a dict envelope:{status, prompt_id, outputs, elapsed_seconds, warnings?}. Readstatusto confirm completion. - Modify it — use
comfyui_modify_workflowto add/remove nodes or change parameters, then re-validate
- Run it — call
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.
- 8d ago First seen · 32 lines · 11 tokens per session scan A 01228e26e785
workflow is a skill published in the GitHub repository hybridindie/comfyui_mcp (2 stars, last pushed 5d ago), licensed MIT. It adds 11 tokens to every session and 610 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
local-gpu-imagegen
Use when a user asks to create, generate, draw, render, transform, restyle, or revise a visual asset on the local GPU.
AI Image & Video Generator — GPT Image 2, Seedance, ComfyUI
Generate images and videos from text with multi-provider routing — supports GPT Image 2.0 (near-perfect text rendering), Nanobanana 2, Seedream 5.0, Midjourney V8.1 (unified photorealistic + anime), Flux 2 Klein (cheap drafts), Seedance 2.0 / Veo 3.1 / Grok Video / Agnes Video, and local ComfyUI workflows. Includes…
MeiGen Visual Creative Expert
This skill should be used when the user asks to "generate an image", "create artwork", "design a logo", "make a poster", "draw something", "find inspiration", "search for reference images", "enhance my prompt", "improve prompt", "brand design", "product mockup", "batch generate images", "multiple variations"…
comfyui-skill-openclaw
Run registered ComfyUI workflows through the fast comfyui-skill CLI, and use the official local Comfy MCP for live template, node, model, validation, and orchestration capabilities. Use this Skill when: (1) The user requests to "generate an image", "draw a picture", or "execute a ComfyUI workflow". (2) The user has…
Product Photoshoot Workflow
A workflow for turning one product photo into a set of four e-commerce images from different visual directions.
Social Thumbnail Workflow
A workflow for creating vertical images for short-video platforms and mobile social feeds, where content is usually viewed in a 9:16 portrait layout.