🎯

runcomfy-cli

🎯Skill

from agentspace-so/runcomfy-agent-skills

VibeIndex|
What it does
|

The foundation skill for the RunComfy platform, providing a single CLI to install, authenticate, and invoke hundreds of model endpoints including image generation, video, face-swap, lip-sync, and LoRA training.

Overview

RunComfy CLI is the foundation command-line tool for the RunComfy platform. It provides a single binary (runcomfy) that handles installation, authentication, model discovery, and invocation of hundreds of AI model endpoints. After installing via npm and signing in once with runcomfy login, you can call any text-to-image, video generation, image editing, lip-sync, face-swap, LoRA training, or other model endpoint using runcomfy run <model_id> --input '{...}'. The CLI supports polling for async results, streaming output, JSON output mode for scripting, and automatic error handling.

Key Features

  • Single auth, hundreds of models - Install once with npm i -g @runcomfy/cli, sign in once with runcomfy login, and access every model endpoint on the RunComfy platform including image generation, video generation, editing, lip-sync, face-swap, ControlNet, relighting, upscaling, and LoRA training.
  • Flexible execution modes - Run jobs with automatic polling (--poll), streaming output, fire-and-forget (--no-wait), or JSON output mode (--json) for CI/CD and scripting pipelines.
  • Model discovery and schema inspection - Browse available models with runcomfy models, inspect input schemas with runcomfy schema <model_id>, and discover endpoints without leaving the terminal.
  • CI/container-friendly auth - Use RUNCOMFY_TOKEN environment variable for headless environments, or interactive browser-based login for development machines. Tokens are stored securely at ~/.config/runcomfy/token.json with mode 0600.

Who is this for?

  • Developers building AI-powered image and video pipelines who want CLI-level control over model invocation without managing individual provider APIs
  • Content creators and automation engineers who need scriptable access to hundreds of generative AI models through a single authenticated interface
  • Teams integrating generative AI into CI/CD workflows, batch processing scripts, or agent-driven automation systems
📦

Same repository

agentspace-so/runcomfy-agent-skills(30 items)

runcomfy-cli

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli
skills.sh Install⚠ Installs to .agents/skills/
npx skills add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/runcomfy-cli/SKILL.md

SKILL.md

296,374Installs
-
AddedMay 13, 2026

More from this repository10

🎯
nano-banana-2🎯Skill

A RunComfy skill that generates images using Google Nano Banana 2, the flash-tier text-to-image model in the Gemini family. Optimized for rapid iteration, social thumbnails, and in-image typography with configurable resolution tiers and safety tolerance.

🎯
image-edit🎯Skill

A smart intent-routing skill for image editing on RunComfy that selects the best model based on the editing task. Routes to Nano Banana Edit for batch edits up to 20 images, GPT Image 2 for multilingual text rewrite, Flux Kontext Pro for single-shot precise edits, or Z-Image Turbo for mask-driven inpainting.

🎯
kling-3-0🎯Skill

Provides Kling 3.0 video generation on RunComfy, covering all six endpoints across three quality tiers (Standard, Pro, 4K) and two modes (text-to-video, image-to-video) for Kuaishou's third-generation cinematic video model with native synchronized audio.

🎯
nano-banana-edit🎯Skill

Edit images with Google Nano Banana 2 on RunComfy, supporting batch edits of up to 20 images per call with strong identity preservation. Features localized edits using spatial language, background swaps, and configurable resolution up to 4K.

🎯
wan-2-7🎯Skill

Generate text-to-video with Wan-AI's Wan 2.7 on RunComfy, featuring multi-reference conditioning and audio-driven lip-sync via custom audio tracks. Supports prompt expansion, negative prompts, and up to 1080p resolution through the RunComfy CLI.

🎯
gpt-image-edit🎯Skill

Edit images with OpenAI GPT Image 2 on RunComfy, excelling at multilingual in-image text editing across any script (Latin, kana, CJK, Cyrillic, Arabic) and multi-reference composition with up to 10 input images. Ideal for identity-preserving edits and layout-precise repositioning.

🎯
happyhorse-1-0🎯Skill

Generate text-to-video with HappyHorse 1.0 on RunComfy, currently ranked #1 on Artificial Analysis Video Arena. Supports native 1080p with in-pass synchronized audio, multi-shot character consistency, and 6-language prompt support via the RunComfy CLI.

🎯
seedance-v2🎯Skill

Generate cinematic short-form video with ByteDance Seedance 2.0 Pro on RunComfy, supporting multi-modal references including up to 9 images, 3 videos, and 3 audio tracks. Features native lip-synced audio generation and is ideal for brand-consistent multi-language narratives.

🎯
flux-2-klein🎯Skill

A RunComfy skill for generating images with Black Forest Labs' Flux 2 Klein, the distilled low-latency variant of Flux 2. Supports 9B and 4B model variants with sub-second inference for real-time art direction, rapid concepting, and multi-reference brand styling.

🎯
face-swap🎯Skill

A Claude Code skill for swapping faces in images and videos via RunComfy CLI, routing across multiple model endpoints including Wan 2-2 Animate, GPT Image 2 Edit, Flux Kontext, and Kling Motion Control based on use case.