yt-dlp

yt-dlp Video Downloader

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yt-dlp" with this command: npx skills add bahayonghang/my-claude-code-settings/bahayonghang-my-claude-code-settings-yt-dlp

yt-dlp Video Downloader

  • Check if $ARGUMENTS provides a URL. If empty, ask the user for a video URL.

  • Check if FFmpeg is installed by running ffmpeg -version . If not installed, prompt the user with OS-specific installation commands and wait for confirmation. Do NOT run yt-dlp without FFmpeg.

  • Determine the user's requirements (video vs audio, target quality, subtitles, metadata).

  • Read $SKILL_DIR/references/COMMANDS.md for format selection syntax and command templates.

  • Read $SKILL_DIR/references/TROUBLESHOOTING.md for site-specific rules (e.g., requiring cookies or proxies).

  • Execute the yt-dlp command in the user's downloads folder (e.g., ~/Downloads or %USERPROFILE%/Downloads ).

  • Verify that the output file downloaded successfully.

  • If the download fails, read $SKILL_DIR/references/TROUBLESHOOTING.md and match the error type (e.g., HTTP 403, slow speed, missing subtitles) to the corresponding troubleshooting section. Apply the suggested fix and retry once. If the retry also fails, report the error details to the user.

Output

  • The executed command

  • Brief explanation of the parameters used

  • Location of the downloaded file

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

tech-design-doc

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

article-cover

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tech-blog

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

excalidraw

No summary provided by upstream source.

Repository SourceNeeds Review