← スキル一覧に戻る

youtube-video-to-audio
by MacHu-GWU
Sanhe's Claude Code Plugins
⭐ 0🍴 0📅 2026年1月14日
SKILL.md
name: youtube-video-to-audio description: Download YouTube videos as audio files using yt-dlp
YouTube Video to Audio
Extract and download audio from YouTube videos.
Usage
python scripts/download_audio.py --video-url "https://www.youtube.com/watch?v=VIDEO_ID"
Options
--video-url(required) - YouTube video URL to download--quality- Quality selector (default: "bestaudio[abr<=64]/worstaudio")--audio-format- Output format: mp3, aac, wav (default: mp3)--bitrate- Audio bitrate: 64K, 128K, 192K, 320K (default: 64K)--output- Custom output path (default: ~/tmp/download_audio_result.mp3)
Examples
# Basic usage (default: 64K bitrate MP3 to ~/tmp/download_audio_result.mp3)
python scripts/download_audio.py --video-url "https://www.youtube.com/watch?v=d6rZtgHcbWA"
# High quality with custom bitrate
python scripts/download_audio.py --video-url "https://youtu.be/xyz" --quality "bestaudio" --bitrate "128K"
# Custom output location
python scripts/download_audio.py --video-url "https://youtu.be/xyz" --output "/path/to/output.mp3"
Requirements
- Python 3.11+
- ffmpeg installed at
~/ffmpeg - yt-dlp (auto-downloaded on first run)
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です