Skip to main content

ComfyUI workflow execution skill for agents with packaged workflows and CLI tooling

Project description

ComfyUI Agent Skill

This repository is an Agent Skill folder (Claude Code / Claude.ai / Agent Skills). The only required file is SKILL.md.

Status

  • Requires a local or trusted self-hosted ComfyUI server (this repo is not a hosted service).
  • Stable interface: registered workflows only + CLI with structured JSON output.
  • Recommended trust model: do not point this at an untrusted public ComfyUI endpoint.

Registered Workflows

Stable (reviewed configs in assets/workflows/*.config.json):

  • z_image_turbo (text-to-image)
  • klein_edit (image edit)
  • qwen3_tts (text-to-speech)
  • ltx_23_t2v_distill (text-to-video)
  • ltx_23_i2v_distilled (image-to-video)
  • ace_step_15_music (music/audio)
  • qwen_image_2512_4step (text-to-image)

Source of truth: the runtime registry is derived from assets/workflows/*.config.json (and the corresponding assets/workflows/*.json workflow files). If this list drifts, trust the configs and python -m comfyui generate --help output.

For Skill Users (Generate / Edit / Video / Audio)

Use this when you want to run registered ComfyUI workflows via the CLI in this repo.

Quick Start

Option A: Use from source (repo root)

uv sync
uv run --no-sync python -m comfyui check
uv run --no-sync python -m comfyui generate -p "a cute cat sitting on a windowsill at golden hour"

Optional short command (after uv sync installs the project):

uv run --no-sync comfyui-skill check
uv run --no-sync comfyui-skill generate -p "a cute cat sitting on a windowsill at golden hour"

Option B: Install as a tool (no git clone)

pipx install comfyui-agent-skill-mie
comfyui-agent-skill-mie check
comfyui-agent-skill-mie generate -p "a cute cat sitting on a windowsill at golden hour"

Or with uv:

uv tool install comfyui-agent-skill-mie
comfyui-agent-skill-mie check
comfyui-agent-skill-mie generate -p "a cute cat sitting on a windowsill at golden hour"

From a local wheel (for testing before PyPI publish):

pipx install dist/comfyui_agent_skill_mie-*.whl

Or install from GitHub:

pipx install "git+https://github.com/MieMieeeee/comfyui-agent-skill.git"

In tool-install mode, workflows/references are read from the installed package, while writable data goes to a per-user directory:

  • Windows: %APPDATA%\\comfyui-skill
  • macOS: ~/Library/Application Support/comfyui-skill
  • Linux: $XDG_DATA_HOME/comfyui-skill or ~/.local/share/comfyui-skill

Short alias also available: comfyui-skill

Troubleshooting

  • SERVER_UNAVAILABLE: ComfyUI is not reachable at the target URL. Start ComfyUI or re-run with --server http://<ip>:8188.
  • PREFLIGHT_MISSING_NODES: install/enable required custom nodes on the ComfyUI server.
  • PREFLIGHT_MISSING_MODELS: download required model files on the ComfyUI server.
  • NO_OUTPUT: workflow ran but no media could be retrieved; check the workflow output node and server logs/UI.
  • For PREFLIGHT_MISSING_NODES, PREFLIGHT_MISSING_MODELS, or NO_OUTPUT, consult the dependency reference: references/workflow_nodes.md.

For Maintainers (Add / Review Workflows)

Maintenance docs are intentionally kept out of SKILL.md to keep the skill instructions user-focused.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

comfyui_agent_skill_mie-0.1.1.tar.gz (69.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

comfyui_agent_skill_mie-0.1.1-py3-none-any.whl (86.9 kB view details)

Uploaded Python 3

File details

Details for the file comfyui_agent_skill_mie-0.1.1.tar.gz.

File metadata

  • Download URL: comfyui_agent_skill_mie-0.1.1.tar.gz
  • Upload date:
  • Size: 69.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for comfyui_agent_skill_mie-0.1.1.tar.gz
Algorithm Hash digest
SHA256 04883b08fea4c53707120949292c2272468024a0acb9021cc22d24ecb3f542d8
MD5 af5444f60046e25957bef78fe8f31597
BLAKE2b-256 d2e3c7d729138c8dd8e991b618328d4065f4fbd38b963c1c155b6c61dc0db105

See more details on using hashes here.

File details

Details for the file comfyui_agent_skill_mie-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for comfyui_agent_skill_mie-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 242ac64a240c54b541786cd8f1fb3defd8c13f56c533dc15b5907ecb427949e1
MD5 f37bbe25c709177116c5e0d19f1e8daf
BLAKE2b-256 78739ad4168affaba85f2d16cb178dcf471cdb7cecf4af71629f0df0fec5ad38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page