スキル一覧に戻る
Comfy-Org

registry-search

by Comfy-Org

Let's grow with ComfyUI community -- The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

9🍴 3📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: registry-search description: Search the ComfyUI custom nodes registry for plugins and extensions. Use when the user wants to find specific custom nodes, ComfyUI extensions, or plugins by name, functionality, or description. allowed-tools: Bash model: haiku

ComfyUI Registry Search

This skill searches the official ComfyUI custom nodes registry (api.comfy.org) for available plugins and extensions.

Usage

pr-bot registry search -q "<SEARCH_QUERY>" [-l <LIMIT>] [--include-deprecated]

Parameters

  • -q, --query (required): Search query text
  • -l, --limit (optional): Maximum number of results to return (default: 10)
  • --include-deprecated (optional): Include deprecated nodes in results (default: false)

Search Coverage

The search looks across multiple fields:

  • Node name
  • Description
  • Author name
  • Node ID
  • Publisher name
  • Repository URL
  • Tags

Examples

# Search for video-related nodes
pr-bot registry search -q "video" -l 5

# Find image processing nodes
pr-bot registry search -q "image enhance"

# Search for specific functionality
pr-bot registry search -q "background removal"

# Include deprecated nodes
pr-bot registry search -q "upscale" --include-deprecated -l 10

Output Format

Returns results with:

  • Node name and ID
  • Description (truncated to 100 chars)
  • Publisher information
  • Latest version number
  • Repository URL
  • Download count
  • GitHub stars
  • Tags (if available)

Example Output

📦 Remove Background (SET) (remove-background)
   Background remove and/or replacement.
   Can be applied to images and videos...
   Publisher: Salvador Eduardo Tropea
   Version: 1.0.0
   Repository: https://github.com/set-soft/ComfyUI-RemoveBackground_SET
   Downloads: 462 | Stars: 12
   Tags: image, video
---

Notes

  • Searches across all nodes in the ComfyUI registry (3000+ custom nodes)
  • Results exclude deprecated nodes by default
  • No authentication required
  • Search is case-insensitive
  • Results are client-side filtered (fetches all nodes then filters)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です