26cfa5ca34
Claude Code plugins expose slash commands from commands/*.md; the root SKILL.md alone isn't discovered. Thin shim delegates to the existing skill contract. Strip commands/ from the claude.ai .skill bundle since that surface uses SKILL.md directly. Bumped to 0.1.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
699 B
Markdown
10 lines
699 B
Markdown
---
|
|
description: Watch a video (URL or local path). Downloads with yt-dlp, extracts frames with ffmpeg, transcribes from captions or Whisper, and answers questions about what's in the video.
|
|
argument-hint: <video-url-or-path> [question]
|
|
allowed-tools: [Bash, Read, AskUserQuestion]
|
|
---
|
|
|
|
Invoke the `watch` skill (defined in SKILL.md) with the user's arguments: $ARGUMENTS
|
|
|
|
Follow the skill's full pipeline: preflight setup check → download via yt-dlp → extract frames at auto-scaled fps → pull captions or Whisper transcript → Read each frame → answer the user grounded in frames and transcript. If the user provided no arguments, ask them for a video URL or local path before proceeding.
|