comfy-image-utils

comfy-image-utils is a skill for Claude Code, Codex from laurigates/claude-plugins. It costs 63 tokens per session (5,010 once invoked), scanned A, original, MIT.

A set of ComfyUI workflow tools for resizing, cropping, padding, tiling, batching, and masking images, plus tools that turn images into captions or tags.

In plain words
What is it for?
Use it to prepare images for a workflow, work with masks and batches, or create text descriptions and tags from images.
Why use it?
It handles common image preparation tasks without running an image-generation model and gathers several captioning tools in one place.

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/laurigates/claude-plugins/comfy-image-utils
Any agent
npx skills add laurigates/claude-plugins --skill comfy-image-utils
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

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 comfy-image-utils

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/comfy-image-utils.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/comfy-image-utils)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/comfy-image-utils"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/comfy-image-utils.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,010 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00063 $0.05010
Opus 5 $0.00032 $0.02505
Sonnet 5 $0.00013 $0.01002
Haiku 4.5 $0.00006 $0.00501

Measured today against content hash c51f5f4cc457, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comfy-image-utils 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 today.

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.

comfyui-plugin/skills/comfy-image-utils/SKILL.md · 428 lines

How it starts

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

ComfyUI image utilities

Image manipulation that doesn't go through a diffusion model. Plus image-to-text inference (Florence-2, WD14, BLIP, DeepDanbooru), which is included here because the input is an image and the node-level setup (model downloads, ONNX dependencies, HF cache paths) is the bulk of the work.

The split:

Pack Niche
comfyui-kjnodes Batch ops, resize-v2, crop-by-mask, channel split/merge, Get*SizeAndCount, LoadAndResizeImage (exposes image_path)
comfyui_essentials Resize / Flip / Crop / Tile-Untile / Composite, list↔batch conversion, Mask family (Blur, Flip, FromColor, BoundingBox)
comfyui-easy-use imageCount, imageInsetCrop, imagesCountInDirectory
comfyui-tooling-nodes Base64 load, image cache, ApplyMaskToImage, WebSocket send, Tile Extract/Merge
ComfyUI-Crystools CImageGetResolution, CImageLoadWithMetadata, CImageSaveWithExtraMetadata
bjornulf_custom_nodes ResizeImage, ResizeImagePercentage, GrayscaleTransform, RemoveTransparency, LoadImageWithTransparency
comfyui_yvann-nodes RepeatImageToCount
comfyui-custom-scripts (pysssss) ConstrainImage (max-dimensions resize with aspect-preserve)
comfyui-various image_ops / channel_ops / color_ops / image_sequence / mask_sequence_ops modules
comfyui-florence2 Florence-2 vision-language for captioning (PromptGen LoRAs)
comfyui-wd14-tagger WD14 ONNX booru-style tagger
comfyui-art-venture BLIP captioner, DeepDanbooru anime tagger

When to Use This Skill

Use this skill when... Use instead when...
Manipulating images/masks outside of model inference (resize, crop, tile, batch) Running a diffusion/inference node on an image -> the relevant model-family skill
Generating a caption/tag from an image (Florence-2, WD14, BLIP) Extracting metadata already embedded in an output -> comfy-metadata

Sources of truth

  • custom_nodes/comfyui-kjnodes/nodes/image_nodes.py — batch / resize / channel / size+count
  • custom_nodes/comfyui_essentials/image.py and mask.py — Image*/Mask* family
  • custom_nodes/comfyui-tooling-nodes/ — base64, cache, websocket, tiling
  • custom_nodes/comfyui-florence2/ — Florence-2 loaders + caption nodes
  • custom_nodes/comfyui-wd14-tagger/ — WD14 ONNX wrapper
  • custom_nodes/comfyui-art-venture/modules/interrogate/ — BLIP, DeepDanbooru

Read the full file on GitHub · 428 lines

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. today First seen · 428 lines · 63 tokens per session scan A c51f5f4cc457

Subscribe to this mod's changes

comfy-image-utils is a skill published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 5,010 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

html-visual

Generate an interactive single-file HTML visualization — mockup, wireframe, ERD, flowchart, chart, slides, architecture diagram, dashboard, timeline, mindmap, kanban, or table. Use when the user wants something rendered rather than described: a UI mockup or wireframe, a database schema as an ERD, business logic as a…

2ykwang/agent-skills · 111 tokens

ergouzi-image-gen

Submit and complete Ergouzi image generation, editing, virtual try-on, upscaling, and background-removal tasks through ergouzi.life, including tasks that use local image files or HTTPS URLs. Use when Codex must call an ergouzi/e-image or ergouzi/e-rmbg model, poll the asynchronous task, download its outputs, resume a…

aiman-labs/ergouzi-agent-skills · 90 tokens

ergouzi-video-gen

Submit and complete Ergouzi video generation, animation, avatar, and person-replacement tasks through ergouzi.life, including tasks that use local media files or HTTPS URLs. Use when Codex must call an ergouzi/e-video model, poll the asynchronous task, download its output, resume a task ID, or cancel a video task.

aiman-labs/ergouzi-agent-skills · 76 tokens

image-prompt

Skill "image-prompt" from animalzinc/claude-plugins, covering image prompt creator, plugin root, phase 1: brief, step 1 — brand selection and step 2 — input intake.

animalzinc/claude-plugins · 0 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

SafeAI-Lab-X/ClawKeeper · 20 tokens

ghost-decode

Use when a video hides text in moving dots or noise — "ghost font" clips, motion-defined text, random-dot kinematograms, TV-static videos with a secret message, text readable only while playing but invisible in any paused frame, or the user asks what a ghost-font video says.

haroontrailblazer/ghost-font-decoder · 64 tokens