Agent skill · Security

comfyui-gateway

REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill comfyui-gateway --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 15 KB
Bundled scripts: none
Declared author: renat
Path: skills/comfyui-gateway/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ComfyUI Gateway ## Overview REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64). ## When to Use This Skill - When the user mentions "comfyui" or related topics - When the user mentions "comfy ui" or related topics - When the user mentions "stable diffusion api gateway" or related topics - When the user mentions "gateway comfyui" or related topics - When the user mentions "api gateway imagens" or related topics - When the user mentions "queue imagens" or related topics ## Do Not Use This Skill When - The task is unrelated to comfyui gateway - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works A production-grade REST API gateway that transforms any ComfyUI server into a universal, secure, and scalable service. Supports workflow templates with placeholders, job queuing with priorities, webhook callbacks, result caching, and multiple storage backends. ## Architecture Overview ``` ┌─────────────┐ ┌──────────────────────────────────┐ ┌──────────┐ │ Clients │────▶│ ComfyUI Gateway │────▶│ ComfyUI │ │ (curl, n

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Architecture Overview
  6. Components
  7. Quick Start
  8. Environment Variables
  9. Health & Capabilities
  10. Workflows (Crud)
  11. Jobs
  12. Outputs
  13. Job Lifecycle
  14. Workflow Templates
Ships with 2 files
  • references/integration.md
  • references/troubleshooting.md
Commands it runs
cd comfyui-gateway
npm install
cp .env.example .env
npx tsx src/cli/index.ts init
npx tsx src/cli/index.ts add-workflow ./workflows/sdxl_realism_v1.json \
npm run dev
npm run start:api   # API only
npm run start:worker # Worker only
npx tsx src/cli/index.ts init                    # Create dirs, .env.example
npx tsx src/cli/index.ts add-workflow <file>      # Register workflow template
More from agentic-awesome-skills
All skills →
About this skill
What does the comfyui-gateway skill do?

REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill comfyui-gateway --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 sickn33/agentic-awesome-skills, a repository with 44,414 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.

Keep going