← 返回 Skills 市场
vovavvk

tl;dw - YouTube Video Summarizer

作者 vovavvk · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1488
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tl-dw
功能描述
Extract and summarize YouTube video transcripts into concise overviews with main points, arguments, and conclusions using video captions.
安全使用建议
This skill appears to do what it claims: extract and summarize YouTube captions. Before installing, consider: - Provenance: the skill's source/homepage is unknown; verify you trust the owner or review the full repository for tampering. - License: code is AGPL-3.0 — embedding or running it may have copyleft obligations if you modify or serve it. - Cookie file handling: supplying a Netscape-format cookie file is optional but sensitive — do not provide cookies for accounts you don't want accessible. The skill reads a cookie file from its directory if present but does not appear to transmit it elsewhere. - Network activity: the script downloads caption files (URLs come from yt-dlp). If a caption URL pointed to an attacker host, the script would fetch it — run in an environment you control and inspect cached files if concerned. - SSL option: the yt-dlp options include 'nocheckcertificate': True which disables certificate checks in some cases; you may want to remove or change that setting if you require strict SSL validation. - Installation: follow the SKILL.md venv/pip steps and install packages from official PyPI; consider doing this in an isolated environment (container or dedicated venv) and review the included Python script for any local changes before running. If you need higher assurance, ask the skill author for a canonical source (GitHub URL / release) or supply a vetted cookie file and run the extractor in a sandbox.
功能分析
Type: OpenClaw Skill Name: tl-dw Version: 1.0.2 The skill is classified as suspicious due to two main security risks: the explicit instruction for the agent to handle and use sensitive `youtube_cookies.txt` files for authentication, and the `scripts/extract_transcript.py` script's use of `nocheckcertificate: True` in its `yt-dlp` configuration. This flag disables SSL certificate validation, making network connections vulnerable to Man-in-the-Middle attacks. While the skill's primary purpose is benign (YouTube summarization), these risky capabilities and security weakening are significant concerns.
能力评估
Purpose & Capability
The SKILL.md and scripts describe extracting captions with yt-dlp, cleaning them (webvtt), caching locally, and summarizing — and the code requires exactly yt-dlp, webvtt-py, and requests. No unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions stick to extracting transcripts, parsing JSON output, and summarizing. Cookie support, cache usage, and venv setup are documented. The skill does not instruct reading unrelated system files or exfiltrating data to external endpoints beyond downloading captions/metadata from URLs returned by yt-dlp.
Install Mechanism
There is no automated install spec; SKILL.md instructs creating a local Python venv and installing packages from PyPI (yt-dlp, webvtt-py). This is a common, low-risk approach (no arbitrary archive downloads or remote installers).
Credentials
The skill declares no required environment variables or credentials. Optional cookie-file support is documented and reasonable for age-restricted content. There are no requests for unrelated secrets or system config paths.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It caches transcripts under a local cache/ directory as described (normal for this purpose).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tl-dw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tl-dw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
tldw 1.0.0 - Initial release of the YouTube video summarizer skill. - Extracts, cleans, and summarizes YouTube transcripts using yt-dlp. - Supports caching, deduplication, and multiple caption formats (VTT, SRT, JSON). - Handles age-restricted content with browser-exported cookies. - Includes setup instructions, error handling, and troubleshooting guidance.
元数据
Slug tl-dw
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tl;dw - YouTube Video Summarizer 是什么?

Extract and summarize YouTube video transcripts into concise overviews with main points, arguments, and conclusions using video captions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1488 次。

如何安装 tl;dw - YouTube Video Summarizer?

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

tl;dw - YouTube Video Summarizer 是免费的吗?

是的,tl;dw - YouTube Video Summarizer 完全免费(开源免费),可自由下载、安装和使用。

tl;dw - YouTube Video Summarizer 支持哪些平台?

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

谁开发了 tl;dw - YouTube Video Summarizer?

由 vovavvk(@vovavvk)开发并维护,当前版本 v1.0.2。

💬 留言讨论