How this skill is triggered — by the user, by Claude, or both
Slash command
/comfy:historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show recent ComfyUI completions.
Show recent ComfyUI completions.
Fetch history. Call comfyui_get_history. The response is a pagination envelope: {items, count, offset, limit, has_more, total} where total is set only on the last page.
Display results. The MCP returns items in most-recent-first order — display them in the returned order; do not re-sort client-side. Iterate result["items"] and for each item show:
Follow-up options. If the user wants to view a specific output, they can use comfyui_get_image with the filename. For a more unified view that also includes queued and currently-running jobs, use comfyui_list_jobs instead.
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.