← 返回 Skills 市场
xvolica

Youtube Watcher 1.0.0

作者 Volica.X · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-watcher-1-0-0
功能描述
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
安全使用建议
This skill is internally consistent: it runs the yt-dlp binary (which will fetch data from YouTube for any URL you provide), extracts subtitle (.vtt) files in a temporary directory, cleans them, and prints the transcript. Before installing, confirm you trust the source of yt-dlp (brew/pip) and that fetching transcripts from the provided videos is permitted in your environment (network access to YouTube, copyright/privacy considerations). Note the minor discrepancy between the registry install spec (brew) and the SKILL.md (also lists pip) — this only affects how yt-dlp is installed, not runtime behavior. If you need transcripts to stay local, be aware the script prints them to stdout but does not send them to any external service beyond YouTube itself.
功能分析
Type: OpenClaw Skill Name: youtube-watcher-1-0-0 Version: 1.0.0 The skill provides a legitimate utility for fetching and cleaning YouTube transcripts using the well-known 'yt-dlp' tool. The implementation in 'scripts/get_transcript.py' uses safe subprocess handling to invoke the external binary and contains no evidence of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
Name/description align with required binary yt-dlp and the included script. Asking for yt-dlp is expected for fetching YouTube subtitles; there are no unrelated credentials, files, or system paths requested.
Instruction Scope
SKILL.md instructs running the included script to fetch transcripts and then summarizing or searching the returned text. The runtime script runs yt-dlp in a temporary directory, reads .vtt subtitle files, cleans them, and prints the text. It does not read unrelated files or environment variables, nor does it transmit transcripts to external endpoints.
Install Mechanism
Install spec lists a brew formula for yt-dlp (reasonable). SKILL.md metadata also references a pip install option for yt-dlp; the registry-level install specification shown only lists brew. This mismatch is minor and not a security risk, but users should be aware yt-dlp will be installed by a package manager of their choosing.
Credentials
The skill requires no environment variables or credentials. The script only invokes yt-dlp and operates on a temporary directory; no secrets or unrelated service tokens are requested or used.
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or modify other skills/config. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-watcher-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-watcher-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of youtube-watcher. - Fetch and read transcripts from YouTube videos. - Supports summarizing videos, answering questions, and extracting content from transcripts. - Requires yt-dlp to be installed. - Compatible with videos that have CC or auto-generated subtitles; fails if no subtitles are present.
元数据
Slug youtube-watcher-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Youtube Watcher 1.0.0 是什么?

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Youtube Watcher 1.0.0?

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

Youtube Watcher 1.0.0 是免费的吗?

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

Youtube Watcher 1.0.0 支持哪些平台?

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

谁开发了 Youtube Watcher 1.0.0?

由 Volica.X(@xvolica)开发并维护,当前版本 v1.0.0。

💬 留言讨论