← 返回 Skills 市场
copfee

youtube-download-review

作者 Steve Yang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
293
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install youtube-download-review
功能描述
处理 YouTube 链接的视频下载与音乐向解读。只要用户提供 YouTube 链接,并提到下载视频、合并 MP4、下载封面、字幕处理(内嵌/忽略)、推荐理由、内容简介时,都应优先使用本技能。默认下载 1080p 视频 + 最高品质 m4a,自动合并为 mp4,并按视频标题创建目录输出全部产物。(此Skill 依...
安全使用建议
This skill appears to do what it says (download YouTube videos, process subtitles, create a short music-focused review), but check the following before enabling: 1) The SKILL.md requires yt-dlp and ffmpeg, but the registry metadata does not declare them — ensure both are installed from trusted sources and that their versions are what you expect. 2) The skill writes files into the agent's current working directory using the video title for directory/filenames; run it in a dedicated/sandboxed folder to avoid accidental overwrites or confusing filenames. 3) Be aware of filename injection/path issues: validate or sandbox outputs (yt-dlp usually sanitizes filenames, but you should verify behavior in your environment). 4) Confirm you have the right to download the target content (copyright/legal risk). 5) If you do not want automatic downloads or disk writes, require explicit user confirmation for each link or disallow autonomous invocation. If you want to be more cautious, ask the skill author to: (a) add required-binaries to metadata, (b) provide an explicit install/verification step for yt-dlp/ffmpeg, and (c) document filename sanitization and overwrite behavior.
功能分析
Type: OpenClaw Skill Name: youtube-download-review Version: 1.0.1 The skill provides YouTube downloading and processing functionality using yt-dlp and ffmpeg, but it is classified as suspicious due to a high risk of command injection. Specifically, SKILL.md instructs the agent to construct shell commands for ffmpeg and yt-dlp using unsanitized video titles and URLs as variables (e.g., in the ffmpeg -i and -vf arguments). While these capabilities are necessary for the stated task, the lack of input validation or escaping instructions could allow a maliciously titled video to execute arbitrary code on the host system.
能力评估
Purpose & Capability
The SKILL.md describes exactly the expected behavior for a YouTube download-and-review skill (yt-dlp + ffmpeg usage, merging audio/video, thumbnail/subtitle handling, and generating a short review). However the registry metadata says no required binaries or install spec while the instructions explicitly depend on yt-dlp and ffmpeg — this mismatch is unexpected and should be resolved.
Instruction Scope
Runtime instructions stay within the stated scope: they only call yt-dlp and ffmpeg, create a per-video directory, save files (source mp4, final mp4, jpg, srt, and a markdown review), and print a summary. There are no instructions to read unrelated system files or to exfiltrate data to third‑party endpoints beyond fetching YouTube content.
Install Mechanism
This is an instruction-only skill (no install spec), which minimizes install-time risk. But because SKILL.md declares a dependency on system packages (yt-dlp and ffmpeg) yet the skill metadata does not require these binaries or provide installation guidance, deployers could run into silent failures — or an environment without the expected trusted binaries.
Credentials
The skill does not request credentials or environment variables and only requires network access to YouTube and local filesystem write access. Those are proportionate to the declared purpose. Note: no cloud/API keys are requested — nothing appears disproportionate in credential requests.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does write files into the current working directory (per-video directories) but it does not claim to modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-download-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-download-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 明确补充技能依赖于系统软件包 yt-dlp 和 ffmpeg(写入 description)。 - 其余功能描述和工作流程保持不变。
v1.0.0
youtube-download-review 1.0.0 — 首次发布 - 支持根据 YouTube 链接下载 1080p 视频与 m4a 高品质音频,并自动合并为 mp4 文件。 - 封面图片自动获取并转为 JPG 格式,连同字幕、简介、推荐理由一起按视频标题建目录输出。 - 支持硬字幕压制(简体中文字幕优先)、或用户选择忽略字幕,并处理异常情况如字幕不可得。 - 针对每个视频,自动生成音乐媒体视角的推荐理由与高信息密度内容简介,同步输出为 markdown 文件。 - 明确每一步流程,完善异常提示与回退机制,确保多链接稳定处理与文件安全。
元数据
Slug youtube-download-review
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

youtube-download-review 是什么?

处理 YouTube 链接的视频下载与音乐向解读。只要用户提供 YouTube 链接,并提到下载视频、合并 MP4、下载封面、字幕处理(内嵌/忽略)、推荐理由、内容简介时,都应优先使用本技能。默认下载 1080p 视频 + 最高品质 m4a,自动合并为 mp4,并按视频标题创建目录输出全部产物。(此Skill 依... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。

如何安装 youtube-download-review?

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

youtube-download-review 是免费的吗?

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

youtube-download-review 支持哪些平台?

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

谁开发了 youtube-download-review?

由 Steve Yang(@copfee)开发并维护,当前版本 v1.0.1。

💬 留言讨论