# Extract Shot List

> Extract a JSON shot list from a video via frame-by-frame Gemini analysis.

- Skill: `tfcbot/extract-shot-list` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tfcbot/extract-shot-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tfcbot/extract-shot-list/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tfcbot (https://skillmd.com/u/tfcbot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tfcbot/extract-shot-list

---


# extract-shot-list

Run Gemini frame-by-frame against a video and emit a structured JSON shot list.

## Providers

- **Gemini** — https://ai.google.dev/gemini-api/docs/video-understanding

## Steps

1. Gemini frame-by-frame analysis
2. Emit shots

## Input

- video file/URL

## Output

- JSON shot list

