← 返回 Skills 市场
benheee

YouTube Digest

作者 BenHeee · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
205
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-digest
功能描述
Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a...
安全使用建议
This skill appears to do what it says: it runs yt-dlp (an external binary) to fetch subtitles/metadata, converts subtitles to a transcript, and relies on the agent's LLM to summarize/translate. Before installing, consider: (1) you will need yt-dlp and deno (README shows curl|sh installs—verify sources or use your distro/package manager), (2) transcripts and summary.json are written to disk and will be read by the agent and sent to the LLM—treat these outputs as potentially sensitive data, (3) the README suggests using residential proxies if running from cloud IPs; avoid sending proxy credentials to untrusted parties, and (4) run the skill in a sandboxed environment or with restricted file permissions if you are worried about content or supply-chain risk. Overall the bundle is internally consistent and not requesting unrelated privileges.
功能分析
Type: OpenClaw Skill Name: youtube-digest Version: 1.0.0 The youtube-digest skill is a legitimate tool designed to extract metadata and subtitles from YouTube videos for AI-driven summarization. The core logic in scripts/fetch_youtube.py uses the well-known yt-dlp utility via safe subprocess calls (using argument lists) and performs standard text processing on subtitle files. The SKILL.md instructions and documentation are focused entirely on the stated functionality, and no evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description match the included fetch_youtube.py script and usage docs. Requested tools (yt-dlp, deno, ffmpeg) are appropriate for subtitle/video extraction and optional frame extraction; nothing extraneous (no cloud credentials or unrelated binaries) is required.
Instruction Scope
SKILL.md tells the agent to run the provided script, read summary.json/transcript.txt, and optionally run ffmpeg for frames. It does not instruct the agent to read unrelated system files or hidden config, nor does it send collected content to unexpected external endpoints. The proxy option is explicitly for yt-dlp and is reasonable for bypassing rate limits.
Install Mechanism
There is no formal install spec in the skill bundle (instruction-only), but README recommends installing yt-dlp from GitHub releases and deno via deno.land install.sh. Those are well-known release hosts; however, running curl|sh or installing binaries from the network is always a moderate operational risk—verify sources and consider package-manager installs where possible.
Credentials
The skill requests no environment variables or credentials. The optional --proxy argument is the only network-related parameter; it does not demand tokens or secrets from unrelated services. The files written (summary.json, transcript.txt) are expected outputs for the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It writes outputs to the user-specified directory and does not modify other skills, system-wide agent settings, or require permanent presence. Autonomous invocation defaults are unchanged and not a concern by themselves.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug youtube-digest
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube Digest 是什么?

Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。

如何安装 YouTube Digest?

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

YouTube Digest 是免费的吗?

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

YouTube Digest 支持哪些平台?

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

谁开发了 YouTube Digest?

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

💬 留言讨论