AgentSkillsCN

comfy-registry

当用户需要搜索 ComfyUI 节点、按关键词/作者/包/类别查找节点、探索某项任务中现有的节点,或浏览节点注册表时,可使用此技能。

SKILL.md
--- frontmatter
name: comfy-registry
description: Use when searching for ComfyUI nodes, finding nodes by keyword/author/pack/category, discovering what nodes exist for a task, or browsing the node registry.
version: 1.0.0

ComfyUI Node Registry

Search and discover from 8400+ ComfyUI nodes.

MCP Tools

ToolPurpose
comfy_searchSearch nodes by keyword - use this first
comfy_specGet full node spec (inputs, outputs, types) - use after finding a node
comfy_authorFind nodes by author (kijai, filliptm, Lightricks)
comfy_categoriesBrowse all node categories
comfy_packsBrowse all node packs
comfy_statsRegistry statistics

Search Examples

Search uses smart aliases - "ltx" expands to ltx, ltx2, lightricks, etc.

code
comfy_search("controlnet")      → ControlNet loaders and apply nodes
comfy_search("upscale model")   → Model-based upscalers
comfy_search("audio reactive")  → Audio-driven effect nodes (amplitude, rms, onset...)
comfy_search("ltx sampler")     → LTX video sampling nodes
comfy_search("mask grow")       → Mask expansion/dilation nodes
comfy_search("face")            → Face detection, swap, restore nodes
comfy_search("v2v")             → Video-to-video nodes (vid2vid, video2video...)

Workflow

  1. Search: comfy_search("your task")
  2. Inspect: comfy_spec("NodeName") for promising results
  3. Browse: Use comfy_author, comfy_categories, comfy_packs to explore

Key Authors

AuthorFocus
kijaiKJNodes - workflow utils, masks, Set/Get
filliptmFill-Nodes - VFX, audio, video
LightricksLTX video generation
KosinkadinkAnimateDiff Evolved
cubiqIPAdapter

Setup

Requires MCP server. See MCP_SETUP.md.