🎯

runcomfy-cli

🎯Skill

from prime-skills/runcomfy-agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add prime-skills/runcomfy-agent-skills --skill runcomfy-cli
skills.sh Install⚠ Installs to .agents/skills/
$npx skills add prime-skills/runcomfy-agent-skills --skill runcomfy-cli
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/runcomfy-cli/SKILL.md
VibeIndex|
What it does
|

A unified command-line interface for RunComfy that lets you install once, authenticate once, and invoke any of hundreds of model endpoints (image generation, video generation, face swap, lip-sync, inpainting, LoRA training, and more) with a single `runcomfy run` command.

Overview

RunComfy CLI is a single binary that provides unified access to RunComfy's entire model catalog. After a one-time install via npm and a single authentication step, you can submit requests to any supported model endpoint, poll for completion, and download results automatically. The CLI supports text-to-image, image-to-image, video generation, lip-sync, face swap, inpainting, outpainting, ControlNet, relighting, upscaling, and LoRA training, all through consistent runcomfy run <model_id> invocations.

Key Features

  • One binary, one auth: Install globally with npm i -g @runcomfy/cli and sign in once with runcomfy login to access every model
  • Hundreds of model endpoints: Covers image generation (FLUX, GPT Image 2, Nano Banana, Seedream), video (HappyHorse, Wan, Seedance, Kling, Veo), lip-sync, face swap, and more
  • Submit-poll-download workflow: Each runcomfy run call submits the request, polls for status, and downloads output files automatically
  • Scripting-friendly JSON mode: Use --output json for machine-readable output, pipe results with jq, and batch process from prompt files
  • Async job support: Submit with --no-wait and check status later with runcomfy status <request_id>
  • Structured exit codes: Distinct codes for success (0), bad args (64), schema mismatch (65), retryable errors (75), and auth failures (77) enable robust shell scripting

Who is this for?

  • Developers and creators who want CLI-based access to AI image and video generation models without managing multiple API clients
  • Automation engineers building batch processing pipelines for media generation tasks
  • Teams integrating AI model calls into shell scripts, CI/CD pipelines, or agent-driven workflows
📦

Same repository

prime-skills/runcomfy-agent-skills(25 items)

runcomfy-cli

SKILL.md

348,417Installs
-
AddedAug 11, 2026

More from this repository10

🎯
video-edit🎯Skill

A smart intent-routing skill for video editing on RunComfy that automatically selects the best model (Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, or Lucy Edit Restyle) based on what the user wants to do, from general restyling and background swaps to precise motion transfer and outfit changes.

🎯
image-to-video🎯Skill

A smart intent-routing skill that animates still images on RunComfy by selecting the optimal model: HappyHorse 1.0 I2V for general portrait and product animation with native audio, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition with image, video, and audio references.

🎯
nano-banana-2🎯Skill

A skill for generating images with Google Nano Banana 2, the flash-tier text-to-image model in the Gemini family on RunComfy, optimized for rapid iteration, batch ideation, in-image typography rendering, and optional web-grounded context with support for resolutions from 0.5K to 4K.

🎯
image-edit🎯Skill

A smart intent-routing skill for image editing on RunComfy that selects the optimal model from Nano Banana Edit (batch up to 20 images), GPT Image 2 Edit (multilingual text rewrite, multi-ref composition), Flux Kontext Pro (single-shot precise local edit), or Z-Image Turbo Inpaint (mask-driven region edit) based on user intent.

🎯
flux-kontext🎯Skill

A Claude Code skill that enables precise single-image editing using Black Forest Labs's Flux 1 Kontext Pro model through the RunComfy CLI, with built-in prompting patterns for high-fidelity local edits.

🎯
wan-2-7🎯Skill

A skill for generating text-to-video with Wan 2.7, Wan-AI's flagship motion model on RunComfy, featuring multi-reference conditioning, audio-driven lip-sync via custom audio tracks, smooth transition physics, prompt expansion control, and up to 1080p output at 15 seconds duration.

🎯
happyhorse-1-0🎯Skill

A Claude Code skill for generating text-to-video clips with HappyHorse 1.0 via the RunComfy CLI. HappyHorse 1.0 is currently ranked #1 on the Artificial Analysis Video Arena, producing native 1080p video with in-pass synchronized audio and multi-shot character consistency.

🎯
kling-3-0🎯Skill

A Claude Code skill for generating video with Kling 3.0 via the RunComfy CLI. Covers all six Kling 3.0 endpoints across three rendering tiers (Standard, Pro, 4K) and two modes (text-to-video, image-to-video), with native synchronized audio and multi-shot character consistency.

🎯
codex-pet🎯Skill

A Claude Code skill that generates custom OpenAI Codex Pets from a single reference image via the RunComfy CLI. It produces a Codex-compatible spritesheet (1536x1872, 8 columns x 9 rows) and pet.json manifest using GPT Image 2 and ImageMagick, without requiring Codex Pro or an OPENAI_API_KEY.

🎯
ai-video-generation🎯Skill

A Claude Code skill that acts as a smart router for AI video generation across the full RunComfy model catalog. Supports text-to-video, image-to-video, and video-extend modes with models including HappyHorse 1.0, Kling 3.0, Wan 2.7, Seedance, Veo 3.1, and more.