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_mcpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.