Agent Plugins Marketplace
All plugins

comfyui

v0.2.2

Manage ComfyUI workflows, models, and API — build workflows from natural language, queue executions, monitor progress, and download models

CodexClaude Code7 Skills

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

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add comfyui@paat-plugins

Paste 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-marketplacecomfyui@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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/comfyui/.

Plugin files

plugins/comfyui/
├── .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

comfyui-apiskills/comfyui-api/SKILL.md

Use for ComfyUI API work: queue prompts, status, models, downloads, progress, queue/history, and connectivity troubleshooting.

comfyui-download-workflowskills/comfyui-download-workflow/SKILL.md

Run /download workflow from comfyui; alias /comfyui:download.

comfyui-models-workflowskills/comfyui-models-workflow/SKILL.md

Run /models workflow from comfyui; alias /comfyui:models.

comfyui-nodes-workflowskills/comfyui-nodes-workflow/SKILL.md

Run /nodes workflow from comfyui; alias /comfyui:nodes.

comfyui-run-workflowskills/comfyui-run-workflow/SKILL.md

Run /run workflow from comfyui; alias /comfyui:run.

comfyui-status-workflowskills/comfyui-status-workflow/SKILL.md

Run /status workflow from comfyui; alias /comfyui:status.

comfyui-workflow-designskills/comfyui-workflow-design/SKILL.md

Use for designing or editing ComfyUI workflow JSON, image/video pipelines, nodes, LoRA, ControlNet, IP-Adapter, or upscaling.

Plugin manifests2

plugins/comfyui/.codex-plugin/plugin.json
{
  "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/"
}
plugins/comfyui/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)