Agent Plugins Marketplace
All plugins

comfy-design

v0.2.0+codex.20260921

Generate images, video, audio, and 3D, search models and nodes, and run Comfy Cloud workflows through MCP.

Codex13 Skills1 MCP serverStreamable HTTP

By Full Stack Skills / PartMe.AILicense: Apache-2.00 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
14 skill or MCP entries
Source updated
Sep 21, 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 comfy-design for Codex

Installs for the current user
codex plugin marketplace add full-aigc-plugins/comfy-design-plugin
codex plugin marketplace upgrade partme-ai-comfy
codex plugin add comfy-design@partme-ai-comfy

Paste and run these commands in a terminal with Codex. They add and refresh the partme-ai-comfy catalog, then install this plugin.

Compatibility: the page URL and API slug “comfy-design” remain stable.

  • Codex: comfy-design@agent-plugin-marketplacecomfy-design@partme-ai-comfy

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/full-aigc-plugins/comfy-design-plugin

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

Plugin files

comfy-design/
├── .codex-plugin/plugin.json
├── skills/comfy-design-loop/SKILL.md
├── skills/comfy-generate-3d/SKILL.md
├── skills/comfy-generate-audio/SKILL.md
├── skills/comfy-generate-image/SKILL.md
├── skills/comfy-generate-video/SKILL.md
├── skills/comfy-harness/SKILL.md
├── skills/comfy-help/SKILL.md
├── skills/comfy-remove-background/SKILL.md
├── skills/comfy-search-models/SKILL.md
├── skills/comfy-search-nodes/SKILL.md
├── skills/comfy-search-templates/SKILL.md
├── skills/comfy-upscale-image/SKILL.md
├── skills/technique-combine-people/SKILL.md
└── .mcp.json

Included Skills13

comfy-design-loopskills/comfy-design-loop/SKILL.md

多轮打磨 Comfy 生成结果的质量循环:先锚定一张目标图(target),逐轮生成并交由独立子代理按 rubric 评审,按退出判据收敛。当用户要求「对照目标图迭代」「多轮打磨/逼近参考效果」「按质量闭环收敛生成结果」,或一次性生成结果明显不达预期需要系统性返工时使用。单轮一次性生成不要使用本技能。

comfy-generate-3dskills/comfy-generate-3d/SKILL.md

Generate a 3D model using Comfy Cloud based on the user's description: $ARGUMENTS

comfy-generate-audioskills/comfy-generate-audio/SKILL.md

Generate audio using Comfy Cloud based on the user's description: $ARGUMENTS

comfy-generate-imageskills/comfy-generate-image/SKILL.md

Generate, edit, or modify an image using Comfy Cloud based on the user's description: $ARGUMENTS

comfy-generate-videoskills/comfy-generate-video/SKILL.md

Generate, edit, or extend a video using Comfy Cloud based on the user's description: $ARGUMENTS

comfy-harnessskills/comfy-harness/SKILL.md

Comfy 专家团的调用规范:comfy-cloud MCP 工具面、成本门禁、一次提交原则与产物落盘约定。

comfy-helpskills/comfy-help/SKILL.md

Show the user what they can do with the ComfyUI Cloud MCP tools

comfy-remove-backgroundskills/comfy-remove-background/SKILL.md

Remove the background from an image using Comfy Cloud: $ARGUMENTS

comfy-search-modelsskills/comfy-search-models/SKILL.md

Search for ComfyUI models available on Comfy Cloud: $ARGUMENTS

comfy-search-nodesskills/comfy-search-nodes/SKILL.md

Search for ComfyUI nodes available on Comfy Cloud: $ARGUMENTS

comfy-search-templatesskills/comfy-search-templates/SKILL.md

Search for ComfyUI workflow templates available on Comfy Cloud: $ARGUMENTS

comfy-upscale-imageskills/comfy-upscale-image/SKILL.md

Upscale an image using Comfy Cloud: $ARGUMENTS

technique-combine-peopleskills/technique-combine-people/SKILL.md

Combine a user's photo with another person (real or fictional) into a single composite image: $ARGUMENTS

MCP servers1

comfy-cloudStreamable HTTP
url
https://cloud.comfy.org/mcp

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "comfy-design",
  "version": "0.2.0+codex.20260921",
  "description": "Generate images, video, audio, and 3D, search models and nodes, and run Comfy Cloud workflows through MCP.",
  "author": {
    "name": "Full Stack Skills / PartMe.AI",
    "url": "https://github.com/partme-ai"
  },
  "homepage": "https://github.com/full-aigc-plugins/comfy-design-plugin",
  "repository": "https://github.com/full-aigc-plugins/comfy-design-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "comfy",
    "comfyui",
    "text2image",
    "text2video",
    "workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Comfy Design",
    "shortDescription": "Comfy Cloud generation workflows",
    "longDescription": "Operate Comfy Cloud from Codex: generate images, video, audio, and 3D, search models, nodes, and templates, and run ComfyUI workflows through the hosted Comfy MCP.",
    "developerName": "Full Stack Skills / PartMe.AI",
    "category": "Creativity",
    "websiteURL": "https://github.com/full-aigc-plugins/comfy-design-plugin",
    "brandColor": "#F2FF59",
    "composerIcon": "./assets/composer-icon.png",
    "logo": "./assets/official-logo.png",
    "logoDark": "./assets/official-logo.png",
    "screenshots": [],
    "capabilities": [
      "Read",
      "Write"
    ],
    "privacyPolicyURL": "https://github.com/full-aigc-plugins/comfy-design-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/full-aigc-plugins/comfy-design-plugin/blob/main/TERMS.md",
    "defaultPrompt": [
      "Generate an image with a Comfy Cloud workflow and show the result",
      "Search Comfy Cloud models and nodes for my use case",
      "Run this ComfyUI workflow and verify the outputs"
    ]
  },
  "mcpServers": {
    "comfy-cloud": {
      "type": "http",
      "url": "https://cloud.comfy.org/mcp"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[comfy-design on Agent Plugins Marketplace](https://pluginsmp.com/plugins/comfy-design)