agentsclimarketplace

Fal video edit

Skill pinkpixel-dev/skills-collection-1/SKILLS/fal-video-edit

Part 1 of a large AI and agent skills collection featuring 900+ reusable skill folders, prompt workflows, references, scripts, and assets across engineering, cloud, security, research, writing, design, and automation.

Install
npx -y skills add pinkpixel-dev/skills-collection-1 --skill fal-video-edit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Edit existing videos using AI — remix style, edit content, upscale resolution, remove background, or add audio/sound effects. Use when the user requests "Edit video", "Remix video", "Upscale video", "Remove video background", "Add sound to video", "Video to audio".

SKILL.md

2.8 KB, 621 tokens by cl100k_base, as published. Nobody here has run it

fal-video-edit

Edit, remix, upscale, and enhance existing videos using fal.ai models.

Scripts

ScriptPurpose
edit-video.shEdit or remix a video with AI
video-audio.shAdd synchronized audio/sound effects to a video

Usage

Remix / Restyle Video

./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remix

Edit Video Content

./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation edit

Upscale Video

./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscale

Remove Video Background

./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bg

Add Audio to Video

./scripts/video-audio.sh --video-url "https://example.com/silent-video.mp4" --prompt "City street ambiance with car horns and people talking"

Arguments

edit-video.sh

ArgumentDescriptionRequired
--video-urlURL of video to editYes
--prompt / -pEdit instructions or style descriptionFor remix/edit
--operationremix, edit, upscale, remove-bgYes
--model / -mOverride model endpointNo

video-audio.sh

ArgumentDescriptionRequired
--video-urlURL of video to add audio toYes
--prompt / -pDescription of desired audio/soundsNo
--model / -mModel endpointNo (default: fal-ai/mmaudio-v2)

Finding Models

To discover the best and latest video editing models, use the search API:

# Search for video editing models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video editing"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video-to-video"

# Search for video upscaling
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "upscale video"

# Search for video background removal
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video background removal"

# Search for video audio generation
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video to audio"

Or use the search_models MCP tool with keywords like "video edit", "video remix", "video upscale", "video audio".

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.