by SlavaSexton
One ComfyUI skill for every AI coding agent (Claude Code, Codex, Gemini CLI, Qwen Code): drives a local ComfyUI end to end. 67 model prompt recipes, 545 templates, hardware-aware selection, auto-start, workflow building, multi-shot video, ControlNet, HDR, enhance/restore. By AI VFX NEWS.
# Add to your Claude Code skills
git clone https://github.com/SlavaSexton/ComfyUI-Agent-KitGuides for using ai agents skills like ComfyUI-Agent-Kit.
ComfyUI-Agent-Kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by SlavaSexton. One ComfyUI skill for every AI coding agent (Claude Code, Codex, Gemini CLI, Qwen Code): drives a local ComfyUI end to end. 67 model prompt recipes, 545 templates, hardware-aware selection, auto-start, workflow building, multi-shot video, ControlNet, HDR, enhance/restore. By AI VFX NEWS. It has 50 GitHub stars.
ComfyUI-Agent-Kit's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/SlavaSexton/ComfyUI-Agent-Kit" and add it to your Claude Code skills directory (see the Installation section above).
ComfyUI-Agent-Kit is primarily written in Python. It is open-source under SlavaSexton on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ComfyUI-Agent-Kit against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Local-first ComfyUI for every AI coding agent (Claude Code, Codex, Gemini CLI, Qwen Code). Your GPU, your models, no cloud, no account.
By AI VFX NEWS.
Make Claude Code, Codex, Gemini CLI, or Qwen Code drive ComfyUI at full power on your own machine - generate images, video, and audio, build and run workflows, pick the model variant that fits your hardware, and show the graph live in your own ComfyUI canvas. No hosted service, no per-generation billing: one installer wires the same stack into every agent you run, then you hand the whole setup to someone else with one command.
This is the portable, machine-independent, multi-agent version of a working ComfyUI setup. One shared core
(the knowledge + the MCP driver) plus a thin adapter per agent. Clone it, run the installer, and each of your
agents gets the same stack, wired to your hardware. GLM (z.ai) run through Claude Code is covered by the
claude adapter. See docs/AGENTS.md for how each agent connects.
Local-first, for experts and everyday users alike. It scales from one-command image / video generation to a professional VFX color pipeline: v2 ships ComfyUI-OCIO (nine Nuke-style OpenColorIO nodes - Read a sequence, grade in ACES, write ProRes, preview on an on-node player, fully color-managed) and the field guide to building your own custom nodes.
Local-first by design. Prefer the cloud? The official Comfy Cloud MCP runs your workflows on Comfy's GPUs, no local setup. This kit is the local-first counterpart: everything runs on hardware you control, with no account and no per-generation cost, the model picker sizes each job to your VRAM, and it serves four agents, not one. Use whichever fits the job.
/object_info before running. Not a preset runner.http://127.0.0.1:8188 in a browser. For an
unattended pipeline the start policy is configurable per project (env vars or a .comfyui-agent.json), so it
never blocks on a prompt.check_updates.py diffs the template repo and reads the blog RSS; an optional
weekly task adds recipes for new models and pushes them. (docs/UPDATING.md)| Layer | What | Installed as |
|---|---|---|
| 1 | Knowledge + client the operating manual and a zero-dependency HTTP client | the agent's skill / extension dir |
| 2 | MCP driver ~90 structured tools so the agent operates ComfyUI directly | comfyui-mcp (npm) + per-agent MCP registration |
| 3 | In-graph Claude nodes an LLM as a step inside a workflow (prompt enrichment, vision QA) | ComfyUI custom_nodes |
| 4 | Node-building skills for writing/modifying custom nodes (V3 API) | the agent's skill dir (Claude/Codex) |
| + | Template library the official 500+ workflow templates, the source of truth | sparse git clone + quick index |
Plus a GUI bridge: the agent writes graphs to <ComfyUI>/user/default/workflows/, you open them in the
built-in Workflows sidebar and tweak them. No extra "agent panel" node required.
See docs/LAYERS.md for each layer, and docs/AGENTS.md for the per-agent matrix.
The kit clones the official Comfy-Org/workflow_templates and builds a compact lookup index so the agent can match any request to the right template. 549 templates (plus 94 official Subgraph Blueprints, reusable subgraph bricks) span every task, image, video, 3D, audio, utilities:
Each generative model rewards a different prompt approach: SDXL wants comma tags, FLUX wants natural-language
sentences, video models want camera and motion direction, audio models want genre/tempo/instruments, and
negative-prompt support varies wildly. The kit ships MODELS.md, a per-model
prompting reference distilled from official sources (each maker's docs and model cards, docs.comfy.org, and
the per-model templates from the anthropic-claude node). When you name a model in a request or a workflow,
the agent reads that model's entry first and prompts it correctly.
Covered today (71 models with recipes): FLUX.1/.2 + Kontext, Z-Image, Boogu, Qwen-Image/Edit, SDXL, SD1.5/3.5, HiDream, Ideogram, Nano Banana Pro/2, Seedream, Recraft, GPT-Image, Grok, Reve, Kandinsky, BRIA, OmniGen, Chroma, Krea 1/2, ERNIE-Image, FireRed/LongCat/ChronoEdit (edit), Capybara, Bernini-R, Anima, NewBie, PixelDiT, Ovis-Image, Lens, Quiver, Wan 2.1-2.7, LTX-2.3/2 Pro, Hunyuan Video, SVD, Kling, Veo, Sora, Seedance, Luma, Runway, MiniMax, PixVerse, Vidu, Pika, HappyHorse, HuMo, SCAIL-2, Stable Audio, ACE-Step, ElevenLabs, ChatterBox, Sonilo, Hunyuan3D, Tripo, Rodin, Meshy. Plus a separate Enhancement and utility section (not prompt-driven, settings not prompts): upscalers and restorers (Real-ESRGAN, SUPIR, SeedVR2, FlashVSR, Topaz, Magnific), frame interpolation (FILM, RIFE), conditioning helpers (SAM3, BiRefNet, Depth Anything, DWPose, MoGe, IP-Adapter, LivePortrait, Mediapipe), and video object removal (VOID). Anything else falls back to the template library.
Full model index: every model in the library and exactly what the kit has for it (recipe / utility / template-only): docs/MODEL_INDEX.md.
✅ recipe = a dedicated, up-to-date prompting guide in MODELS.md. 🔧 tool = an
enhancement/utility note (settings, not prompts). Updated: 2026-06-25.
One table, columns aligned to the widest row (the video models).
| Modality | Model / tool | Prompt recipe | Runs |
|---|---|---|---|
| Image | FLUX.1 / FLUX.2 / Kontext | ✅ | local + API |
| Image | Z-Image-Turbo | ✅ | local |
| Image | Qwen-Image / Edit | ✅ | local |
| Image | SDXL · SD 1.5 · SD 3.5 | ✅ | local |
| Image | HiDream-I1 | ✅ | lo |