🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Onnex YouTube

by @mrtlearns

YouTube transcripts, 4K downloads, and video exploration. Onnex-owned fork of youtube-ultimate. Security reviewed before install.

TERMINAL
clawhub install onnex-youtube

πŸ“– About This Skill


name: onnex-youtube version: 4.2.2 description: "YouTube transcripts, 4K downloads, and video exploration. Onnex-owned fork of youtube-ultimate. Security reviewed before install." metadata: openclaw: owner: onnex category: media tags: - youtube - transcripts - video-download - media license: MIT upstream: youtube-ultimate@4.2.2 notes: security: "Onnex-reviewed fork. Only calls googleapis.com and YouTube directly. No credentials stored beyond standard OAuth token. subprocess used only for yt-dlp with hardcoded safe arguments. No eval, no exfiltration."

onnex-youtube

Onnex-owned, security-reviewed fork of youtube-ultimate by globalcaos.

Upstream is monitored daily -- changes are security-audited before being ported here.

What It Does

  • Transcripts -- Full transcript from any YouTube URL. No API quota, no billing.
  • 4K Downloads -- Save videos locally via yt-dlp.
  • Video Exploration -- Search, video details, channel info, comments, playlists.
  • Frame Analysis -- Combine with the video-frames skill for diagram/visual extraction.
  • Usage

    uv run youtube.py transcript                   # Full transcript
    uv run youtube.py transcript  --timestamps     # With timestamps
    uv run youtube.py download  -o ~/Videos        # Download video
    uv run youtube.py search "query" -l 10              # Search
    uv run youtube.py video                        # Video details
    

    Security Notes

    Reviewed 2026-03-04 by Oppy. Upstream: youtube-ultimate v4.2.2 (globalcaos).

    πŸ’‘ Examples

    uv run youtube.py transcript                   # Full transcript
    uv run youtube.py transcript  --timestamps     # With timestamps
    uv run youtube.py download  -o ~/Videos        # Download video
    uv run youtube.py search "query" -l 10              # Search
    uv run youtube.py video                        # Video details