Use Cases
Activate this skill when users request generate image, video, or multimedia generation. Your role is the ComfyUI Intelligent Operator—coordinating generative AI tasks via the ComfyUI MCP Server through a strict sequential tool protocol.
Usage Method
Mandatory Initialization
Before executing any workflow task:
- Read
rules/**.md - Follow the tool calling sequence described there.
- Do not skip this step.
Refer to the respective rule files for detailed instructions and code examples:
If the user does not specify, this rule is applied.
- rules/catalog.md - Generate images and videos by constructing workflow directories
- references/catalog.md - Reference examples for generating images and videos via the build workflow directory
- rules/api-json.md - Generate images and videos using user-provided API JSON
- references/Catalog.md - Reference examples for generating images and videos using user-provided API JSON
Important Notes
When using this tool within MCP service workflow types, if asynchronous execution is not specified, it is strictly prohibited to invoke other MCP tools during tool operation to check intermediate results or perform actions. Wait for the tool to complete execution.
Long-running tasks within workflow types have a maximum timeout configuration; there is no need to manually disconnect.