← 返回 Skills 市场
dinghaibin

Video Downloader

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
21
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dinghaibin-video-downloader
功能描述
Download videos from YouTube and other video platforms. Use when user needs to download videos for offline viewing, extract audio from videos, or save video...
使用说明 (SKILL.md)

Video Downloader

Download videos from YouTube and other platforms.

Quick Start

# Download video
python scripts/download.py https://youtube.com/watch?v=xxx

Usage

python scripts/download.py URL [OPTIONS]

Options:
  --output PATH     Output directory
  --format FORMAT   Video format (mp4, webm)
  --quality QUALITY Quality (best, 1080p, 720p, 480p)
  --audio-only     Extract audio only
  --list-formats   List available formats

Examples

# Download video
python scripts/download.py "https://youtube.com/watch?v=xxx"

# Download as MP4
python scripts/download.py "URL" --format mp4

# Audio only
python scripts/download.py "URL" --audio-only

# List formats
python scripts/download.py "URL" --list-formats

Supported Platforms

  • YouTube
  • Vimeo
  • Twitter/X
  • And more...

Features

  • Video downloading
  • Audio extraction
  • Quality selection
  • Format conversion
  • Metadata extraction
安全使用建议
Review this skill before installing because it can automatically run pip install yt-dlp if the dependency is missing. If you use it, prefer installing a pinned yt-dlp version yourself in a virtual environment and choose download output paths deliberately.
能力评估
Purpose & Capability
The stated purpose is downloading videos, extracting audio, listing formats, and showing metadata; the included script implements those same functions.
Instruction Scope
The SKILL.md contains ordinary user-directed command examples and does not include goal overrides, hidden instructions, or autonomous high-impact workflows.
Install Mechanism
The registry says there is no install spec and no required binaries, but the script checks for yt-dlp and automatically runs pip install yt-dlp at runtime without pinning a version or asking for confirmation.
Credentials
The script invokes the external yt-dlp command and writes downloaded media to local paths. This is proportionate for a video downloader, but users should choose output paths carefully.
Persistence & Privilege
No credentials, background service, privileged persistence, or ongoing agent behavior is shown; persistence is limited to user-requested downloaded files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dinghaibin-video-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dinghaibin-video-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug dinghaibin-video-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Video Downloader 是什么?

Download videos from YouTube and other video platforms. Use when user needs to download videos for offline viewing, extract audio from videos, or save video... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。

如何安装 Video Downloader?

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

Video Downloader 是免费的吗?

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

Video Downloader 支持哪些平台?

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

谁开发了 Video Downloader?

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

💬 留言讨论