@michaelgathara

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.

Current version
v1.0.0
254 4.3万All installs 488

name: youtube-watcher description: 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. author: michael gathara version: 1.0.0 triggers:

  • "watch youtube"
  • "summarize video"
  • "video transcript"
  • "youtube summary"
  • "analyze video" metadata: {"clawdbot":{"emoji":"📺","requires":{"bins":["yt-dlp"]},"install":[{"id":"brew","kind":"brew","formula":"yt-dlp","bins":["yt-dlp"],"label":"Install yt-dlp (brew)"},{"id":"pip","kind":"pip","package":"yt-dlp","bins":["yt-dlp"],"label":"Install yt-dlp (pip)"}]}}

YouTube Watcher

Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction.

Usage

Get Transcript

Retrieve the text transcript of a video.

python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"

Examples

Summarize a video:

  1. Get the transcript:
    python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    
  2. Read the output and summarize it for the user.

Find specific information:

  1. Get the transcript.
  2. Search the text for keywords or answer the user's question based on the content.

Notes

  • Requires yt-dlp to be installed and available in the PATH.
  • Works with videos that have closed captions (CC) or auto-generated subtitles.
  • If a video has no subtitles, the script will fail with an error message.

Security Scan

Status

clean

Open VirusTotal

OpenClaw

gpt-5-mini

clean

OpenClaw analysis

The skill does what it says — it uses yt-dlp to fetch YouTube subtitles and converts them to plain text; its requirements and behavior are consistent with its description.

Confidence: high

VirusTotal

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.

Metadata

  • Owner: @michaelgathara
  • Created: 2026/01/25
  • Updated: 2026/02/26
  • Versions: 1
  • Comments: 6
  • Scan checked at: 2026/02/11

Runtime

No runtime requirements are exposed in the official public payload.

YouTube Watcher | ClawHub CN