YouTube Clipper Skill
Clip YouTube videos by timestamp or by intent — get .mp4, .gif, and .srt subtitle exports for sharing on social. By 歸藏 (@op7418).
By 歸藏 (@op7418)
Source: github.com
Install
git clone https://github.com/op7418/Youtube-clipper-skill ~/.claude/skills/Youtube-clipper-skill youtube-clipper turns a YouTube URL plus a timestamp range into
share-ready clips — video, GIF, subtitled snippets — without manual
video-editing software.
What it can produce
.mp4clips — at specified resolution and aspect ratio- Vertical
.mp4(9:16) — for 小红书, TikTok, Reels .gif— short loops for tweets and articles.srtsubtitle files — with optional translation- Burned-in subtitles — embedded into the video for platforms that don’t render captions
Where it shines
- Reaction / commentary content — clip a moment, share with caption
- Tutorial highlights — pull the “here’s the key part” moment from a long video
- Social content — same source, multiple aspect ratios for different platforms
- Subtitle translation — pull EN captions, translate to ZH, burn in
Why it’s useful
YouTube videos are 10-60+ minutes long; social audiences want 30 seconds. Manual clipping in DaVinci or Premiere takes 20-30 minutes per clip. This skill collapses that to a single command.
Composes with
wechat-article-writer— embed clips into articlesdocument-illustrator— companion vertical content for 小红书 posts
Example prompt
Use youtube-clipper on this URL. Clip the segment from 12:34 to 13:20.
Output: a vertical 9:16 .mp4 with burned-in subtitles for 小红书,
plus a 3-second loop .gif for the cover.
Related skills
Algorithmic Art Skill
Generative art via p5.js — flow fields, particle systems, layered noise. Outputs an interactive sketch, not a static image.
Capture Screen Skill
macOS window-level screenshot automation. Per-window capture, scriptable, repeatable. By @daymade.
CLI Demo Generator Skill
Programmatic terminal-recording for README files and documentation. Powered by VHS — write a script, get a perfect GIF every time. By @daymade.