# Extract Frame

> Extract a single frame from a video at a timestamp.

- Skill: `tfcbot/extract-frame` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tfcbot/extract-frame`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tfcbot/extract-frame/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-frame

---


# extract-frame

Use VidJutsu /v1/extract or local ffmpeg to extract a single PNG frame at a timestamp.

## Providers

- **VidJutsu** — https://docs.vidjutsu.ai/llms.txt
- **ffmpeg** — local — install via `brew install ffmpeg`

## Steps

1. /v1/extract or ffmpeg frame

## Input

- video + timestamp

## Output

- PNG frame

