Skip to content

Add watch-video to Claude Plugins section#284

Open
MarcinSufa wants to merge 1 commit into
jqueryscript:mainfrom
MarcinSufa:add-watch-video
Open

Add watch-video to Claude Plugins section#284
MarcinSufa wants to merge 1 commit into
jqueryscript:mainfrom
MarcinSufa:add-watch-video

Conversation

@MarcinSufa
Copy link
Copy Markdown

Adds an entry for watch-video to the 🔌 Claude Plugins section.

What it is: A Claude Code plugin that watches videos — local files, public URLs (YouTube / Loom / Vimeo / ~1500 sites via yt-dlp), or Jira attachments. Produces timestamped frames + Whisper transcript + LLM-driven highlights + paste-ready report (.md / .html / .docx).

Why it might fit your list:

  • $0 pipeline cost by default (local ffmpeg + free YouTube captions or local Whisper). Hosted Whisper + LLM highlights opt-in.
  • Smart dedup with transcript-aware protection — preserves narrated moments naive dedup would drop.
  • OCR layer for screen-recording UIs (Tesseract).
  • Opt-in Jira posting with a confirmation gate that runs before any attachment uploads.
  • Multi-provider LLM highlights (Anthropic / OpenAI / Groq).
  • Also installable as an MCP server for Claude Desktop, Codex CLI, Cursor, Continue.dev, Cline, Windsurf, Zed, VS Code Copilot Chat.

Repo: https://github.com/MarcinSufa/claude-watch-video
License: MIT
Latest tag: v2.0.0

The diff adds a single line to the 🔌 Claude Plugins section, right after the existing homunculus entry.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant