ComfyGen — Development skill for Claude Code
An Agentic-First CLI for running ComfyUI in a RunPod Serverless environment.
How to install ComfyGen
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Hearmeman24/ComfyGen and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What ComfyGen does
An Agentic-First CLI for running ComfyUI in a RunPod Serverless environment.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Agent.System.Main.Environment — Environment 19k ★
- Doctor — Environment diagnostics with interactive fixes — providers, auth, RTK, hooks, token optimization 2.8k ★
README
comfy-gen
**An agentic CLI for running ComfyUI workflows on RunPod serverless.** Designed to be used by AI coding agents (Claude Code, Cursor, Codex, Windsurf, Gemini CLI) as much as by humans. All output is structured JSON. No interactive prompts. Every command has verbose `--help` so agents can discover capabilities without documentation.
Table of Contents
- Use with Your Favorite AI Agent
- How It Works
- Installation
- Quick Start
- Commands
- Getting Models onto Your Volume
- Configuration
- Storage
- Workflow Format
- Output Format
- Prerequisites
Use with Your Favorite AI Agent
ComfyGen ships with an **agent skill file** at `SKILL.md` in the repo root. Drop it into your agent's skill/tool directory and it can submit workflows, download models, check job status, and manage your RunPod infrastructure — all through natural language.
You: "Submit this workflow with seed 42 and download the output"
Agent: runs comfy-gen submit workflow.json --override 7.seed=42, parses JSON, fetches URL
Works with any agent that can run shell commands and parse JSON. The skill file teaches your agent the full API surface, including workflow analysis, parameter overrides, and error handling.
How It Works
comfy-gen submit workflow.json
- Detects local file references in your workflow and uploads them to S3
- Submits the workflow to your RunPod serverless endpoint
- Polls for completion with real-time progress
- Returns a JSON result with output URLs
Workers spin up on demand, execute the workflow, and shut down. You pay
Related Skills
MARE MCP Toolbox
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo
Soloe
Local-first agent development environment for solo developers coordinating CLI agents across worktrees and dev
Codemux
The Agentic Development Environment You Need.
Claude Code API Examples
Runnable Python examples for claude code api: first request, streaming and tool use, key from the environment.
iOS Fix Build
Diagnose and fix Xcode build failures, SPM resolution errors, and slow builds — environment-first.
Agentists Quickstart Deprecated
Opinionated DevPod workspace configs for agentic engineering — Claude Code, shared secrets, VS Code extensions
Related Agents
Agentic Malware Analysis
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo
Startup Agent
Pre-flight environment and toolchain inspector. Use PROACTIVELY as the first step of any /hackathon-build run,
Ade CLI
Coding agents asked to read contracts, claims, or financial PDFs hallucinate structure unless the extraction t