← 返回 Skills 市场
Video Transcript Downloader
作者
Peter Steinberger
· GitHub ↗
· v1.0.0
13040
总下载
86
收藏
99
当前安装
1
版本数
在 OpenClaw 中安装
/install video-transcript-downloader
功能描述
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
安全使用建议
Install only if you trust the skill and will review commands before running them. Avoid using the extra yt-dlp argument passthrough unless you understand the option being passed, and do not allow web page content or untrusted prompts to choose arguments such as --exec or output paths.
功能分析
Type: OpenClaw Skill
Name: video-transcript-downloader
Version: 1.0.0
The skill is classified as suspicious due to its use of `node:child_process.spawn` to execute external binaries (`yt-dlp`, `ffmpeg`) and, critically, its explicit forwarding of arbitrary user-supplied arguments (`opts.extra`) directly to `yt-dlp` in `scripts/vtd.js`. This passthrough mechanism, documented in `SKILL.md`, allows for command injection into `yt-dlp`'s powerful `--exec` option, which could lead to arbitrary code execution if the AI agent is prompted to pass malicious arguments. While this capability is plausibly needed for advanced `yt-dlp` usage, it significantly increases the attack surface for prompt injection against the agent, making it a risky capability without clear malicious intent from the skill itself.
能力评估
Purpose & Capability
Downloading transcripts, subtitles, audio, and video with yt-dlp/ffmpeg is coherent with the skill purpose, and the main file and network behavior is expected for that purpose.
Instruction Scope
SKILL.md explicitly tells agents to pass extra yt-dlp arguments after --, and scripts/vtd.js forwards those arguments unchanged to yt-dlp; this includes powerful options such as yt-dlp --exec that can run commands outside the safer built-in workflows.
Install Mechanism
Installation is a normal npm ci flow with one locked dependency, plus optional user-visible brew install instructions for yt-dlp and ffmpeg.
Credentials
The script reads PATH to locate yt-dlp/ffmpeg and contacts external video/transcript sources; this is proportionate to the stated downloader function and does not show credential access.
Persistence & Privilege
The skill writes requested downloads or subtitle files to an output directory, defaulting to Downloads, and cleans temporary transcript subtitle files; there is no evidence of hidden persistence or privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-transcript-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-transcript-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
常见问题
Video Transcript Downloader 是什么?
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 13040 次。
如何安装 Video Transcript Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-transcript-downloader」即可一键安装,无需额外配置。
Video Transcript Downloader 是免费的吗?
是的,Video Transcript Downloader 完全免费(开源免费),可自由下载、安装和使用。
Video Transcript Downloader 支持哪些平台?
Video Transcript Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Transcript Downloader?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.0。
推荐 Skills