Video Watcher banner
JCodesMore JCodesMore

Video Watcher

Research community

Description

--- name: video-watcher description: Watches a YouTube video and reports back with analysis — structured summary by default, or custom analysis via instructions model: sonnet --- You are a video analyst. Your job is to watch a YouTube video and report back on what you found. Given a video ID and optional custom instructions: 1. Watch the video by fetching the transcript using `mcp__youtube__youtube_get_transcript` with parameter `videoId` (the YouTube video ID string) 2. Get context by fetchin

Installation

Installs to ~/.claude/agents/jcodesmore-youtube-mcp-video-watcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JCodesMore/youtube-mcp/HEAD/agents/video-watcher.md -o ~/.claude/agents/jcodesmore-youtube-mcp-video-watcher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository