← 返回 Skills 市场
2569
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install tube-summary
功能描述
Search YouTube videos on any topic, extract English subtitles, and generate detailed summaries with key topics, quotes, and timestamps.
安全使用建议
This skill appears internally consistent and implements what it claims: it searches YouTube, uses yt-dlp (preferred) or web-scraping (fallback) to produce an English .vtt subtitle file, then summarizes it locally. Before installing/using: ensure you have yt-dlp and Python (and install requests and beautifulsoup4 if you plan to use the scraping fallback), be aware that the tool will make network requests to YouTube and will create .vtt files in the directory where you run it (it does not download video content by default). No credentials are requested. If you need stricter privacy, run this in a controlled environment since subtitle files can contain sensitive text from videos.
功能分析
Type: OpenClaw Skill
Name: tube-summary
Version: 1.0.0
The OpenClaw skill 'tube-summary' is benign. Its purpose is to search YouTube videos and summarize their subtitles. All scripts (`youtube-search.py`, `process-subtitles.py`) and instructions in `SKILL.md` are directly aligned with this stated purpose. `youtube-search.py` uses `yt-dlp` via `subprocess` or `requests` for web scraping to interact solely with YouTube, which is necessary for its function. `process-subtitles.py` performs local text processing on VTT files. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation.
能力评估
Purpose & Capability
Name/description (search YouTube, extract subtitles, summarize) align with the included scripts: youtube-search.py finds videos (yt-dlp or web-scrape) and process-subtitles.py parses .vtt files and produces summaries. No unrelated binaries, env vars, or config paths are required.
Instruction Scope
SKILL.md stays within expected scope (search → download subtitles with yt-dlp → process locally). Minor issues: the fallback web-scrape path imports BeautifulSoup (bs4) but bs4 is not listed in the Prerequisites; yt-dlp is required for both subtitle extraction and the primary search method. The scripts perform network requests to YouTube (expected) and write subtitle .vtt files to the working directory (documented).
Install Mechanism
No install specification is provided (instruction-only). That minimizes install-time risk. The skill relies on existing tools (yt-dlp, requests, bs4) rather than downloading arbitrary code at install time.
Credentials
The skill declares no environment variables or credentials and the code does not access secrets or external tokens. Requested capabilities (network access and ability to read local subtitle files) are proportional to the task.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or system-wide modifications. It does not alter other skills' settings or require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tube-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/tube-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Search YouTube videos and extract/summarize subtitles for any topic. Workflow: search → pick video → download subs → analyze and provide key topics, summary, quotes, and notable moments.
元数据
常见问题
tube-summary 是什么?
Search YouTube videos on any topic, extract English subtitles, and generate detailed summaries with key topics, quotes, and timestamps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2569 次。
如何安装 tube-summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tube-summary」即可一键安装,无需额外配置。
tube-summary 是免费的吗?
是的,tube-summary 完全免费(开源免费),可自由下载、安装和使用。
tube-summary 支持哪些平台?
tube-summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tube-summary?
由 dillera(@dillera)开发并维护,当前版本 v1.0.0。
推荐 Skills