スキル一覧に戻る
ljchg12-hue

video-downloader

by ljchg12-hue

Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: video-downloader description: Download videos from various platforms (YouTube, Vimeo, etc.) for offline viewing and archiving

Video Downloader Skill

Download videos from streaming platforms for offline viewing and archiving.

When to Use

  • Offline viewing
  • Content archiving
  • Research materials
  • Backup creation

Core Capabilities

  • Multi-platform support (YouTube, Vimeo, Twitter, etc.)
  • Quality selection
  • Subtitle download
  • Playlist support
  • Format conversion
  • Thumbnail extraction

Tools

# yt-dlp (recommended)
yt-dlp "VIDEO_URL"

# Best quality
yt-dlp -f bestvideo+bestaudio "VIDEO_URL"

# Specific format
yt-dlp -f 'bestvideo[height<=1080]+bestaudio' "VIDEO_URL"

# Download playlist
yt-dlp -o "%(playlist_index)s-%(title)s.%(ext)s" "PLAYLIST_URL"

# Extract audio only
yt-dlp -x --audio-format mp3 "VIDEO_URL"

Best Practices

  • Check terms of service
  • Respect copyright
  • Use for personal/educational use
  • Select appropriate quality
  • Organize downloads by platform/date

Resources

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です