advanced-video-downloader
CommunityDownload and transcribe videos from 1000+ platforms.
Content & Communication#transcription#yt-dlp#playlists#cookies#audio-extraction#video-download#siliconflow
AuthorJst-Well-Dan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables downloading videos from a wide range of platforms and optionally transcribing audio/video content into Markdown text using SiliconFlow’s transcription API, helping you build searchable transcripts from video assets.
Core Features & Use Cases
- Single video download or batch/playlist downloads via yt-dlp
- Audio extraction to MP3/M4A
- Optional transcription of audio/video to Markdown (via SiliconFlow)
- Cookie-based authentication for restricted content
- Platform/platform-specific usage guidance and output templates
Quick Start
- Basic video download: yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]" --merge-output-format mp4 -o "%(title)s.%(ext)s" "VIDEO_URL"
- Transcribe a downloaded file: python scripts/transcribe_siliconflow.py --file video.mp4 --api-key sk-...
Dependency Matrix
Required Modules
yt-dlprequests
Components
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: advanced-video-downloader Download link: https://github.com/Jst-Well-Dan/Skill-Box/archive/main.zip#advanced-video-downloader Please download this .zip file, extract it, and install it in the .claude/skills/ directory.