Toolverse
All skills

yt-dlp-downloader

by openclaw

Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
28

About this skill

Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like \

How to use

  1. Zainstaluj wymagane narzędzia: yt-dlp oraz ffmpeg (niezbędny do konwersji audio i łączenia formatów). Sprawdź ich dostępność poleceniami which yt-dlp i which ffmpeg. Jeśli ich brakuje, zainstaluj je za pomocą pip install yt-dlp oraz brew install ffmpeg (na macOS) lub odpowiedniego menadżera pakietów na Linuksie.

  2. Przygotuj link do wideo, które chcesz pobrać. Skill obsługuje YouTube, Bilibili, TikToka, Twittera i tysiące innych serwisów.

  3. Aby pobrać film w najlepszej dostępnej jakości, użyj polecenia yt-dlp -P "~/Downloads/yt-dlp" "LINK_DO_WIDEO". Film zostanie zapisany w folderze Downloads.

  4. Jeśli pobierasz z YouTube i napotkasz błąd 403, dodaj flagę --cookies-from-browser chrome (lub firefox, safari, edge, brave, opera) aby użyć ciasteczek z przeglądarki: yt-dlp -P "~/Downloads/yt-dlp" --cookies-from-browser chrome "LINK_YOUTUBE".

  5. Dla dodatkowych opcji: aby wyodrębnić tylko audio w formacie MP3, dodaj flagi -x --audio-format mp3; aby pobrać napisy, użyj --write-subs --sub-langs all; aby wybrać konkretną rozdzielczość (np. 720p), zastosuj -f "bestvideo[height<=720]+bestaudio/best[height<=720]".

  6. Jeśli chcesz zmienić folder docelowy lub format nazwy pliku, użyj -P "/ścieżka/do/folderu" oraz -o "%(title)s.%(ext)s" aby dostosować sposób zapisywania pobranych plików.

Related skills

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130