← 返回 Skills 市场
chellen021

Personal Video Dl

作者 Chellen · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
327
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-video-dl
功能描述
视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载
安全使用建议
This skill is a straightforward wrapper around yt-dlp and appears coherent. Before installing/using: (1) be aware the script will run yt-dlp which performs network requests to the video sites; (2) installing yt-dlp uses pip (pulls code from PyPI) — only install packages you trust or run in a sandbox/container; (3) only download content you have the right to download (terms of service / copyright); (4) review any URL list files for untrusted entries before batch downloading; and (5) run the script without elevated privileges to limit risk.
功能分析
Type: OpenClaw Skill Name: personal-video-dl Version: 1.0.0 The skill is a legitimate wrapper for the well-known 'yt-dlp' utility, designed to download videos from various platforms. The Python script (video_downloader.py) uses safe subprocess handling by passing arguments as a list rather than a shell string, which mitigates shell injection risks. While it includes a feature to auto-install 'yt-dlp' via pip, this behavior is transparently documented in SKILL.md and aligned with the tool's stated purpose without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the included video_downloader.py all describe the same behavior (a wrapper around yt-dlp). There are no unexpected environment variables, credentials, or unrelated binaries requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python script and to install yt-dlp. The script performs file I/O (creates output dirs, reads a urls file) and spawns yt-dlp as a subprocess to download content. This stays within the stated scope, but it does execute external commands and performs network access (yt-dlp contacting remote sites).
Install Mechanism
There is no platform install spec in the registry (instruction-only), but the script includes an install routine that runs `python -m pip install -U yt-dlp`. Installing from PyPI is normal here, but installing packages pulls remote code — consider the usual risks of installing third-party packages.
Credentials
The skill requests no environment variables or credentials and the code does not read secrets. The requested capabilities are proportional to a downloader (network access, filesystem write access to the target directory).
Persistence & Privilege
The skill is not marked always:true, does not alter other skill configs, and has no persistent privileged behavior. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-video-dl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-video-dl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "personal-video-dl" v1.0.0. - Multi-platform video downloading tool based on yt-dlp. - Supports downloading from YouTube, Bilibili, Douyin, TikTok, and many more sites. - Features include automatic platform detection, format selection (audio/video), subtitle support, playlist and batch downloads. - Offers both command-line usage and trigger phrases for easy operation.
元数据
Slug personal-video-dl
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Personal Video Dl 是什么?

视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。

如何安装 Personal Video Dl?

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

Personal Video Dl 是免费的吗?

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

Personal Video Dl 支持哪些平台?

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

谁开发了 Personal Video Dl?

由 Chellen(@chellen021)开发并维护,当前版本 v1.0.0。

💬 留言讨论