comfyui-agent-skill-mie

Run registered ComfyUI workflows via CLI for image, video, audio, and TTS generation.

102|18|Updated May 1, 2026
One-click install
npx skills add https://github.com/MieMieeeee/comfyui-agent-skill --skill comfyui-agent-skill-mie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-agent-skill-mie
Source: https://github.com/MieMieeeee/comfyui-agent-skill/tree/main
Command: npx skills add https://github.com/MieMieeeee/comfyui-agent-skill --skill comfyui-agent-skill-mie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, websockets, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Turning a natural-language request into a correctly parameterized ComfyUI workflow is error-prone and often fails due to missing server access, missing nodes, or missing model files.

Core Features & Use Cases

  • Agent-first workflow routing (registered workflows only): Automatically chooses the best matching workflow (e.g., posters, image edit, text-to-video) with low-risk fallback.
  • Prompt enhancement playbooks: Uses Agent-side prompt generation for character prompts, image editing, reference-to-image, and TTS instructions.
  • Fail-fast environment validation: Runs server health checks and workflow preflight to detect missing nodes/models before generating.

Quick Start

Ask the skill to generate an HD poster by running comfyui-skill generate with the workflow qwen_image_2512_4step and a prompt describing the poster title and style.

Frequently Asked Questions about comfyui-agent-skill-mie

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run ComfyUI workflows from an AI agent without encountering missing node or model errors?

To run ComfyUI workflows safely, this skill performs fail-fast environment validation and preflight checks to detect missing nodes and models before generation. It routes agent requests through a stable CLI to ensure deterministic image, video, audio, and TTS generation outputs.

Can I use a CLI to generate text-to-video and image editing workflows in ComfyUI?

Yes, you can use a CLI to execute registered ComfyUI workflows for text-to-video, image editing, and reference-to-image generation. The skill automatically routes agent-driven requests to the best matching workflow configuration while applying structured JSON and stdout error codes.

Why does my ComfyUI workflow fail when converting natural language requests into parameterized prompts?

ComfyUI workflow execution fails due to missing server access, missing nodes, or missing model files. This skill solves parameterization errors by using prompt enhancement playbooks and running server health checks to validate the environment before attempting generation.

Does this ComfyUI agent skill support generating audio and speech MP3 files?

Yes, the ComfyUI agent skill supports generating music MP3 and speech MP3 files alongside image and video outputs. It routes these audio generation tasks through registered workflows using a stable CLI while maintaining deterministic outputs per workflow configuration.

What is the best way to execute trusted ComfyUI workflows for deterministic image generation?

The best way to execute trusted ComfyUI workflows is through a safe CLI that enforces workflow registry validation and preflight node checks. This approach guarantees deterministic outputs for text-to-image and poster generation by validating server health before execution.

Do I need to register workflows before running ComfyUI text-to-image generation via an agent?

Yes, you must register workflows before execution as the agent routing only supports registered ComfyUI workflows. The skill applies low-risk fallback and uses SKILL.md frontmatter discovery to validate the workflow registry for text-to-image and image editing tasks.