comfyui
v0.2.2Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install comfyui for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add comfyui@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “comfyui” remain stable.
- Codex:
comfyui@agent-plugin-marketplace→comfyui@paat-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/comfyui/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/comfyui-api/SKILL.md├── skills/comfyui-download-workflow/SKILL.md├── skills/comfyui-models-workflow/SKILL.md├── skills/comfyui-nodes-workflow/SKILL.md├── skills/comfyui-run-workflow/SKILL.md├── skills/comfyui-status-workflow/SKILL.md└── skills/comfyui-workflow-design/SKILL.md
Included Skills7
Use for ComfyUI API work: queue prompts, status, models, downloads, progress, queue/history, and connectivity troubleshooting.
Run /download workflow from comfyui; alias /comfyui:download.
Run /models workflow from comfyui; alias /comfyui:models.
Run /nodes workflow from comfyui; alias /comfyui:nodes.
Run /run workflow from comfyui; alias /comfyui:run.
Run /status workflow from comfyui; alias /comfyui:status.
Use for designing or editing ComfyUI workflow JSON, image/video pipelines, nodes, LoRA, ControlNet, IP-Adapter, or upscaling.
Plugin manifests2
{
"name": "comfyui",
"version": "0.2.2",
"description": "Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Comfyui",
"shortDescription": "Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models",
"longDescription": "Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models",
"developerName": "Andre Paat",
"category": "Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": "Use the comfyui plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"comfyui",
"stable-diffusion",
"image-generation",
"workflow",
"api",
"models",
"controlnet",
"ip-adapter",
"video"
],
"skills": "./skills/"
}{
"name": "comfyui",
"version": "0.2.2",
"description": "Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"comfyui",
"stable-diffusion",
"image-generation",
"workflow",
"api",
"models",
"controlnet",
"ip-adapter",
"video"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[comfyui on Agent Plugins Marketplace](https://pluginsmp.com/plugins/comfyui)