← 返回 Skills 市场
Universal Video Downloader
作者
Subhadip Sarkar
· GitHub ↗
· v1.0.2
2727
总下载
8
收藏
11
当前安装
3
版本数
在 OpenClaw 中安装
/install universal-video-downloader
功能描述
Download videos from YouTube, Instagram, TikTok, Twitter/X, and 1000+ other sites using yt-dlp. Supports quality selection and automatic cleanup. Use when a user provides a video link from any platform and wants to download it.
安全使用建议
This skill appears to do exactly what it claims, but take these practical precautions before installing: 1) Ensure yt-dlp and ffmpeg are installed from trusted sources (distribution packages or official releases) because the skill runs those binaries. 2) Be aware yt-dlp will fetch remote content (network activity is expected). 3) Confirm you have permission to download the content (copyright and platform terms). 4) Make sure the agent has permission to write and delete files in its working directory; the SKILL.md requires immediate deletion after upload to free disk space. 5) If you do not want the agent to download files without explicit user confirmation, restrict autonomous invocation or require explicit user prompts. Overall the skill is coherent and contains no evident exfiltration or unrelated credential requests.
功能分析
Type: OpenClaw Skill
Name: universal-video-downloader
Version: 1.0.2
The skill is designed to download videos using `yt-dlp` and includes appropriate safety measures. The `scripts/download.py` file correctly uses `subprocess.run` with a list of arguments, preventing shell injection from user-controlled URLs or format IDs. It also sanitizes output filenames to prevent path traversal. The `SKILL.md` instructs the agent to delete downloaded files using `rm` for cleanup, which is a legitimate operational requirement. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the requested binaries (yt-dlp, ffmpeg) and the included script implements info and download actions using yt-dlp. No unexplained environment variables, packages, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to call the provided script to fetch formats and download, send the file via the message tool, and then delete it. The instructions do not attempt to read unrelated files, environment variables, or transmit data to unexpected endpoints. The required cleanup step is explicit.
Install Mechanism
There is no install spec (instruction-only with a bundled script). That lowers install risk; the skill relies on existing system binaries (yt-dlp, ffmpeg) which must be provided by the environment.
Credentials
The skill requests no credentials or config paths. The lack of env secrets is proportional to a downloader tool. The included script runs yt-dlp (which will access network resources) — this is expected and aligned with purpose.
Persistence & Privilege
always:false (no forced presence) and normal autonomous invocation settings. The skill does not request persistent system-wide changes or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install universal-video-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/universal-video-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Clarified cleanup instructions: agent must run rm after sending file.
v1.0.1
Added mandatory binary requirements (yt-dlp, ffmpeg) to metadata.
v1.0.0
Initial release – Download videos from 1000+ sites with quality options and auto-cleanup.
- Supports YouTube, Instagram, TikTok, Twitter/X, Facebook, and many more platforms.
- Lets users choose video resolution (from 144p to 4K/8K).
- Automatically merges video and audio into a single file.
- Deletes downloaded files from the server after sending to the user.
元数据
常见问题
Universal Video Downloader 是什么?
Download videos from YouTube, Instagram, TikTok, Twitter/X, and 1000+ other sites using yt-dlp. Supports quality selection and automatic cleanup. Use when a user provides a video link from any platform and wants to download it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2727 次。
如何安装 Universal Video Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install universal-video-downloader」即可一键安装,无需额外配置。
Universal Video Downloader 是免费的吗?
是的,Universal Video Downloader 完全免费(开源免费),可自由下载、安装和使用。
Universal Video Downloader 支持哪些平台?
Universal Video Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Universal Video Downloader?
由 Subhadip Sarkar(@itzsubhadip)开发并维护,当前版本 v1.0.2。
推荐 Skills