Cut video segments by timestamp, split videos into chunks, trim start/end, and extract specific scenes with precise frame control.
Scanned 2/10/2026
Install to Claude Code
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill video-clipper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Video Clipper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dkyazzentwatwa-video-clipper)More formats (shields.io, HTML) on the badges page.
---
name: video-clipper
description: Cut video segments by timestamp, split videos into chunks, trim start/end, and extract specific scenes with precise frame control.
---
# Video Clipper
Cut and trim video segments with precise timestamp control.
## Features
- **Timestamp Clipping**: Cut segments by start/end times
- **Multi-Segment**: Extract multiple clips from one video
- **Split by Duration**: Auto-split into equal chunks
- **Trim**: Remove start/end portions
- **Format Preservation**: Maintain quality and format
## CLI Usage
```bash
python video_clipper.py --input video.mp4 --start 00:01:00 --end 00:02:30 --output clip.mp4
python video_clipper.py --input video.mp4 --split 60 --output clips/
```
## Dependencies
- moviepy>=1.0.3
- ffmpeg-python>=0.2.0
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.