← 返回 Skills 市场
michaelgathara

YouTube Watcher

作者 Michael Gathara · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
53037
总下载
329
收藏
561
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-watcher
功能描述
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.
安全使用建议
Before installing, make sure you are comfortable with the skill running yt-dlp locally and making network requests for video URLs you ask it to process. Install yt-dlp only from a trusted package source, and treat fetched transcript content as untrusted third-party text rather than instructions for your agent.
功能分析
Type: OpenClaw Skill Name: youtube-watcher Version: 1.0.0 The OpenClaw skill 'youtube-watcher' is designed to fetch and clean YouTube video transcripts using the `yt-dlp` utility. The `SKILL.md` provides clear instructions for the agent, and the `scripts/get_transcript.py` script executes `yt-dlp` with specific arguments to download subtitles into a temporary directory, then cleans and prints the text. There is no evidence of data exfiltration, malicious execution beyond the intended use of `yt-dlp`, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The behavior is fully aligned with its stated purpose.
能力评估
Purpose & Capability
The stated purpose is fetching YouTube transcripts for summarization, Q&A, and extraction; the script calls yt-dlp to download subtitles, cleans VTT text, and prints the transcript.
Instruction Scope
The runtime examples are user-directed and transcript-focused. Some trigger phrases such as "summarize video" and "analyze video" are broad, but the artifact context consistently frames use around YouTube transcripts.
Install Mechanism
The skill requires the external yt-dlp binary and discloses brew and pip install options. Users should trust the package source they choose.
Credentials
The skill runs a local subprocess and contacts the video source for the user-provided URL, which is proportionate to transcript retrieval. The command is invoked as an argument list, not through shell string interpolation.
Persistence & Privilege
The script uses a temporary directory for subtitle files and contains no background service, credential access, privileged operation, broad local indexing, or persistent storage.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-watcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-watcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of youtube-watcher. - Fetch and read transcripts from YouTube videos. - Summarize videos, answer questions, or extract specific information from transcripts. - Trigger phrases include: "watch youtube", "summarize video", "video transcript", "youtube summary", and "analyze video". - Requires installation of `yt-dlp` for transcript retrieval. - Only works with videos that have closed captions or auto-generated subtitles.
元数据
Slug youtube-watcher
版本 1.0.0
许可证
累计安装 1645
当前安装数 561
历史版本数 1
常见问题

YouTube Watcher 是什么?

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 插件,目前累计下载 53037 次。

如何安装 YouTube Watcher?

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

YouTube Watcher 是免费的吗?

是的,YouTube Watcher 完全免费(开源免费),可自由下载、安装和使用。

YouTube Watcher 支持哪些平台?

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

谁开发了 YouTube Watcher?

由 Michael Gathara(@michaelgathara)开发并维护,当前版本 v1.0.0。

💬 留言讨论