Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

agentspace-so/runcomfy-agent-skills

30 skills9M installs930 starsGitHub

Install

npx skills add https://github.com/agentspace-so/runcomfy-agent-skills

Skills in this repo

1Video EditEdits existing video on RunComfy by routing the user's intent to the right model: Wan 2.7 Edit-Video for general restyle and background or packaging swaps, Kling 2.6 Pro Motion Control for transferring motion from a reference clip, or Lucy Edit Restyle for lightweight identity-stable outfit swaps. A developer uses it to transform a source video without guessing which model fits. It invokes the RunComfy CLI with each model's documented schema.357kinstalls2Image To VideoAnimates a still image on RunComfy by routing intent to the right image-to-video model: HappyHorse 1.0 I2V for general portrait or product animation, Wan 2.7 with an audio_url for custom-voiceover lipsync, or Seedance 2.0 Pro for multi-modal composition from image, reference video, and reference audio. A developer uses it to turn a photo into motion without picking the model by hand. It invokes the RunComfy CLI with each model's documented body.356kinstalls3Nano Banana EditEdits images with Google Nano Banana 2's image-to-image edit endpoint hosted on the RunComfy Model API. A developer uses it to preserve subject identity while swapping backgrounds or clothing, localize edits with spatial language, and run consistent batch edits across up to 20 input images. It calls runcomfy run google/nano-banana-2/edit through the RunComfy CLI.355kinstalls4Nano Banana 2Generates images with Google Nano Banana 2, the Gemini-family flash-tier text-to-image model, hosted on the RunComfy Model API. A developer uses it for rapid drafts, social-thumbnail batches, and posters that need predictable in-image typography. It calls runcomfy run google/nano-banana-2/text-to-image and documents resolution tiers, a safety-tolerance dial, and optional web-grounded generation.355kinstalls5Image EditEdits images on RunComfy by routing the user's intent to the right model: Nano Banana Edit for identity-preserving and batch edits, GPT Image 2 Edit for multilingual in-image text and multi-reference composition, Flux Kontext Pro for single-shot precise local edits, or Z-Image Turbo Inpaint for mask-driven region replacement. A developer uses it to edit one image or a batch without guessing the model. It invokes the RunComfy CLI with each model's documented body.355kinstalls6Flux KontextEdits a single source image with Black Forest Labs' Flux 1 Kontext Pro model, invoked through the local RunComfy CLI. A developer reaches for it for targeted local edits that keep the source identity intact, like adding an object to a portrait or swapping brand text on a label. It bundles the model's documented prompting patterns and tells you when to route to a sibling model for multi-image or embedded-text edits.355kinstalls7Gpt Image EditEdits images with OpenAI's GPT Image 2 /edit endpoint, run through the local RunComfy CLI. A developer uses it to localize an ad headline into another script, swap a CTA in place, or compose a subject into a new scene from multiple references. It documents the model's preservation-first prompting and routes to Nano Banana Edit or Flux Kontext when batch consistency or single-shot fidelity matters more.355kinstalls8Wan 2 7Generates text-to-video with Wan-AI's Wan 2.7 model through the local RunComfy CLI. A developer uses it for short clips that lip-sync to a supplied voiceover track, multi-language dub variants, or motion-controlled shots up to 15 seconds. It documents the duration, resolution and aspect-ratio schema and points to sibling models like HappyHorse or Seedance for in-pass voice generation.355kinstalls9Flux 2 KleinGenerates images with Black Forest Labs' Flux 2 Klein, the distilled low-latency variant of Flux 2, through the local RunComfy CLI. A developer uses the 4B variant for sub-second concepting and live art-direction, then switches to the 9B variant for a polished final pass with the same prompt grammar. It documents the step-count strategy and routes to Flux 2 Pro or Seedream 5 when maximum resolution or detail is needed.354kinstalls10Happyhorse 1 0Generates text-to-video with HappyHorse 1.0 through the local RunComfy CLI. A developer uses it for multi-shot brand stories that keep one character consistent, talking-head explainers that need in-clip voiceover, or multilingual short-form ads. It outputs native 1080p with synchronized audio in the same pass and routes to Wan 2.7 or Seedance for audio-driven lip-sync from an external track.354kinstalls11Seedance V2Generates cinematic short-form video with ByteDance's Seedance 2.0 Pro through the local RunComfy CLI. A developer uses it for lip-synced spokesperson ads, brand-consistent multi-language narratives, or previs that combines character images, scene videos and reference audio into one shot. It emphasizes putting stable identity in image references and evolving action in the prompt, and routes to HappyHorse or Wan 2.7 for other needs.354kinstalls12Kling 3 0kling-3-0 is an agent skill wrapping Kling 3.0 video generation capabilities for use in Claude agents. It enables agents to generate videos from text prompts and images via the RunComfy AI media skills framework.331kinstalls13Codex PetCodex Pet on RunComfy builds custom OpenAI Codex desktop companions from a single source image without Codex Pro or the internal $imagegen skill. It produces the exact artifact Codex expects: pet.json plus a 1536x1872 spritesheet.webp with 8 columns and 9 animation rows of 192x208 cells covering idle, running, waving, jumping, failed, waiting, review, and related states. The pipeline makes one runcomfy run openai/gpt-image-2/edit call for a canonical chibi pose on magenta chroma-key, then assembles all 72 frames programmatically with ImageMagick micro-transforms. Prerequisites are RunComfy CLI, RUNCOMFY_TOKEN, ImageMagick, and a public HTTPS source image URL. Output installs to ${CODEX_HOME}/pets/<name>/ where Codex picks it up beside eight built-in pets. The skill documents prompting for exaggerated chibi proportions, chroma-key cleanup, per-row frame counts, and tuning animation deltas. It targets users who want batch pet generation, contest entries, or a RunComfy-backed alternative to official hatch-pet.320kinstalls14Ai Video GenerationAI Video Generation is a RunComfy agent skill that routes video requests across the full model catalog through one runcomfy CLI interface. It classifies intent into text-to-video, image-to-video, or Veo extend paths, then picks models like HappyHorse 1.0 for default Arena-leading clips with in-pass audio, Wan 2-7 for audio-driven lip-sync, Seedance v2 for multi-modal cinematic shots, Veo 3-1 for physics-accurate product motion, and Kling 3.0 for multi-shot character identity at up to 4K. Each route documents schema fields, example --input JSON, prompting tips, and when to avoid overpowered or costly tiers. Common patterns cover social vertical reels, brand product spins, cinematic ads, dialog lip-sync with audio_url, and chained Veo extends via the video-extend skill. Prerequisites are RunComfy CLI login or RUNCOMFY_TOKEN and user-provided reference URLs treated as untrusted. Security notes cover token storage, JSON input boundaries, and a 2 GiB download cap. Use when users ask to generate video, animate a still, make something move, or extend an existing clip.301kinstalls15Ai Image GenerationGenerate and edit images with 11+ AI models via the RunComfy CLI - text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent (typography precision, photoreal portraits, sub-second iteration) and ships each model's documented prompting patterns plus the minimal runcomfy run invoke.300kinstalls16Runcomfy CliRun any model on RunComfy from the command line via the runcomfy CLI. One binary, one auth, hundreds of model endpoints - image generation, video, edit, lip-sync, face swap, ControlNet, and more. Submit a request, poll for status, download the output.298kinstalls17Face SwapSwap a face into a still or video via the RunComfy CLI. Routes across Wan 2-2 Animate for video character swap, Kling Motion Control for motion transfer, and image-edit models for still images. Picks the right model by intent.298kinstalls18Ai Avatar VideoCreate AI avatar and talking-head videos via RunComfy CLI. Routes across OmniHuman for portrait avatars, HappyHorse for script-only videos with in-pass audio, and Seedance for cinematic compositions.298kinstalls19Video InpaintingRegion edits across video frames via RunComfy CLI - remove objects that appear across many frames, clean up wires or watermarks. Routes to Wan 2-7 Edit-Video for prompt-driven edits, Lucy Edit for identity-stable restyle.296kinstalls20Image InpaintingMask-driven region edits on still images via RunComfy CLI - remove objects, fill gaps, replace masked areas. Routes to Z-Image Turbo Inpainting when a mask is available, falls back to instruction-driven models when the region must be described.296kinstalls21Controlnet PosePose-conditioned generation via RunComfy CLI. Routes across Kling Motion Control for video motion transfer, Z-Image ControlNet LoRA for image generation from pose skeletons or depth maps. Picks the right model by intent: single still vs video.296kinstalls22LipsyncDrive a face's mouth from an audio track via RunComfy CLI. Routes across Sync Labs sync v2 for hero-quality mouth-swap on existing video, OmniHuman for portrait avatars, and Kling Lipsync for script-only videos.296kinstalls23Video ExtendRoutes Google Veo 3-1 extend-video API calls via the runcomfy CLI to continue short clips with consistent motion and lighting. Use when developers have a seed video and need temporal continuation beyond per-call duration limits.295kinstalls24Elevenlabs Music GenerationRoutes ElevenLabs Music API calls via runcomfy CLI to generate studio-quality songs and instrumentals from text prompts. Developers supply style descriptions and structured lyrics; the skill returns 44.1 kHz stereo tracks with section markers.295kinstalls25Image OutpaintingRoutes image outpainting API calls via runcomfy CLI to extend still-image canvas beyond original bounds. Developers specify desired canvas expansion or aspect ratio; the skill selects the optimal model and returns the outpainted image.295kinstalls26RelightRoutes image relighting API calls via runcomfy CLI to adjust lighting, color temperature, direction, or mood in product photos and portraits. Developers describe desired lighting changes in natural language; the skill routes to Qwen Edit 2509 or fallback models.295kinstalls27Video OutpaintingRoutes video outpainting API calls via runcomfy CLI to extend video canvas and change aspect ratio. Developers specify desired frame expansion or aspect conversion; the skill routes through Wan 2-7 or ComfyUI workflows depending on quality needs.295kinstalls28Ai MusicSmart router for music generation via runcomfy CLI that picks between ElevenLabs (premium $0.0083/sec stereo vocals) and ACE Step (open-weights $0.0002-0.0003/sec). Developers request audio output; the skill routes and returns the generated track.287kinstalls29Ace StepRoutes ACE Step open-weights music generation API calls via runcomfy CLI with tag-driven composition support. Developers specify genre, mood, instruments, and multilingual lyrics; the skill generates 5s-4min stereo tracks at 27x lower cost than premium alternatives.287kinstalls30Gpt Image 2gpt-image-2 from agentspace-so/runcomfy-agent-skills routes image generation and editing to OpenAI GPT Image 2 (ChatGPT Images 2.0) via the local RunComfy CLI using runcomfy run openai/gpt-image-2/text-to-image or /edit. The skill documents GPT Image 2 strengths—embedded text, logos, multilingual typography, and instruction precision—and its three fixed output sizes plus edit-with-preservation prompting patterns. Developers reach for gwt-image-2 when triggers include gpt image 2, gpt-image-2, ChatGPT Images 2, or explicit generate-or-edit requests for this model. The skill also explains when to route to sibling models Flux 2, Nano Banana Pro, or Seedream instead. MIT-licensed and hosted on runcomfy.com, it suits agent pipelines that need branded visuals, UI mock imagery, or localized text-in-image assets without managing OpenAI API credentials directly. Requires RunComfy CLI installed locally.30.4kinstalls

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.