← Back to Skills Marketplace
zambav

Comfy UI Complete Toolkit

by Zambav · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
333
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install comfyui-complete-toolkit-skill
Description
Portable ComfyUI workflow and API guidance for any install. Use when building, validating, or troubleshooting ComfyUI image/video workflows, discovering avai...
README (SKILL.md)

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:

  • "Build a ComfyUI workflow"
  • "Fix this ComfyUI workflow"
  • "Use the ComfyUI API"
  • "Why is this ComfyUI graph failing?"
  • "Add a LoRA / model / node to this ComfyUI setup"

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

  • Treat node classes as discoverable, not guaranteed constants.
  • Treat model filenames as examples until confirmed on the target install.
  • Use filename-only model references in workflow JSON unless the install explicitly requires a subdirectory path.
  • Use defensive parsing for /history and /object_info; schema details can vary by ComfyUI version and custom nodes.
  • Fail fast when a required node class, model, or custom node is missing.
  • Keep setup-specific notes out of this file; put them in a per-user config or setup reference.

Cold-read test

Before publishing or packaging changes, check that a fresh reader could answer:

  • What does this skill do?
  • When should it trigger?
  • What must be discovered first?
  • Where do install-specific values go?
  • Which reference file should be opened for the current task?
Usage Guidance
This skill appears coherent and portable. Before installing or using it, be sure you intentionally grant the agent access to the ComfyUI target you want it to manage: verify the base_url/websocket URL you provide (don’t hand over credentials or URLs for systems you don’t control), limit network exposure if possible (e.g., avoid giving access to internal-only services unless you trust the agent), and review any workflow submissions before approving large or expensive runs. If you need the agent to persist configuration, confirm that it will store that config in a user-owned location rather than a shared/global store.
Capability Analysis
Type: OpenClaw Skill Name: comfyui-complete-toolkit-skill Version: 1.0.0 The skill bundle provides a comprehensive and portable toolkit for an AI agent to interact with ComfyUI via its REST and WebSocket APIs. It emphasizes a 'discovery-first' approach, instructing the agent to query the live server (e.g., via /object_info) for available nodes and models rather than making assumptions about the local environment. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; instead, the documentation in SKILL.md and the references/ directory focuses on legitimate workflow construction, debugging, and job management while explicitly advising against hardcoding secrets or absolute paths.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md consistently focuses on discovering a target ComfyUI install (via /object_info, /queue, /history, /prompt, /ws) and building/validating workflows. There are no unrelated requirements (no cloud creds, no system paths) and the manifest explicitly avoids machine-specific inventories.
Instruction Scope
Runtime instructions confine activity to querying the ComfyUI API, validating discovered node/model dropdown values, and building/submitting workflow JSON. The skill explicitly disallows embedding absolute filesystem paths or storing secrets in docs and instructs to ask the user for base URLs when unknown. It does not instruct reading arbitrary system files or environment variables outside the declared (none) set.
Install Mechanism
This is instruction-only with no install spec and no code files to write or execute. That is the lowest-risk install profile and matches the described portable guidance role.
Credentials
The skill declares no required environment variables, credentials, or config paths. It asks the user (or discovers) only for target ComfyUI base/websocket URLs and model names — which are appropriate and proportionate for the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. disable-model-invocation is the default (false) which is expected; nothing in the files suggests it would modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install comfyui-complete-toolkit-skill
  3. After installation, invoke the skill by name or use /comfyui-complete-toolkit-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
comfyui-skill 1.0.0 - Initial release focused on portable and installation-agnostic ComfyUI workflow guidance. - Provides task-based triggers, discovery-first workflow, and clear references for common ComfyUI usage scenarios. - Emphasizes model/node discovery, explicit install-variable gathering, and defensive graph/API handling. - Includes structured reference map for setup, API, workflow building, compatibility, and debugging. - Establishes global rules to avoid hardcoded assumptions and maximize cross-install usability.
Metadata
Slug comfyui-complete-toolkit-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Comfy UI Complete Toolkit?

Portable ComfyUI workflow and API guidance for any install. Use when building, validating, or troubleshooting ComfyUI image/video workflows, discovering avai... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install Comfy UI Complete Toolkit?

Run "/install comfyui-complete-toolkit-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Comfy UI Complete Toolkit free?

Yes, Comfy UI Complete Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Comfy UI Complete Toolkit support?

Comfy UI Complete Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Comfy UI Complete Toolkit?

It is built and maintained by Zambav (@zambav); the current version is v1.0.0.

💬 Comments