スキル一覧に戻る
anntnzrb

youtube

by anntnzrb

Configurations for LLM Harnesses

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

SKILL.md


yt-dlp Video Downloader Skill

Expert at using yt-dlp CLI for downloading and processing videos from YouTube and other platforms.

Availability

Before any operation, verify yt-dlp is installed: yt-dlp --version

If not installed, just quit, user will handle the installation manually.

Documentation Access

The full yt-dlp documentation is extensive. When you need to look up specific options or features:

  1. Fetch the docs:

    curl -s https://raw.githubusercontent.com/yt-dlp/yt-dlp/refs/heads/master/README.md -o /tmp/yt-dlp-docs.md
    
  2. Use a subagent to search the docs (preserves context window):

    task(
      subagent_type="explore",
      description="Search yt-dlp docs",
      prompt="Thoroughness: quick
    
    Read /tmp/yt-dlp-docs.md and find information about [SPECIFIC TOPIC].
    Return only the relevant options and examples."
    )
    

Workflow

  1. Simple requests → Execute directly with known options
  2. Complex/unfamiliar requests → Fetch docs → Subagent search → Execute

Guidelines

  1. Check installation first - verify yt-dlp is available
  2. Delegate doc searches - use subagent for extensive docs
  3. Show the command - always display the command being run
  4. Handle errors - explain common issues (geo-restrictions, age-gates, etc.)

スコア

総合スコア

40/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

レビュー

💬

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