โ† All skills
Tencent SkillHub ยท Developer Tools

Video Dl

Download videos from YouTube, Reddit, Twitter/X, TikTok, Instagram, and 1000+ other sites using yt-dlp. Use when user provides a video link and wants to download it.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Download videos from YouTube, Reddit, Twitter/X, TikTok, Instagram, and 1000+ other sites using yt-dlp. Use when user provides a video link and wants to download it.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/compress-and-send.sh, scripts/download.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Video Downloader

Download videos from almost any website using yt-dlp.

Supported Sites

YouTube, Reddit, Twitter/X, TikTok, Instagram, Vimeo, Facebook, Twitch, and 1000+ others. Full list: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

Quick Download (best quality)

{baseDir}/scripts/download.sh "URL" Downloads to ~/Downloads/videos/ with best quality.

With Options

{baseDir}/scripts/download.sh "URL" [OPTIONS] Common options: --audio-only - Extract audio only (mp3) --720p - Limit to 720p max --1080p - Limit to 1080p max --output DIR - Custom output directory --filename NAME - Custom filename (without extension)

Examples

# Download YouTube video (best quality) {baseDir}/scripts/download.sh "https://www.youtube.com/watch?v=dQw4w9WgXcQ" # Download Reddit video {baseDir}/scripts/download.sh "https://www.reddit.com/r/videos/comments/abc123/cool_video/" # Extract audio only {baseDir}/scripts/download.sh "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --audio-only # Download to specific folder {baseDir}/scripts/download.sh "URL" --output ~/Videos/projects # Custom filename {baseDir}/scripts/download.sh "URL" --filename "my-video"

Output

Default location: ~/Downloads/videos/ Filename format: {title}-{id}.{ext} Returns full path to downloaded file on success

Notes

Reddit videos require merging video+audio (handled automatically) Age-restricted YouTube videos may require cookies (not currently configured) Very long videos may take time; script shows progress If download fails, check if the site is supported or if the video is private/deleted

Sending to Telegram

Large videos need compression for Telegram's 16MB limit. For long videos: Download the video normally Run compression in background: nohup {baseDir}/scripts/compress-and-send.sh "/path/to/video.mp4" "CHAT_ID" > /tmp/compress.log 2>&1 & Check back after estimated time (duration รท 4) Send the resulting -telegram.mp4 file This avoids spamming the chat with progress updates.

Direct yt-dlp Access

For advanced usage, yt-dlp is available at ~/.local/bin/yt-dlp (updated) or /usr/bin/yt-dlp. See yt-dlp --help for all options.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/compress-and-send.sh Scripts
  • scripts/download.sh Scripts