Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub hybridindie/comfyui_mcpHow 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".
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
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.