Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Content Youtube

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Download a YouTube video into a content project's source directory for use as source material.

About

Downloads a YouTube video into a content project's source directory. A developer uses it to pull a YouTube video in as source material for content work.

  • Downloads a YouTube video into a project's source directory
  • Requires the uv CLI

Content Youtube by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill content-youtube

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Download a YouTube video into a content project's source directory for use as source material.

Files

SKILL.mdMarkdownGitHub ↗

/content-youtube

Download a YouTube video to a project's source/ directory.

Usage

/content-youtube <youtube-url> [project-path]

Prerequisites

  • uv CLI: brew install uv or pip install uv
  • yt-dlp CLI: brew install yt-dlp

Run

# Download into this project's source/ directory
uv run .claude/skills/content-youtube/scripts/download.py "<youtube-url>" source/

# Or rely on the default output_dir ("source/")
uv run .claude/skills/content-youtube/scripts/download.py "<youtube-url>"

Options

  • url - YouTube video URL (required)
  • output_dir - Output directory (required)
  • --max-size - Maximum file size in MB (default: 500)
  • --audio-only - Download audio only (mp3)

Output

Downloads video to source/{video-title}.mp4

After Download

Run /content-transcribe to transcribe the video.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.