
Fal Video Edit
Point your coding agent at fal.ai hosted models to upscale, remix style, remove backgrounds, and add audio to existing video clips.
Overview
Fal-video-edit is an agent skill for the Build phase that edits existing videos via fal.ai—upscale, style remix, background removal, and audio—after you install the upstream fal community bundle.
Install
npx skills add https://github.com/nexu-io/open-design --skill fal-video-editWhat is this skill?
- Catalogues fal.ai video edit capabilities: remix style, upscale, remove background, add audio
- Open Design entry with explicit triggers: fal video edit, upscale, style transfer, remove video bg, video remix
- Upstream bundle at fal-ai-community/skills for full scripts and references
- Mode tagged as video / category video-generation for agent discovery during planning
- Install path: copy upstream skill bundle into the agent skills directory before invoking by name
Adoption & trust: 787 installs on skills.sh; 61.4k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have raw or draft video but lack a guided agent workflow to run hosted AI edits (upscale, remix, cut bg) without piecing together fal docs yourself.
Who is it for?
Builders adding AI video post-processing to a content tool, landing page, or internal media pipeline using fal.ai.
Skip if: Text-to-video generation from scratch only, or teams that need a fully self-contained skill with no upstream install step.
When should I use this skill?
User says fal video edit, video upscale, video style transfer, remove video bg, or video remix.
What do I get? / Deliverables
Your agent discovers the fal-video-edit skill during planning and you install the upstream bundle so runs can execute fal-hosted video edit jobs from natural-language triggers.
- Agent-invoked fal video edit jobs (upscale, remix, bg removal, audio) per upstream workflow
- Installed upstream skill package with triggers wired for planning-time discovery
Recommended Skills
Journey fit
Video editing via fal is an implementation integration task during product build, not a distribution or ops playbook. The skill advertises fal.ai API workflows—style transfer, upscale, bg removal, audio—typical of third-party media integrations in the app or content pipeline.
How it compares
Hosted fal video post-production integration—not a local FFmpeg-only CLI skill or a stock-footage marketplace.
Common Questions / FAQ
Who is fal-video-edit for?
Solo developers and indie founders using Claude Code, Cursor, or similar agents who want fal.ai video editing models wired into their workflow via a named skill.
When should I use fal-video-edit?
During build when integrating generative media APIs, or when preparing ship-ready promo assets that need upscale, style transfer, background removal, or added audio on existing clips.
Is fal-video-edit safe to install?
The catalogue stub is documentation-only; review Security Audits on this page and treat the upstream fal bundle and API keys as sensitive before enabling network access.
SKILL.md
READMESKILL.md - Fal Video Edit
# fal-video-edit > Curated from the fal.ai community team. ## What it does Edit existing videos using AI — remix style, upscale, remove background, and add audio via fal.ai's hosted video models. ## Source - Upstream: https://github.com/fal-ai-community/skills - Category: `video-generation` ## How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: ```bash # Inspect the upstream README for exact paths open https://github.com/fal-ai-community/skills ``` Then ask the agent to invoke this skill by name (`fal-video-edit`) or with one of the trigger phrases listed in this skill's frontmatter.