← 返回 Skills 市场
wells1137

YouTube Video Downloader

作者 Wells Wu · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
724
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yt-video-downloader
功能描述
Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports v...
安全使用建议
This skill appears to do what it says: it runs yt-dlp to download single YouTube videos and includes a Python script to do that. Before installing/using it, consider: (1) the script will try to install yt-dlp via pip at runtime and uses --break-system-packages — run it in an isolated environment (virtualenv, container) to avoid altering system Python packages; (2) the pip install is not pinned to a specific yt-dlp version, which is a supply‑chain risk — you may prefer to pre-install a known-good yt-dlp version; (3) downloads default to /mnt/user-data/outputs — verify disk space and that this location is acceptable; (4) ensure downloading content complies with YouTube's terms and applicable laws; (5) if you need extra assurance, review or run the script in a sandboxed environment before granting it to an agent with network access.
功能分析
Type: OpenClaw Skill Name: yt-video-downloader Version: 1.0.0 The `scripts/download_video.py` script is vulnerable to arbitrary file write due to insufficient sanitization of the user-provided `--output` path. This path is directly passed to `yt-dlp`'s `-o` argument, potentially allowing a malicious user to write files to sensitive system locations (e.g., `/etc/passwd`, `/root/.ssh/authorized_keys`) if the agent's permissions allow it. Additionally, the URL argument is passed directly to `yt-dlp` without sanitization, posing a potential (though lower) risk of shell injection if `yt-dlp` itself has a vulnerability in URL parsing. While the skill's stated purpose is benign, these vulnerabilities present a significant security risk.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included Python script all align: downloading single YouTube videos with selectable quality/format. Required binary (python3) is appropriate and no unrelated credentials or config paths are requested.
Instruction Scope
SKILL.md and the script stay within the downloader's scope (fetch video info, select formats, download to /mnt/user-data/outputs). The script does call out to external tool yt-dlp and will perform network I/O to fetch video data; it does not read unrelated files or environment variables.
Install Mechanism
There is no formal install spec, but the script auto-installs yt-dlp at runtime via pip (sys.executable -m pip install --break-system-packages yt-dlp). Using pip at runtime and the --break-system-packages flag can modify the host Python environment and is higher-risk than relying on an already-installed, pinned binary. The package install is unpinned (no fixed version), which increases supply-chain risk.
Credentials
No environment variables or external credentials are requested (appropriate). The script writes files to /mnt/user-data/outputs by default and will modify the Python environment by installing yt-dlp; consider whether that filesystem and Python environment are acceptable for the user.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modify other skills' configs. Autonomous invocation is allowed by default but not combined with other concerning privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yt-video-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yt-video-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the YouTube Video Downloader skill. - Download YouTube videos with control over quality (best, 1080p, 720p, 480p, 360p, worst). - Choose from multiple formats: mp4 (default), webm, mkv. - Option to download audio only as MP3. - Set a custom output directory for downloads. - Uses yt-dlp for robust, automated fetching and merging of video/audio streams.
元数据
Slug yt-video-downloader
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube Video Downloader 是什么?

Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports v... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 724 次。

如何安装 YouTube Video Downloader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yt-video-downloader」即可一键安装,无需额外配置。

YouTube Video Downloader 是免费的吗?

是的,YouTube Video Downloader 完全免费(开源免费),可自由下载、安装和使用。

YouTube Video Downloader 支持哪些平台?

YouTube Video Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouTube Video Downloader?

由 Wells Wu(@wells1137)开发并维护,当前版本 v1.0.0。

💬 留言讨论