search_extensions
Search the Comfy Registry for node packs and see which are already installed before cloning, so you can plan installs without downloading repositories.
Instructions
Search the Comfy Registry for a node pack, and say which ones are already here.
The registry answers before anything is cloned, which is what makes this the
first step rather than a convenience: each hit carries the pack's own
dependencies, so plan_packages can be asked what installing it would move
while the pack is still a row in somebody else's database. Cloning a repository to
find out what it wants is the thing this ordering exists to avoid.
installed on a hit means an enabled copy of that same pack is already here,
compared by registry id and git remote rather than by folder name. A disabled copy
is reported separately, since it is not a conflict - it is a pack somebody
switched off, and re-installing over it is rarely what they meant.
This reaches api.comfy.org, which is a third host: it can answer while PyPI is unreachable, and it can be down while ComfyUI is fine.
Args:
query: what to search for - a name, part of one, or a subject like "video".
limit: hits per page, at most 100.
page: which page of the result, 1-based. total says how many there are.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||