Video Inpainting Region edits across video frames — remove an object that appears across many frames, clean up wires or watermarks, replace a region with motion that matches the rest of the clip. This skill routes across the prompt-driven video edit endpoints in the RunComfy catalog and gives the agent a clear default for each intent. runcomfy.com · Wan 2-7 edit-video · CLI docs Powered by the RunComfy CLI
1. Install (see runcomfy-cli skill for details)
npm i -g @runcomfy/cli
or: npx -y @runcomfy/cli --version
2. Sign in
runcomfy login
or in CI: export RUNCOMFY_TOKEN=
3. Edit a video (closest CLI-reachable approach)
runcomfy run wan-ai/wan-2-7/edit-video \ --input '{"video_url": "...", "prompt": "..."}' \ --output-dir ./out Show more