comfyui-plugin

comfyui-plugin is a plugin for Claude Code from laurigates/claude-plugins. Its manifest loads nothing; the 17 skills it bundles cost 857 tokens per session together, scanned A, original, MIT.

A development toolkit for creating and publishing ComfyUI custom-node packs. Custom nodes are add-ons that give ComfyUI new workflow operations.

In plain words
What is it for?
Use it to scaffold a custom-node project, seed its repository, prepare a Git-based adoption change, publish to the Comfy Registry, and add README screenshots.
Why use it?
It organizes the steps from starting a pack and its code repository through publishing it and adding documentation images.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add laurigates/claude-plugins
agentmods
npx agentmods add plugins/laurigates/claude-plugins/comfyui-plugin
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code.

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-plugin

README.md
[![agentmods](https://agentmods.dev/badge/plugins/laurigates/claude-plugins/comfyui-plugin.svg)](https://agentmods.dev/plugins/laurigates/claude-plugins/comfyui-plugin)
Your own site
<a href="https://agentmods.dev/plugins/laurigates/claude-plugins/comfyui-plugin"><img src="https://agentmods.dev/badge/plugins/laurigates/claude-plugins/comfyui-plugin.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 17 skills cost 857 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

comfyui-plugin 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/.claude-plugin/plugin.json · 17 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "comfyui-plugin",
  "version": "1.13.7",
  "description": "ComfyUI custom-node pack lifecycle - scaffold a pack, create + seed the repo, open the gitops adoption PR, publish to the Comfy Registry, and add README screenshots",
  "keywords": [
    "comfyui",
    "custom-node",
    "scaffold",
    "litegraph",
    "comfy-registry",
    "gitops",
    "screenshots",
    "playwright"
  ]
}
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 · 17 lines scan A e1738242a2b6

Subscribe to this mod's changes

comfyui-plugin is a plugin published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

aidd-vcs

External artifacts: commit, pull-request, release-tag, issue-create.

ai-driven-dev/framework · not measured

prflow

Turn feature requests into review-ready pull requests: issue, implementation, tests, a review-and-fix loop, and docs. Runs locally or on GitHub Actions, and is built for complex brownfield repos. Each week its retrospective reads what you actually merged and proposes improvements to your skill extensions.

The01Geek/prflow · not measured

contributor-writing

Writing skills for Shopware core contributors: Architecture Decision Records, PR descriptions (trunk and feature-branch formats), commit messages, and RELEASEINFO/UPGRADE entries. Analyzes branch diffs, classifies changes, and writes content calibrated to change magnitude.

shopwareLabs/ai-coding-tools · not measured

release-conductor

Owns everything around the diff: craft Conventional Commits and PR descriptions, recommend the right semver bump by reasoning about behavioral breaking changes, assemble changelogs from messy history, and guide merge-conflict resolution, rebase planning, and git-history archaeology.

sigistry/marketplace · not measured

playbooks-virtuoso

5 playbook skills — PHP upgrade, Composer dependencies, branch finishing, ticket delivery, and worktree ops.

krzysztofsurdy/code-virtuoso · not measured

instruction-placement

Routes agent-instruction content to the surface that loads it at the right moment. The audit skill sweeps a repository's instruction layer and its ordinary markdown for content whose scope is narrower than the surface carrying it — conventions keyed to one file type or one subtree sitting in an always-loaded CLAUDE.md.

melodic-software/claude-code-plugins · not measured