📥
Video Downloader

Video Downloader

Download video files from various web links.

PROMPT EXAMPLE
Use the `video-downloader` skill to download a video.
Fast Processing
High Quality
Privacy Protected

SKILL.md Definition

YouTube Video Downloader

Download YouTube videos with full control over quality and format settings.

Quick Start

The simplest way to download a video:

python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"

This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/.

Options

Quality Settings

Use -q or --quality to specify video quality:

  • best (default): Highest quality available
  • 1080p: Full HD
  • 720p: HD
  • 480p: Standard definition
  • 360p: Lower quality
  • worst: Lowest quality available

Example:

python scripts/download_video.py "URL" -q 720p

Format Options

Use -f or --format to specify output format (video downloads only):

  • mp4 (default): Most compatible
  • webm: Modern format
  • mkv: Matroska container

Example:

python scripts/download_video.py "URL" -f webm

Audio Only

Use -a or --audio-only to download only audio as MP3:

python scripts/download_video.py "URL" -a

Custom Output Directory

Use -o or --output to specify a different output directory:

python scripts/download_video.py "URL" -o /path/to/directory

Complete Examples

  1. Download video in 1080p as MP4:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
  1. Download audio only as MP3:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
  1. Download in 720p as WebM to custom directory:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 720p -f webm -o /custom/path

How It Works

The skill uses yt-dlp, a robust YouTube downloader that:

  • Automatically installs itself if not present
  • Fetches video information before downloading
  • Selects the best available streams matching your criteria
  • Merges video and audio streams when needed
  • Supports a wide range of YouTube video formats

Important Notes

  • Downloads are saved to /mnt/user-data/outputs/ by default
  • Video filename is automatically generated from the video title
  • The script handles installation of yt-dlp automatically
  • Only single videos are downloaded (playlists are skipped by default)
  • Higher quality videos may take longer to download and use more disk space

About Awesome Claude Skills

A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.

What Are Claude Skills?

Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.

Quickstart: Connect Claude to 500+ Apps

The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.

  1. Install the Plugin

    claude --plugin-dir ./connect-apps-plugin
    
  2. Run Setup

    /connect-apps:setup
    

    Paste your API key when asked. (Get a free key at platform.composio.dev)

Powerful Agent Skills

Boost your AI performance with our professional skill collection.

Ready to Use

Copy and paste into any agent system supporting skills.

Modular Design

Mix and match 'code skills' to create complex agent behaviors.

Optimized

Each 'agent skill' is tuned for high performance and accuracy.

Open Source

All 'code skills' are open for contributions and customization.

Cross-Platform

Works with various LLMs and agent frameworks.

Safe & Secure

Vetted skills that follow best practices for AI safety.

Empower Your Agents

Start using Agiskills today and see the difference.

Explore Now

How it Works

Get started with agent skills in three simple steps.

1

Pick a Skill

Find the skill you need from our collection.

2

Read Docs

Understand how the skill works and its constraints.

3

Copy & Use

Paste the definition into your agent's config.

4

Test

Verify the results and refine as needed.

5

Deploy

Launch your specialized AI agent.

What Developers Say

See why developers worldwide choose Agiskills.

Alex Smith

AI Engineer

"Agiskills has completely changed how I build AI agents."

Maria Garcia

Product Manager

"The PDF Specialist skill solved complex document parsing issues for us."

John Doe

Developer

"Professional and well-documented skills. Highly recommend!"

Sarah Lee

Artist

"The Algorithmic Art skill produces incredibly beautiful code."

Chen Wei

Frontend Specialist

"Themes generated by Theme Factory are pixel-perfect."

Robert T.

CTO

"We now use Agiskills as the standard for our AI team."

FAQ

Everything you need to know about Agiskills.

Yes, all public skills are free to copy and use.

Feedback