Comfy Search Nodes banner
Comfy-Org Comfy-Org

Comfy Search Nodes

Development community

Description

Search for ComfyUI nodes available on Comfy Cloud: $ARGUMENTS Use `search_nodes` to find nodes matching the user's query. If they asked about a category (image processing, sampling, conditioning), filter by category. If they asked about I/O types (IMAGE, LATENT, MODEL), filter by input_type or output_type. Present the results clearly: - Node name and display name - Category - Pack (which custom node pack it belongs to, or "core" for built-in) - Inputs and outputs If they're looking for nodes

Installation

Installs to ~/.claude/skills/comfy-org-comfy-skills-comfy-search-nodes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/comfy-org-comfy-skills-comfy-search-nodes && curl -fsSL https://raw.githubusercontent.com/Comfy-Org/comfy-skills/HEAD/skills/comfy-search-nodes.md -o ~/.claude/skills/comfy-org-comfy-skills-comfy-search-nodes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository