Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill clip --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clip?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-clip)More formats (shields.io, HTML) on the badges page.
---
name: clip
description: "Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop"
---
# clip
Downloads given video URL from YouTube, clips any start and end time range, saves to folder on your Desktop ~/Desktop/Clips. Deletes the full raw downloaed version at the end for cleanup.
## Example
```
/clip https://www.youtube.com/watch?v=Tyej_V2ilZA 0:00 3:17 holloway-bmf-walkout
```
## How to ask
**Give timestamps:** URL + start + end + optional name.
> Clip https://youtu.be/VIDEO_ID from 0:00 to 1:12, name it myclip
## Run
```bash
{baseDir}/clip.sh --url "https://youtu.be/VIDEO_ID" --start 0 --end 72 [--name "myclip"]
```
Times: seconds (`72`) or `HH:MM:SS`. Output: `~/Desktop/Clips/<name>.mp4`.
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!