search_custom_nodes
Search the public ComfyUI Registry for custom node packs by keyword to discover and install new packs, with ranked results including author, install count, and latest version.
Instructions
Search the public ComfyUI Registry (registry.comfy.org) for custom node packs by keyword. Read-only and network-only: queries the hosted registry over HTTP and does NOT require a running ComfyUI or COMFYUI_PATH. Returns a ranked list of packs with id, name, author, install count, and latest version. Use to discover packs to install; pass a returned id to get_node_pack_details for full info. This searches node PACKS, not models (use search_models) and not local installs (use list_local_models).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default 1) | |
| limit | No | Max results to return (default 10) | |
| query | Yes | Keyword(s) to match against pack name/description, e.g. 'impact', 'controlnet aux' |