Skip to main content

youtube-tools

Enables free downloading of YouTube videos, transcript extraction, and metadata retrieval using yt-dlp without API costs.

Install this skill

or
93/100

Security score

The youtube-tools skill was audited on Mar 5, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 89

External URL reference

SourceSKILL.md
89python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"
low line 94

External URL reference

SourceSKILL.md
94python scripts/download_video.py "https://youtu.be/VIDEO_ID" --quality 1080p
low line 99

External URL reference

SourceSKILL.md
99python scripts/download_video.py "https://youtube.com/watch?v=VIDEO_ID" --audio-only
low line 104

External URL reference

SourceSKILL.md
104python scripts/download_video.py "https://youtube.com/playlist?list=PLAYLIST_ID" --output-dir ./videos
low line 115

External URL reference

SourceSKILL.md
115python scripts/get_transcript.py "https://youtube.com/watch?v=VIDEO_ID"
low line 120

External URL reference

SourceSKILL.md
120python scripts/get_transcript.py "https://youtu.be/VIDEO_ID" --lang es
low line 125

External URL reference

SourceSKILL.md
125python scripts/get_video_info.py "https://youtube.com/watch?v=VIDEO_ID"
Scanned on Mar 5, 2026
View Security Dashboard