← 返回 Skills 市场
roykingw

tl_video_downloader

作者 wangliangyi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
366
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install yt-dlp-downloader
功能描述
下载并合并网络视频(支持B站/抖音/YouTube),当用户说“下载视频+链接”时触发
安全使用建议
This skill appears to do what it claims, but be aware it will: (1) attempt to run 'pip install yt-dlp' and invoke your system package manager (brew/apt/choco) to install ffmpeg—these are system-level operations that may require privileges and can modify your environment; (2) perform network activity to download packages and the target video; and (3) write downloaded files to ~/Downloads. If you don't want automatic installs or filesystem changes, run the included script manually in a controlled environment (or inspect and run each install step yourself). Only enable this skill if you trust the code owner or are comfortable with the above side effects. If you want higher assurance, run the script in a sandbox/VM or review/modify main.py to remove automatic installers.
能力评估
Purpose & Capability
The name/description (video downloader for B站/抖音/YouTube) match the contained code: main.py checks/installs yt-dlp and ffmpeg and invokes yt-dlp to download and merge video into MP4. The required tools (yt-dlp, ffmpeg) are appropriate for the stated task. There is no request for unrelated credentials or services.
Instruction Scope
SKILL.md restricts runtime behavior to running 'python scripts/main.py --url {url}' and returning only its output, which the script implements. The script will check/install dependencies (pip and system package managers) and perform network operations to download packages and video content, and write files to ~/Downloads. These actions are within the downloader's purpose but represent side effects (system package installs, network access, filesystem writes) users should be aware of.
Install Mechanism
There is no bundle install spec—but main.py attempts runtime installs: 'pip install yt-dlp' and platform-specific system installs for ffmpeg via brew/apt/choco. Using standard package managers and pip is expected for this functionality, but automatic invocation of system-level installers is potentially intrusive (may require privileges, modify the system, or fail). No downloads from obscure URLs or embedded payloads were observed.
Credentials
The skill declares no environment variables and the code does not read secrets or unrelated environment variables. It only uses standard platform/homedir APIs and runs external binaries required for video downloading—proportional to purpose.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills, and does not request persistent elevated privileges. It executes only when invoked per SKILL.md and does not try to change agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yt-dlp-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yt-dlp-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of yt-dlp-downloader v1.0.0 - Supports downloading and merging videos from B站, 抖音, and YouTube using yt-dlp and ffmpeg - Triggered by user phrase “下载视频+链接” - Executes specified Python script with provided video URL; only returns script output - Includes strict execution and input rules, with clear error handling
元数据
Slug yt-dlp-downloader
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

tl_video_downloader 是什么?

下载并合并网络视频(支持B站/抖音/YouTube),当用户说“下载视频+链接”时触发. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 tl_video_downloader?

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

tl_video_downloader 是免费的吗?

是的,tl_video_downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tl_video_downloader 支持哪些平台?

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

谁开发了 tl_video_downloader?

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

💬 留言讨论