← Back to Skills Marketplace
1999azzar

Yt Dlp

by azzar budiyanto · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1889
Downloads
0
Stars
24
Active Installs
2
Versions
Install in OpenClaw
/install yt-dlp
Description
A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.
Usage Guidance
This skill is a thin wrapper around yt-dlp and appears coherent. Before installing/using it: 1) ensure yt-dlp and ffmpeg are installed from official sources (pip, your OS package manager, or official GitHub releases) instead of running random curl|sh installers; 2) inspect the bundle (especially scripts/download.sh) — it attempts to use a .venv yt-dlp if present and otherwise calls system yt-dlp; 3) be cautious with cookies: using --cookies-from-browser can expose browser session cookies — prefer exporting a cookies.txt file and review it; 4) note a minor packaging gap: the script mentions 'scripts/setup' but that file is not included, so the script may fail if yt-dlp isn't already available. If you plan to let an autonomous agent use this skill, explicitly restrict use of browser cookies and confirm you trust the agent to run local commands that may write files to your download directory.
Capability Analysis
Type: OpenClaw Skill Name: yt-dlp Version: 1.0.1 The skill is classified as suspicious due to a critical shell injection vulnerability in `scripts/download.sh`. The script directly passes user-supplied arguments (`"$@"`) to the `yt-dlp` command without proper sanitization, allowing an attacker to execute arbitrary shell commands by injecting metacharacters into the input. Additionally, the skill exposes the high-risk `yt-dlp` feature `--cookies-from-browser`, which can access sensitive browser session cookies, although this capability is documented with a warning in `SKILL.md` and `references/guide.md`.
Capability Assessment
Purpose & Capability
Name/description match the included files: docs plus a simple wrapper script that calls yt-dlp and ffmpeg. Requested capabilities (download, format selection, metadata, cookies) align with what yt-dlp provides; no unrelated services or privileges are requested.
Instruction Scope
SKILL.md and references stay on-topic and only instruct use of yt-dlp/ffmpeg and the wrapper script. The wrapper does not read arbitrary files or network endpoints beyond yt-dlp's normal behavior. Note: the script warns to run 'scripts/setup' if yt-dlp isn't found, but no scripts/setup file is included in the bundle — this is a packaging/documentation gap (not evidence of exfiltration).
Install Mechanism
No install spec in the registry (instruction-only), which minimizes automatic disk writes. The docs recommend installing yt-dlp via pip or package managers and warn against untrusted curl|sh installers. The included references even show a GitHub release URL (a normal source).
Credentials
The skill requires no environment variables, no credentials, and no config paths. The docs caution about cookie use (which is appropriate) but do not attempt to access browser secrets themselves. This is proportionate to a downloader wrapper.
Persistence & Privilege
always is false and model invocation/autonomy is default. The skill does not request permanent presence or modify other skills. No elevated privileges or system-wide config modifications are attempted.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yt-dlp
  3. After installation, invoke the skill by name or use /yt-dlp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added the main download script at scripts/download.sh. - Updated documentation: script usage now references scripts/download.sh instead of scripts/download. - Added a new "Installation & Security" section to SKILL.md, with guidance on installing yt-dlp/ffmpeg and safe cookie handling. - Minor documentation improvements for enhanced clarity and accuracy.
v1.0.0
Initial release of yt-dlp skill. - Provides a CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and many other sites. - Supports format selection, quality control, embedding metadata, thumbnails, and subtitles. - Allows cookie authentication for restricted or premium content. - Includes convenient script (`scripts/download`) with sensible defaults and example commands. - Requires yt-dlp and ffmpeg installed and available in PATH.
Metadata
Slug yt-dlp
Version 1.0.1
License
All-time Installs 24
Active Installs 24
Total Versions 2
Frequently Asked Questions

What is Yt Dlp?

A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 1889 downloads so far.

How do I install Yt Dlp?

Run "/install yt-dlp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yt Dlp free?

Yes, Yt Dlp is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Yt Dlp support?

Yt Dlp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yt Dlp?

It is built and maintained by azzar budiyanto (@1999azzar); the current version is v1.0.1.

💬 Comments