comfy
Generate images, video, audio, and 3D with Comfy Cloud — search hundreds of models and workflow templates, run custom ComfyUI workflows, and manage generation jobs through the hosted Comfy Cloud MCP server. Cloud-only — connects to the hosted service, not a local ComfyUI install. Use for any "generate/edit an image", "make a video", "text to 3D", or ComfyUI workflow task.
npx skills add Comfy-Org/comfy-skills --skill comfy --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Comfy Cloud Comfy Cloud runs [ComfyUI](https://www.comfy.org) in the cloud and exposes it to agents as an MCP server: image/video/audio/3D generation via partner models (Ideogram, Flux, Kling, Veo, Seedance, and more) and open-source pipelines, plus full ComfyUI workflow authoring — search templates, override inputs, submit custom graphs, and fetch outputs as signed URLs. > **Scope**: this skill connects to the hosted **Comfy Cloud** MCP server and > requires a Comfy account — it does not drive a local ComfyUI install. A > local-ComfyUI MCP is on the roadmap and will ship as a separate skill; until > then, for local instances see > [comfy-cli](https://docs.comfy.org/comfy-cli/getting-started). ## Connect The server supports two auth methods: **OAuth** (browser sign-in, nothing to manage — recommended) and **API keys** (for headless or CI setups). ### Option A — OAuth (recommended) ```bash openclaw mcp set comfy '{"url":"https://cloud.comfy.org/mcp","transport":"streamable-http","auth":"oauth"}' openclaw mcp login comfy openclaw gateway restart ``` `openclaw mcp login` prints an authorization URL — open it, sign in to your Comfy account, and finish the flow as the CLI directs (it
- Connect
- Option A — OAuth (recommended)
- Option B — API key (headless / CI)
- Which tools to use
- Example prompts
- Notes
openclaw mcp set comfy '{"url":"https://cloud.comfy.org/mcp","transport":"streamable-http","auth":"oauth"}'
openclaw mcp login comfy
openclaw gateway restart
export COMFY_API_KEY="comfyui-..."
openclaw mcp set comfy '{"url":"https://cloud.comfy.org/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer ${COMFY_API_KEY}"}}'What does the comfy skill do?
Generate images, video, audio, and 3D with Comfy Cloud — search hundreds of models and workflow templates, run custom ComfyUI workflows, and manage generation jobs through the hosted Comfy Cloud MCP server. Cloud-only — connects to the hosted service, not a local ComfyUI install. Use for any "generate/edit an image", "make a video", "text to 3D", or ComfyUI workflow task.
How do I install it?
Run `npx skills add Comfy-Org/comfy-skills --skill comfy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Comfy-Org/comfy-skills, a repository with 129 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
