# Cut Clip

> Cut a clip from a video at in/out timestamps via local ffmpeg.

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

---


# cut-clip

Run ffmpeg with in/out timestamps and return a clipped MP4.

## Providers

- **ffmpeg** — local — install via `brew install ffmpeg`

## Steps

1. ffmpeg w/ in/out

## Input

- video + in/out timestamps

## Output

- clipped MP4

