comfyui_search_custom_nodes
Locate installed ComfyUI custom nodes by searching their name, description, or author to find matching node packs.
Instructions
Search installed custom node packs by name, description, or author.
Args:
query: Search term to match against installed node pack metadata.
limit: Maximum number of results to return (default: 10, max: 25)
offset: Starting index for pagination (default: 0)
Returns:
JSON with matching node packs including name, description, author,
install status, version, and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matches to return (1-25). | |
| query | Yes | Search term matched against installed node-pack name, ID, description, and author. | |
| offset | No | Zero-based starting index for pagination. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||