Comfy UI Complete Toolkit
by @zambav
Portable ComfyUI workflow and API guidance for any install. Use when building, validating, or troubleshooting ComfyUI image/video workflows, discovering avai...
clawhub install comfyui-complete-toolkit-skillπ About This Skill
name: comfyui-skill-public description: Portable ComfyUI workflow and API guidance for any install. Use when building, validating, or troubleshooting ComfyUI image/video workflows, discovering available nodes/models via /object_info, wiring loaders/encoders/VAEs/LoRAs correctly, submitting jobs through the REST or WebSocket APIs, or adapting a workflow to an unknown user machine without assuming specific checkpoints, paths, hardware, or custom nodes.
ComfyUI Portable Skill
Use this skill when the task is to work with ComfyUI in a reusable, installation-agnostic way.
Minimum trigger scope
Trigger on requests like:
Do not assume any particular machine, model inventory, file layout, GPU, or custom node pack.
First move: assume zero install knowledge
Before writing or editing any workflow:
1. Read references/setup.md.
2. If the install is unknown, collect the missing setup fields from the user or discover them from the running ComfyUI instance.
3. Prefer discovery over assumptions:
- use /object_info to detect node classes and model dropdown values
- confirm checkpoints, VAEs, encoders, and LoRAs from the target install
- stop and report missing requirements clearly
Read path by task
Global operating rules
/history and /object_info; schema details can vary by ComfyUI version and custom nodes.Cold-read test
Before publishing or packaging changes, check that a fresh reader could answer: