From 25aac33bc54ffe4aa2b91af94ad54cd604cab163 Mon Sep 17 00:00:00 2001 From: Marcin Sufa Date: Sat, 16 May 2026 18:51:50 +0200 Subject: [PATCH] Add watch-video to Claude Plugins section Adds an entry for watch-video -- a Claude Code plugin that watches videos (local files, public URLs via yt-dlp, or Jira attachments) and produces frames + transcript + LLM-driven highlights + paste-ready report. Pipeline is $0 by default (local ffmpeg + free YouTube captions or local Whisper). Hosted Whisper / LLM highlights are opt-in. Repo: https://github.com/MarcinSufa/claude-watch-video License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b34574..9754fe2 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**claude-dashboard**](https://github.com/uppinote20/claude-dashboard): Comprehensive status line plugin for Claude Code with context usage, API rate limits, and cost tracking - [**claude-code-plugin**](https://github.com/browserbase/claude-code-plugin): Browserbase plugin for Claude Code - Use cloud browsers with Claude Code instead of local Chrome. - [**homunculus**](https://github.com/humanplane/homunculus): A Claude Code plugin that watches how you work, learns your patterns, and evolves itself to help you better. +- [**watch-video**](https://github.com/MarcinSufa/claude-watch-video): A Claude Code plugin that watches videos for you — local files, public URLs (YouTube/Loom/Vimeo/~1500 sites via yt-dlp), or Jira attachments. Produces frames + transcript + LLM-driven highlights + paste-ready report (.md/.html/.docx). $0 pipeline (local ffmpeg + free YouTube captions or local Whisper). Also installable as an MCP server. ---