extract-video-frames

Extract frames and audio segments from video files for agent review

Content Preview
---
description: Extract frames and audio segments from video files for agent review
argument-hint: [path/to/video.mp4] [interval] [output-dir]
allowed-tools: Skill(extract-video-frames), Bash, Read, Glob
---

## Argument Validation

You have been given: `$ARGUMENTS`

Before invoking the skill, validate the arguments:

1. **Check a path was provided**: If `$ARGUMENTS` is empty or blank, ask the user for the video file path. Do not proceed without it.

2. **Check the file exists**: Verify the fil
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/extract-video-frames.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/media/extract-video-frames.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/media/extract-video-frames.md

Related Skills