← Back to Skills Marketplace
chellen021

Personal Video Dl

by Chellen · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
327
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install personal-video-dl
Description
视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-video-dl
  3. After installation, invoke the skill by name or use /personal-video-dl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug personal-video-dl
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Personal Video Dl?

视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载. It is an AI Agent Skill for Claude Code / OpenClaw, with 327 downloads so far.

How do I install Personal Video Dl?

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

Is Personal Video Dl free?

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

Which platforms does Personal Video Dl support?

Personal Video Dl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Personal Video Dl?

It is built and maintained by Chellen (@chellen021); the current version is v1.0.0.

💬 Comments