media-downloader

Search and download images and videos from stock sources.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/jay6697117/remotion-demo --skill media-downloader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-downloader
Source: https://github.com/jay6697117/remotion-demo/tree/main/.claude/skills/media-downloader
Command: npx skills add https://github.com/jay6697117/remotion-demo --skill media-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates finding and downloading images and video clips from multiple stock sources based on natural language prompts, saving time and ensuring you have media ready for projects. You can also extract and trim video clips to the desired duration, enabling quick assembly of media assets without manual searching.

Core Features & Use Cases

  • Image and Video Discovery: Search across Pexels, Pixabay, Unsplash for images and stock clips.
  • YouTube Downloads & Trimming: Download YouTube videos and trim to a target length.
  • One-Step Prompts: Turn natural language prompts into ready-to-use media assets for presentations, videos, or social media.

Quick Start

Tell me what images or videos you want and I will search, download, and trim them to your specified length.

Frequently Asked Questions about media-downloader

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

FAQPage Schema
How do I download and trim YouTube videos to a specific duration automatically?

You can download and trim YouTube videos by providing a natural language prompt. The Skill uses yt-dlp to fetch the video and ffmpeg to trim it to your target length, producing a ready-to-use clip without manual editing.

Can I search and download stock images and videos using natural language prompts?

Yes, you can search and download stock images and videos using natural language prompts. It queries multiple sources like Pexels, Pixabay, and Unsplash to find matching media assets for your projects.

Do I need to install yt-dlp and ffmpeg to use this media downloader?

Yes, you need yt-dlp and ffmpeg installed to use this media downloader. It also requires valid API keys for Pexels, Unsplash, or Pixabay to perform stock image and video searches, though it handles missing dependencies gracefully.

What is the best way to assemble media assets for a presentation from multiple stock sources?

The best way to assemble media assets is using a one-step prompt to search and download from multiple stock sources. This automates finding and fetching images or video clips, saving time and ensuring media is ready for quick assembly.

Why does the video trimming fail when ffmpeg is not installed?

Video trimming fails without ffmpeg because the Skill relies on it to process and cut the downloaded video to the target duration. The tool gracefully handles this missing dependency, but trimming functionality will be unavailable until ffmpeg is installed.