video-edit

Routes video editing requests to RunComfy models for restyle, motion transfer, and outfit swap.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/brillianodhiya/VisionScript --skill video-edit-brillianodhiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-edit
Source: https://github.com/brillianodhiya/VisionScript/tree/main/.agents/skills/video-edit
Command: npx skills add https://github.com/brillianodhiya/VisionScript --skill video-edit-brillianodhiya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @runcomfy/cli.

What problem does it solve? Choosing the wrong video-edit model wastes iterations and credits. This Skill classifies the user's editing intent and routes it to the right RunComfy model — Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, or Lucy Edit Restyle — with each model's documented prompting patterns built in. ## Core Features & Use Cases - Intent-based model routing: Matches requests like restyle, background swap, packaging swap, motion transfer, or outfit swap to the best-fit model in the RunComfy catalog. - Bundled prompting patterns: Ships per-model prompt templates (preservation-first phrasing, one edit direction per call) so edits succeed with fewer retries. - CLI-driven execution: Invokes runcomfy run <vendor>/<model>/<endpoint> with structured JSON input and downloads results to a local output directory. - Use Case: A marketer wants to swap the background of a talking-head product video while keeping the speaker's face and lip movement intact. The Skill routes to Wan 2.7 Edit-Video with audio_setting: "origin" and a preservation-first prompt. ## Quick Start Ask the agent to restyle your video's background to a modern office while preserving the speaker's face and motion, providing the source video URL.

Frequently Asked Questions about video-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit a video background while preserving the speaker?▼

Use Wan 2.7 Edit-Video with a preservation-first prompt like "Preserve the speaker's face, pose, and lip movement; change the background to a modern office." Set audio_setting to "origin" to keep the source audio.

What is the difference between Wan 2.7 Edit-Video, Kling Motion Control, and Lucy Edit Restyle?▼

Wan 2.7 Edit-Video handles general restyle, background, and packaging swaps up to 1080p. Kling 2.6 Pro Motion Control transfers motion from a reference video onto a target character. Lucy Edit Restyle performs lightweight identity-stable outfit and lighting edits at 720p.

How do I transfer motion from a reference video to a character?▼

Use Kling 2.6 Pro Motion Control with a target character image, a motion reference video, and character_orientation set to "image" or "video". Image orientation caps output at 10 seconds; video orientation allows up to 30 seconds.

What are the video length and resolution limits for RunComfy video editing?▼

Wan 2.7 Edit-Video accepts 2–10 second clips up to 100MB at up to 1080p. Kling Motion Control outputs 10 seconds (image orientation) or 30 seconds (video orientation). Lucy Edit Restyle is capped at 720p with no aspect ratio control.

Why does my video edit drift or lose identity between iterations?▼

Drift usually comes from compound edits in one prompt or over-specified descriptions. Limit each call to one edit direction, lead with preservation goals, and simplify the prompt by dropping adjectives while keeping the core motion or style description.