Cut any video into sentence-aligned clips at silence-midpoint boundaries given approximate target timestamps. Works on YouTube downloads, Loom recordings, uploaded MP4s, recorded calls. Triggers on "cut this video at", "split into sections", "make clips from", "cut at boundaries".
Scanned 9/21/2026
Install to Claude Code
npx -y skills add naveedharri/benai-skills --skill video-cutter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Video Cutter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/naveedharri-video-cutter)More formats (shields.io, HTML) on the badges page.
---
name: video-cutter
description: Cut any video into sentence-aligned clips at silence-midpoint boundaries given approximate target timestamps. Works on YouTube downloads, Loom recordings, uploaded MP4s, recorded calls. Triggers on "cut this video at", "split into sections", "make clips from", "cut at boundaries".
disable-model-invocation: true
---
# video-cutter: standalone sentence-aware cutter
When triggered, invoke the `video-cutter-agent` sub-agent with:
- `video_path`: path to the source video
- `word_timings_path`: path to a word-timings JSON, or null (the agent will transcribe with faster-whisper if missing)
- `target_cut_points`: approximate timestamps in seconds where the user wants cuts
- `output_dir`: default `Team/BenAI/Profiles/Milan/Daily/{today}/cuts/`, or user-specified
- `section_titles`: ordered names for the output clip filenames
If word timings are not provided, the agent will transcribe first. Pass `null` for `word_timings_path` to trigger this.
## Profile boundary
Output writes to `Profiles/Milan/` unless the user specifies otherwise. See [[yt-pipeline SPEC|SPEC.md]].
For the algorithm details, see [[algorithm]]. For QA verification, see [[qa-protocol]].
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!