comfyui-queue

A tool for tracking and managing ComfyUI image-generation jobs after they have been submitted. ComfyUI is a system for building and running image-generation workflows.

In plain words
What is it for?
Use it to list jobs, check a job's status and errors, download completed outputs, cancel work, and monitor the generation queue.
Why use it?
It keeps track of jobs and their prompt IDs, so you can inspect results or failures without remembering each identifier.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ssube/conclave/comfyui-queue
Any agent
npx skills add ssube/conclave --skill comfyui-queue
Clone the repo
git clone --depth 1 https://github.com/ssube/conclave

Made for: Claude Code, Codex.

Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,028 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00049 $0.01028
Opus 5 $0.00024 $0.00514
Sonnet 5 $0.00010 $0.00206
Haiku 4.5 $0.00005 $0.00103

Measured 2d ago against content hash 408b340f7069, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comfyui-queue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (queue_manager.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

pi/skills/comfyui-queue/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ComfyUI Queue Manager

Track, inspect, and manage ComfyUI generation jobs. Provides session-level tracking, bulk output downloading, error inspection, and queue control.

Works alongside generate-image — that skill builds and queues workflows, this one manages the jobs after they're queued.

Session Tracking

Every time generate-image queues a prompt, this skill can track the prompt ID in a session file. At the end of a session (or at any time), you can check status of all jobs, download their outputs, or inspect failures — without needing to remember individual prompt IDs.

Session files are stored at /workspace/outputs/sessions/.

Actions

List jobs (with filtering)

python3 {baseDir}/queue_manager.py jobs [--status completed|failed|pending|in_progress] [--limit 20] [--session]

--session filters to only jobs from the current session file.

Check a specific job

python3 {baseDir}/queue_manager.py job <prompt_id>

Shows full details: status, duration, outputs, errors, workflow info.

Download outputs from a completed job

python3 {baseDir}/queue_manager.py download <prompt_id> [--output-dir /workspace/outputs/batch-name]

Downloads all output images/videos to a predictable folder structure: /workspace/outputs/{dir}/{filename} or auto-organized by session.

Download all session outputs

python3 {baseDir}/queue_manager.py download-session [--output-dir /workspace/outputs/my-batch]

Downloads outputs from all completed jobs in the current session. Skips already-downloaded files. Creates {output-dir}/{prompt_id_short}/ subfolders.

Check errors on failed jobs

python3 {baseDir}/queue_manager.py errors [--session] [--limit 10]

Shows error message, exception type, failing node, and traceback for failed jobs.

Queue status (live)

python3 {baseDir}/queue_manager.py status

Shows running/pending counts, current job progress, VRAM usage.

Cancel/interrupt a job

Read the full file on GitHub · 158 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 158 lines · 49 tokens per session scan A 408b340f7069

Subscribe to this mod's changes

comfyui-queue is a skill published in the GitHub repository ssube/conclave (2 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 1,028 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Has TWO workflows: (1) Primary — AI-generated full-slide images composed via scripts/generate.py; (2) Fallback — python-pptx programmatic slides (all text editable, better for reports/project management). The fallback…

peintune/runjam · 100 tokens

kami

Generate PDFs, resumes, CVs, letters, slide decks, portfolios, one-pagers, white papers, and professional documents. Use when user asks to create a PDF, make a resume, write a letter, design slides, format a document, typeset a report, build a portfolio, make a presentation, or create a one-pager. Warm parchment…

EliasOulkadi/shokunin · 151 tokens

brand-design

Generate brand guidelines, design systems with design tokens (W3C format), creative direction (SCAMPER, Design Thinking, TRIZ), and design briefs with scope and success criteria.

EliasOulkadi/shokunin · 40 tokens

mermaid

Render Mermaid diagrams as SVG or ASCII art using beautiful-mermaid. Use when users need to create flowcharts, sequence diagrams, state diagrams, class diagrams, or ER diagrams. Supports both graphical SVG output and terminal-friendly ASCII/Unicode output.

peintune/runjam · 51 tokens

cloudinary-assets

Manage media assets through Cloudinary's REST API -- upload, transform, optimize, and deliver images and videos. Use when user asks about image upload, media optimization, image transformations, responsive images, video management, CDN delivery, or mentions Cloudinary specifically. Covers Upload API, Admin API…

squadcodercom/squadcoder · 190 tokens

sc:image-gen-prompting

Craft effective text-to-image prompts for AI generators (Higgsfield, Midjourney, DALL·E/GPT-Image, Stable Diffusion, Flux). Subject + style + composition + lighting structure, negative prompts, aspect ratios, model-specific tips, and Hebrew→English prompt translation. Activate for: generate image, AI art, product…

squadcodercom/squadcoder · 95 tokens