Cursor Agent Skill for downloading videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Automates video and audio extraction for content creators and operations teams.
git clone https://github.com/MapleShaw/yt-dlp-downloader-skill.gitCursor Agent Skill for downloading videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Automates video and audio extraction for content creators and operations teams.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/MapleShaw/yt-dlp-downloader-skillCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I want to download videos using yt-dlp. Here are the details: [URL], [OUTPUT_PATH], [VIDEO_QUALITY]. Please provide the exact command I should run in my terminal.
```bash # To download a video from YouTube with the highest quality available and save it to your specified directory, use the following command: yt-dlp -f 'bestvideo+bestaudio' --merge-output-format mkv -o '/path/to/output/%(title)s.%(ext)s' 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' # For a specific quality, such as 1080p, use: yt-dlp -f 'bestvideo[height<=1080]+bestaudio' --merge-output-format mkv -o '/path/to/output/%(title)s.%(ext)s' 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' # To download a playlist, use: yt-dlp -f 'bestvideo+bestaudio' --merge-output-format mkv -o '/path/to/output/%(playlist_title)s/%(playlist_index)s - %(title)s.%(ext)s' --yes-playlist 'https://www.youtube.com/playlist?list=PL123456789' ```
AI-first code editor
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan