원클릭으로
progress
Show execution progress for a ComfyUI job
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show execution progress for a ComfyUI job
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate an image with ComfyUI from a text prompt
Show recent ComfyUI generation history
List available ComfyUI models, optionally filtered by type
Show ComfyUI queue status with running and pending jobs
Troubleshooting guide for ComfyUI MCP connection issues, model errors, workflow failures, and security warnings. Use when users encounter errors or unexpected behavior.
Create a ComfyUI workflow from a template
| name | progress |
| description | Show execution progress for a ComfyUI job |
Show progress for a specific ComfyUI job. Prompt ID: "$ARGUMENTS".
Get the prompt_id. Extract it from "$ARGUMENTS". If "$ARGUMENTS" is empty or contains no recognizable id, suggest the user run /comfy:status first to find active job IDs, or /comfy:history for recent completions, and stop here.
Fetch progress. Call comfyui_get_progress with the prompt_id. Do not pre-validate the id format — the tool returns status="unknown" if the job is not found, which step 3 surfaces to the user.
Format the response. The response is a dict. Format it to include the following fields:
current_node field)step X of total_steps Y (percentage)queued, running, completed, error, interrupted (mapped from the unified /api/jobs/{id} endpoint), or unknown if the job is not found