video

Download video files from YouTube and Vimeo URLs to a local folder.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asets-gobizit/claude-skills --skill video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video
Source: https://github.com/asets-gobizit/claude-skills/tree/main/skills/video
Command: npx skills add https://github.com/asets-gobizit/claude-skills --skill video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to download video files directly from YouTube and Vimeo URLs, saving them locally for offline access or further use.

Core Features & Use Cases

  • Direct Video Downloads: Saves video files from provided YouTube or Vimeo links.
  • Handles Public & Protected Videos: Supports downloading public videos and private Vimeo videos with referer and password.
  • Use Case: A user wants to save a tutorial video from YouTube for later viewing without an internet connection.

Quick Start

Download the YouTube video located at https://youtu.be/XXXXX.

Frequently Asked Questions about video

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

FAQPage Schema
How do I download a video from YouTube or Vimeo to a local folder?

To download a video from YouTube or Vimeo, you provide the URL and specify a local folder. The tool fetches the video file and saves it directly to your chosen directory for offline access.

Can I download private Vimeo videos that require a password?

Yes, you can download private Vimeo videos requiring a password. The tool supports authentication via referer and password inputs to access and save protected Vimeo content successfully.

Does this video downloader support authentication via cookies?

Yes, this video downloader supports authentication via cookies. Providing cookie data allows the tool to access and download protected video content that requires user login credentials.

What is the best way to save a YouTube tutorial video for offline viewing?

The best way to save a YouTube tutorial video for offline viewing is to provide the video link to this downloader. It utilizes yt-dlp to robustly fetch and save the media file locally.

Do I need yt-dlp to download videos from these platforms?

Yes, yt-dlp is required as the underlying dependency to download videos from these platforms. It provides the robust video fetching capabilities needed to save media from YouTube and Vimeo URLs.

Are there limitations when trying to save video files from protected links?

When saving video files from protected links, limitations depend on having correct authentication. You must supply valid cookies, referer links, or passwords for private Vimeo content to bypass access restrictions.