
Video Inpainting
Let agents remove objects, clean watermarks, or patch masked regions across video frames using the RunComfy CLI with the right Wan, Lucy Edit, or Seedream route.
Install
npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill video-inpaintingWhat is this skill?
- Routes prose-driven region edits to Wan 2-7 edit-video by default
- Falls back to Lucy Edit Restyle or Seedream sequential when identity or frame-stack needs differ
- Covers remove-object, watermark cleanup, and mask-region intents with clear trigger phrases
Adoption & trust: 151k installs on skills.sh; 15 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
The skill is an agent-facing integration that wires CLI calls and model routing into production workflows, which fits the build phase rather than idea or launch-only distribution. It is explicitly scoped as an agent skill with allowed Bash(runcomfy) tools and endpoint selection logic, which maps directly to agent-tooling.
Common Questions / FAQ
Is Video Inpainting safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Video Inpainting
# 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](https://www.runcomfy.com/?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-inpainting) · [Wan 2-7 edit-video](https://www.runcomfy.com/models/wan-ai/wan-2-7/edit?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-inpainting) · [CLI docs](https://docs.runcomfy.com/cli/introduction?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-inpainting) ## Powered by the RunComfy CLI ```bash # 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=<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 ``` CLI deep dive: [`runcomfy-cli`](https://www.skills.sh/agentspace-so/runcomfy-agent-skills/runcomfy-cli) skill. --- ## Pick the right model Routes via prompt-driven region edits — the model resolves the targeted region from spatial language across all frames. **Wan 2-7 Edit-Video** — `wan-ai/wan-2-7/edit-video` *(default)* > Wan 2-7's video edit endpoint. Drive frame-by-frame edits via prompt + the source video. > Pick for: "remove the watermark in the bottom-right", "replace the sky with a sunset" — prompt-driven region intent without an explicit mask. > Avoid for: precise pixel-level region targeting — use a ComfyUI workflow. **Lucy Edit Restyle** — `decart/lucy-edit/restyle` > Identity-stable video restyle that handles region-aware edits. > Pick for: lightweight outfit / object swap that needs to track across frames. > Avoid for: surgical mask-driven inpaint — ComfyUI workflow. **Seedream 4-0 Edit-Sequential** — [`bytedance/seedream-4-0/edit-sequential`](https://www.runcomfy.com/models/bytedance/seedream-4-0/edit-sequential?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-inpainting) > Sequential still edits — feed a sequence of frames as inputs, apply the same edit instruction across each, useful if you're treating the video as a frame stack. > Pick for: short, low-frame-rate sequences where each frame can be edited independently and a separate tool re-encodes to video. > Avoid for: long clips, motion-coherent fills — temporal consistency degrades. --- ## Route 1: Wan 2-7 Edit-Video — closest CLI path **Model**: `wan-ai/wan-2-7/edit-video` **Catalog**: [Wan 2-7 edit-video](https://www.runcomfy.com/models/wan-ai/wan-2-7/edit?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-inpainting) ### Invoke ```bash runcomfy run wan-ai/wan-2-7/edit-video \ --input '{ "video_ur