🧪 Skills

YouTube Clipper

Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop

v1.0.3
❤️ 1
⬇️ 206
👁 1
Share

Description


name: clip description: Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop metadata: {"openclaw": {"emoji": "✂️", "requires": {"bins": ["yt-dlp", "ffmpeg"]}, "install": [{"id": "brew-ffmpeg", "kind": "brew", "formula": "ffmpeg", "bins": ["ffmpeg"], "label": "Install ffmpeg (brew)"}, {"id": "brew-ytdlp", "kind": "brew", "formula": "yt-dlp", "bins": ["yt-dlp"], "label": "Install yt-dlp (brew)"}, {"id": "apt-ffmpeg", "kind": "apt", "package": "ffmpeg", "bins": ["ffmpeg"], "label": "Install ffmpeg (apt)"}, {"id": "apt-ytdlp", "kind": "apt", "package": "yt-dlp", "bins": ["yt-dlp"], "label": "Install yt-dlp (apt)"}], "user-invocable": true}}

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

{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.

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs