ASD

Video Edit

Enrutador inteligente que edita video en RunComfy: elige entre Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control o Lucy Edit Restyle según la intención del usuario, vía `runcomfy run <vendor>/<model>/<endpoint>`.

Estrellas
32

en todo el repo

Actividad
43

0–100, la ruta de este skill

Actualizado
hace 3 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
2.8k tok

201 tok en reposo

Paquete
1 archivo

11 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add prime-skills/runcomfy-agent-skills --skill video-edit --agent claude-code

Se instala solo en este repositorio.

Este skill makes network requests.

Qué hace

  • Clasifica la intención del usuario y elige entre Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control o Lucy Edit Restyle
  • Invoca `runcomfy run <vendor>/<model>/<endpoint>` con el JSON de entrada correspondiente al modelo elegido
  • Aplica patrones de prompting documentados por modelo para lograr ediciones más precisas sin gastar iteraciones

Úsalo cuando

  • El usuario quiere restilizar, cambiar fondo/empaque o hacer grade cinematográfico preservando identidad y movimiento
  • El usuario quiere transferir movimiento preciso de un video de referencia a un personaje objetivo
  • El usuario quiere un cambio de vestuario o restyle ligero manteniendo la identidad estable

No lo uses cuando

  • El usuario ya nombró un modelo específico: en ese caso se debe usar el skill de marca correspondiente (p.ej. `wan-2-7`)

Qué lo activa

Di cualquiera de estas frases y el agente debería cargar este skill.

  • Cambia el fondo de este video manteniendo la cara y el movimiento del hablante
  • Transfiere el movimiento de este video de baile a este personaje
  • Cambia el vestuario de la persona en este video a ropa formal
  • Aplica un grade de color cinematográfico a este video comercial
  • Restiliza este video con iluminación cálida de golden hour

SKILL.md

En inglés

Video Edit — Pro Pack on RunComfy

runcomfy.com · Wan 2.7 Edit-Video · Kling Motion-Control Pro · Lucy Edit Restyle · GitHub

Video edit, intent-routed. This skill doesn't lock you to one model — it picks the right video-edit model in the RunComfy catalog based on what the user actually wants: general restyle, motion transfer from a reference clip, or lightweight identity-stable outfit / background swap.

npx skills add agentspace-so/runcomfy-skills --skill video-edit -g

Pick the right model for the user's intent

User intent Model Why
Restyle a talking-head video — preserve face / pose / lip movement Wan 2.7 Edit-Video Strong identity + motion preservation; supports up to 1080p
Swap product background, keep camera motion Wan 2.7 Edit-Video Camera motion preserved; one-direction edit honored
Replace packaging design using a reference image Wan 2.7 Edit-Video + reference_image Reference-conditioned design transfer
Apply cinematic color grade / commercial polish Wan 2.7 Edit-Video Good at single-direction global look changes
Transfer precise motion from a reference video to a target character Kling 2.6 Pro Motion Control Designed for motion mapping with identity hold
Lip-sync motion of a target character to source video's lip movement Kling 2.6 Pro Motion Control Built for tight temporal coherence
Lightweight outfit / costume swap with identity preservation Lucy Edit Restyle Core strength is localized identity-stable edits
Identity-stable restyle ("astronaut in desert", "warm golden-hour lighting") Lucy Edit Restyle Specializes in temporal consistency for restyle
Default if unspecified Wan 2.7 Edit-Video Most versatile, highest resolution

The agent reads this table, classifies the user's intent, and picks the matching subsection below.

Prerequisites

  1. RunComfy CLInpm i -g @runcomfy/cli
  2. RunComfy accountruncomfy login.
  3. CI / containers — set RUNCOMFY_TOKEN=<token>.
  4. A source video URL — formats and limits depend on the chosen route.

Route 1: Wan 2.7 Edit-Video — default for restyle / background / packaging

Model: wan-ai/wan-2-7/edit-video

Schema

Field Type Required Default Notes
prompt string yes Lead with preservation. One edit direction per call.
video string yes MP4/MOV URL, 2–10s, ≤100MB.
reference_image string no URL — use for direct design / appearance transfer only.
resolution enum no (input) 720p or 1080p.
aspect_ratio enum no (input) W:H. Defaults to input.
duration int no 0 0 = match input; 2–10 = truncate from start.
audio_setting enum no auto auto or origin (preserve source audio).
seed int no Reproducibility.

Invoke

Background swap, identity preserved, audio kept:

runcomfy run wan-ai/wan-2-7/edit-video \
  --input '{
    "prompt": "Preserve the speaker'\''s face, pose, and lip movement; change the background to a modern office with neutral lighting.",
    "video": "https://.../speaker.mp4",
    "audio_setting": "origin"
  }' \
  --output-dir <absolute/path>

Packaging swap with reference image:

runcomfy run wan-ai/wan-2-7/edit-video \
  --input '{
    "prompt": "Maintain the original framing and hand movement; replace the packaging design using the reference image.",
    "video": "https://.../hand-holding-package.mp4",
    "reference_image": "https://.../new-packaging.png",
    "audio_setting": "origin"
  }' \
  --output-dir <absolute/path>

Prompting tips

  • Preservation goals first: "Preserve [face / pose / motion / framing / lip movement]; [then state the change]".
  • One edit direction per call. Compound edits drift on motion.
  • reference_image only when justified (packaging swap, costume swap with target visual). Don't pass refs for general restyle.
  • audio_setting: "origin" for talking-head where you don't want soundtrack regenerated.
  • Source video constraints: 2–10s, ≤100MB.

Route 2: Kling 2.6 Pro Motion Control — when motion FROM a reference clip is the point

Model: kling/kling-2-6/motion-control-pro

Use when the user wants to transfer the motion of a reference video onto a target character (driven by an image OR another video). This isn't restyle — it's motion mapping with identity hold.

Schema

Field Type Required Notes
prompt string yes Describe target motion / style.
image string yes (image orientation) Reference for character / background consistency.
video string yes Motion reference. 10–30s depending on orientation.
keep_original_sound bool no Preserve audio from reference video.
character_orientation enum yes image (max 10s output) or video (max 30s output).

Invoke

runcomfy run kling/kling-2-6/motion-control-pro \
  --input '{
    "prompt": "A young american woman dancing",
    "image": "https://.../target-character.jpg",
    "video": "https://.../motion-reference-dance.mp4",
    "character_orientation": "image",
    "keep_original_sound": true
  }' \
  --output-dir <absolute/path>

Prompting tips

  • Subject must be > 5% of frame in the image reference for clean identity hold.
  • Spatial constraints help: "character on left side, background motion right".
  • Simplify if results drift between iterations — drop adjectives, keep core motion description.
  • character_orientation: "image" caps output at 10s; "video" allows 30s.

Route 3: Lucy Edit Restyle — lightweight identity-stable restyle / outfit swap

Model: decart/lucy-edit/restyle

Use when the edit is localized style modification — outfit swap, scene relight, atmospheric restyle — and identity preservation is critical. Lighter-weight than Wan 2.7 Edit; capped at 720p.

Schema

Field Type Required Default Notes
prompt string yes Natural-language edit instruction.
video_url string yes MP4/MOV/WEBM/GIF.
resolution enum no 720p 720p only on this tier.

Invoke

Outfit swap:

runcomfy run decart/lucy-edit/restyle \
  --input '{
    "prompt": "Change outfit to professional business attire; preserve face and motion.",
    "video_url": "https://.../subject-walking.mp4"
  }' \
  --output-dir <absolute/path>

Atmospheric restyle:

runcomfy run decart/lucy-edit/restyle \
  --input '{
    "prompt": "Make lighting warm and golden hour; preserve face, pose, and motion.",
    "video_url": "https://.../subject-portrait.mp4"
  }' \
  --output-dir <absolute/path>

Prompting tips

  • Localized change phrasing wins. "Outfit", "lighting", "background" — pick one bucket.
  • Preserve identity goals"preserve face and motion" is enough; don't over-specify.
  • Avoid total replacement ("astronaut in space" works; "swap subject for a different person" doesn't). Lucy is built for localized style mods, not full character swap.
  • No aspect ratio control — output matches input. Cropping happens server-side if you don't pre-match.

Limitations

  • Each route inherits its model's limits. Wan 2.7 Edit: 2–10s, 1080p ceiling. Kling: 10s (image orientation) or 30s (video orientation). Lucy: 720p ceiling, no aspect control.
  • No multi-route blending. This skill picks one model per call.
  • Brand-specific overrides — if the user named a specific model, route to the corresponding brand skill (wan-2-7) for fuller treatment.

Exit codes

code meaning
0 success
64 bad CLI args
65 bad input JSON / schema mismatch
69 upstream 5xx
75 retryable: timeout / 429
77 not signed in or token rejected

Full reference: docs.runcomfy.com/cli/troubleshooting.

How it works

The skill picks one of Wan 2.7 Edit-Video / Kling 2.6 Pro Motion Control / Lucy Edit Restyle based on user intent and invokes runcomfy run <model_id> with the matching JSON body. The CLI POSTs to the Model API, polls the request, fetches the result, and downloads any .runcomfy.net/.runcomfy.com URL into --output-dir. Ctrl-C cancels the remote request before exit.

Security & Privacy

  • Token storage: runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600 (owner-only read/write). Set RUNCOMFY_TOKEN env var to bypass the file entirely in CI / containers.
  • Input boundary: the user prompt is passed as a JSON string to the CLI via --input. The CLI does NOT shell-expand the prompt; it transmits the JSON body directly to the Model API over HTTPS. No shell injection surface from prompt content.
  • Third-party content: image / mask / video URLs you pass are fetched by the RunComfy model server, not by the CLI on your machine. Treat external URLs as untrusted; image-based prompt injection is a known risk for any image-edit / video-edit model.
  • Outbound endpoints: only model-api.runcomfy.net (request submission) and *.runcomfy.net / *.runcomfy.com (download whitelist for generated outputs). No telemetry, no callbacks.
  • Generated-file size cap: the CLI aborts any single download > 2 GiB to prevent disk-fill from a malicious or runaway model output.

Reproducido de prime-skills/runcomfy-agent-skills bajo licencia MIT. Leer esta página en markdown.

Archivos

1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

Antes de instalar

Requiere el RunComfy CLI (`npm i -g @runcomfy/cli`), una cuenta RunComfy (`runcomfy login` o `RUNCOMFY_TOKEN`) y una URL de video fuente.

Necesita en el PATH:npx

Detalles

Licencia
MIT
Recursos incluidos
Solo SKILL.md
Código fuente
Ver SKILL.md

Más de prime-skills/runcomfy-agent-skills

Este repo incluye 30 skills. Si instalas uno, normalmente ya tienes los demás.

Genera música con IA en RunComfy mediante la CLI `runcomfy`, enrutando entre ElevenLabs AI Music Generation (voz premium 44.1 kHz) y ACE Step / ACE Step 1.5 (código abierto, mucho más barato), más inpaint y outpaint de audio.

Costo de contexto al activarse
3.7k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
automatizacion

Genera, inpaint y outpaint música con ACE Step de StepFun-AI en RunComfy vía la CLI `runcomfy`: composición por tags, letras multilingües, hasta 4 min, desde $0.0002/s.

Costo de contexto al activarse
4.1k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
automatizacion

Genera videos con IA en RunComfy vía el CLI `runcomfy`: un enrutador inteligente sobre todo el catálogo de modelos de video (HappyHorse, Wan 2-7, Seedance, Kling, Veo 3-1, Hailuo, Dreamina) para text-to-video, image-to-video y extend-video.

Costo de contexto al activarse
6.2k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
diseno ui

Generación condicionada por pose en RunComfy vía la CLI `runcomfy`: enruta entre Kling Motion Control, Wan 2-2 Animate y Z-Image Turbo ControlNet LoRA según video/imagen y estilo.

Costo de contexto al activarse
2.7k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
diseno ui

Edición de regiones en fotogramas de video vía la CLI `runcomfy`: elimina objetos recurrentes, limpia cables o marcas de agua, o reemplaza regiones con movimiento coherente, enrutando entre Wan 2-7, Lucy Edit Restyle y Seedream 4-0.

Costo de contexto al activarse
2.5k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
diseno ui

Genera y edita imágenes en RunComfy vía la CLI `runcomfy`: un router inteligente entre todo el catálogo de modelos de imagen (FLUX 2, Nano Banana, GPT Image 2, Seedream, Qwen, Wan) para t2i e i2i.

Costo de contexto al activarse
7.4k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 meses
diseno ui

Skills relacionados

Úsalo al empezar trabajo de feature que necesita aislamiento del workspace actual, o antes de ejecutar planes de implementación: asegura un workspace aislado vía herramientas nativas o fallback a git worktree.

Costo de contexto al activarse
1.7k tok
Tamaño del paquete
1 archivo
Última actualización
el mes pasado
herramientas desarrollo

Úsala al crear nuevas skills, editar skills existentes o verificar que funcionan antes de desplegarlas.

Costo de contexto al activarse
6.6k tok
Tamaño del paquete
7 archivos
Última actualización
anteayer
herramientas desarrollo

Parte un plan, una spec o la conversación actual en tickets tracer-bullet, cada uno declarando sus aristas de bloqueo, publicados en el tracker configurado.

Costo de contexto al activarse
1.4k tok
Tamaño del paquete
2 archivos
Última actualización
hace 24 días
herramientas desarrollo