How this skill is triggered — by the user, by Claude, or both
Slash command
/comfy:modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List models available in ComfyUI. Filter type: "$ARGUMENTS".
List models available in ComfyUI. Filter type: "$ARGUMENTS".
Determine the folder type.
"checkpoints", "loras", "vae", "controlnet", "upscale_models"."checkpoints"."Invalid folder type. Valid options:"comfyui_list_model_folders and listing its items as the valid optionsCall comfyui_list_models with the determined folder type.
Process the response. The response is a pagination envelope {items, total, offset, limit, has_more} — iterate result["items"] for the model filenames. Format them as a clean list. If has_more is true, mention that there are additional results and the user can request a higher limit (max 100) or pass offset for the next page.
npx claudepluginhub hybridindie/comfyui_mcpBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.