op7418/Youtube-clipper-skill sits at 2.1k stars on GitHub, written primarily in Python.
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
AI-powered YouTube video clipper for Claude Code. Download videos, generate semantic chapters, clip segments, translate subtitles to bilingual format, and burn subtitles into videos.
Output - Organized files in ./youtube-clips/<timestamp>/
Output Files
For each clipped chapter:
./youtube-clips/20260122_143022/
└── Chapter_Title/
├── Chapter_Title_clip.mp4 # Original clip (no subtitles)
├── Chapter_Title_with_subtitles.mp4 # With burned subtitles
├── Chapter_Title_bilingual.srt # Bilingual subtitle file
└── Chapter_Title_summary.md # Social media content
Configuration
The skill uses environment variables for customization. Edit ~/.claude/skills/youtube-clipper/.env:
Key Settings
# FFmpeg path (auto-detected if empty)
FFMPEG_PATH=
# Output directory (default: current working directory)
OUTPUT_DIR=./youtube-clips
# Video quality limit (720, 1080, 1440, 2160)
MAX_VIDEO_HEIGHT=1080
# Translation batch size (20-25 recommended)
TRANSLATION_BATCH_SIZE=20
# Target language for translation
TARGET_LANGUAGE=中文
# Target chapter duration in seconds (180-300 recommended)
TARGET_CHAPTER_DURATION=180
For full configuration options, see .env.example.
Examples
Example 1: Extract highlights from a tech interview
Input:
Clip this video: https://youtube.com/watch?v=Ckt1cj0xjRM
Output (AI-generated chapters):
1. [00:00 - 03:15] AGI as an exponential curve, not a point in time
2. [03:15 - 06:30] China's gap in AI development
3. [06:30 - 09:45] The impact of chip bans
...
Result: Select chapters → Get clipped videos with bilingual subtitles + social media content
Example 2: Create short clips from a course
Input:
Clip this lecture video and create bilingual subtitles: https://youtube.com/watch?v=LECTURE_ID
Options:
Generate bilingual subtitles: Yes
Burn subtitles into video: Yes
Generate summary: Yes
Result: High-quality clips ready for sharing on social media platforms
Key Differentiators
AI Semantic Chapter Analysis
Unlike mechanical time-based splitting, this skill uses Claude's AI to:
Understand content semantics
Identify natural topic transitions
Generate meaningful chapter titles and summaries
Ensure complete coverage with no gaps
Example:
❌ Mechanical splitting: [0:00-30:00], [30:00-60:00]
✅ AI semantic analysis:
- [00:00-03:15] AGI definition
- [03:15-07:30] China's AI landscape
- [07:30-12:00] Chip ban impacts
Batch Translation Optimization
Translates 20 subtitles at once instead of one-by-one:
95% reduction in API calls
10x faster translation
Better translation consistency
Bilingual Subtitle Format
Generated subtitle files contain both English and Chinese:
1
00:00:00,000 --> 00:00:03,500
This is the English subtitle
这是中文字幕
2
00:00:03,500 --> 00:00:07,000
Another English line
另一行中文
Troubleshooting
FFmpeg subtitle burning fails
Error: Option not found: subtitles or filter not found
Solution: Install ffmpeg-full (macOS) or ensure libass-dev is installed (Ubuntu):
Does op7418/Youtube-clipper-skill have a project website?
No homepage URL was recorded for op7418/Youtube-clipper-skill in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
Does op7418/Youtube-clipper-skill have any tags?
TopGit's last sync did not record any GitHub topics for op7418/Youtube-clipper-skill. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on op7418/Youtube-clipper-skill?
The most recent commit recorded on op7418/Youtube-clipper-skill was 7 months ago, based on the GitHub push timestamp. The repository has 307 forks — one of the better signals of community interest.
Is op7418/Youtube-clipper-skill open source?
Yes — op7418/Youtube-clipper-skill ships under the MIT license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/op7418/Youtube-clipper-skill.
What license does op7418/Youtube-clipper-skill use?
op7418/Youtube-clipper-skill is released under the MIT license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
Where do I read more about op7418/Youtube-clipper-skill?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/op7418/Youtube-clipper-skill is the definitive source.
Read full README in the tab above.
Still deciding about Youtube-clipper-skill?
One click hands the question to an AI along with this page — see what it says about Youtube-clipper-skill.