comfy-build-pins

comfy-build-pins is a skill for Claude Code, Codex from Comfy-Org/comfy-cli. It costs 87 tokens per session (2,372 once invoked), scanned A, original, GPL-3.0.

A reference guide for choosing compatible Python package versions in ComfyUI build files. ComfyUI is a tool for creating image-generation workflows.

In plain words
What is it for?
Use it when writing or repairing a comfy-build.yaml file, especially after a build fails because of Python dependencies.
Why use it?
It helps explain dependency conflicts when packages require incompatible versions. It also identifies which version pins should be kept or removed.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/comfy-org/comfy-cli/comfy-build-pins
Any agent
npx skills add Comfy-Org/comfy-cli --skill comfy-build-pins
Clone the repo
git clone --depth 1 https://github.com/Comfy-Org/comfy-cli

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-build-pins

README.md
[![agentmods](https://agentmods.dev/badge/skills/comfy-org/comfy-cli/comfy-build-pins.svg)](https://agentmods.dev/skills/comfy-org/comfy-cli/comfy-build-pins)
Your own site
<a href="https://agentmods.dev/skills/comfy-org/comfy-cli/comfy-build-pins"><img src="https://agentmods.dev/badge/skills/comfy-org/comfy-cli/comfy-build-pins.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,372 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.1 $0.00087 $0.02372
Opus 5 $0.00044 $0.01186
Sonnet 5 $0.00017 $0.00474
Haiku 4.5 $0.00009 $0.00237

Measured 2d ago against content hash 14f71fb14c30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

comfy-build-pins 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 2d 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.

comfy_cli/skills/comfy-build-pins/SKILL.md · 188 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago First seen · 188 lines · 87 tokens per session scan A 14f71fb14c30

Subscribe to this mod's changes

comfy-build-pins is a skill published in the GitHub repository Comfy-Org/comfy-cli (965 stars, last pushed today), licensed GPL-3.0. It adds 87 tokens to every session and 2,372 once invoked, about $0.0004 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

debug-render

Debug a WRONG or imperfect render (not a hard error) by inspecting inputs and intermediate steps with run-to-node. Render one branch up to an output, preview-tap latents/masks/preprocessor maps, localize the first bad stage, then fix. Use when a final image/video completes but looks wrong, such as artifacts, wrong…

artokun/comfyui-mcp · 117 tokens

debug-cli

Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.

tailcallhq/forgecode · 49 tokens

resolve-fixme

Find all FIXME comments across the codebase and fully implement the work they describe. Use when the user asks to fix, resolve, or address FIXME comments, or when running the "fixme" command. Runs a discovery script to find every FIXME, expands multiline comment blocks, groups related FIXMEs across files into a single…

tailcallhq/forgecode · 100 tokens

seedance-troubleshoot

This skill should be used when a Seedance 2.0 output is blurry, jittery, off-prompt, morphing, blocked, visually generic, unstable, desynced, inconsistent, or otherwise fails and needs root-cause diagnosis.

Emily2040/seedance-2.0 · 56 tokens

terminal-screenshot

Render a terminal CLI program's colored output to a PNG so Claude can actually SEE the real visual result — color contrast, alignment, background blocks, highlighting — instead of only reading plain text and raw ANSI escape codes. Use this whenever verifying or debugging how a CLI tool looks in the terminal: delta git…

daymade/claude-code-skills · 206 tokens

cli-demo-generator

Generates professional animated CLI demos as GIFs using VHS terminal recordings. Handles tape file creation, self-bootstrapping demos with hidden setup, output noise filtering, post-processing speed-up, and frame-level verification. Use when users want to create terminal demos, record CLI workflows as GIFs, generate…

daymade/claude-code-skills · 114 tokens