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 gengit 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/gen)<a href="https://agentmods.dev/skills/hybridindie/comfyui_mcp/gen"><img src="https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/gen/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hybridindie/comfyui_mcp/gen"><img src="https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/gen.svg" alt="Reviewed on agentmods" width="80" 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.00013 | $0.00509 |
| Opus 5 | $0.00006 | $0.00254 |
| Sonnet 5 | $0.00003 | $0.00102 |
| Haiku 4.5 | $0.00001 | $0.00051 |
Grade A, and why
gen 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 9d 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.
What it actually says
Generate Image
Generate an image using ComfyUI based on the user's prompt "$ARGUMENTS".
Steps
-
Parse the prompt. Extract any explicit parameters (dimensions, steps, cfg, model name) from the user's request. Reject and ask for clarification only in these specific cases:
- The prompt is empty or whitespace-only
- The prompt is a question or meta-request rather than a scene description (e.g., "what can you do?", "how does this work?")
- The user passed a parameter outside its valid range (steps < 1, cfg < 0, width/height not divisible by 8)
Otherwise, apply these defaults for the listed parameters (and only these) when not specified:
- width: 512, height: 512
- steps: 20
- cfg: 7.0
- negative_prompt: "bad quality, blurry"
-
Select a model. If the user specified a model name, use it. Otherwise, call
comfyui_list_modelswith folder"checkpoints", pick one from the returneditems, and ask the user to confirm before proceeding (offer to swap if they want a different one). -
Generate the image. Call
comfyui_generate_imagewith the parsed parameters andwait=Trueso we block until completion. -
Fetch the result. The response is a dict envelope with keys
status(expect"completed"),prompt_id,outputs,elapsed_seconds, and optionallywarnings.outputsis a list of{node_id, filename, subfolder}entries — read the first entry'sfilenameandsubfolderand callcomfyui_get_imagewith those. (Tip: passpreview_format="webp"andpreview_quality=80tocomfyui_get_imagefor a thumbnail instead of the full PNG — much cheaper context.) -
Present the result. Show the image and a summary of the generation parameters used (prompt, model, dimensions, steps, cfg).
Notes
- If generation fails, check
comfyui_get_queueto see if ComfyUI is busy or stuck. - For img2img, ControlNet, or other advanced workflows, use
/comfy:workflowinstead.
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.
- 9d ago First seen · 35 lines · 13 tokens per session scan A e99a6ca353b0
gen is a skill published in the GitHub repository hybridindie/comfyui_mcp (2 stars, last pushed 6d ago), licensed MIT. It adds 13 tokens to every session and 509 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.