ワンクリックで
video-clip-maker
Create vertical short-form videos from YouTube with auto-highlights, subtitles, and thumbnails
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create vertical short-form videos from YouTube with auto-highlights, subtitles, and thumbnails
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Delivers a personalized morning briefing with tasks, emails, calendar events, news, and system status.
Intelligent email management with auto-classification, bulk processing, and smart replies
Complete email OAuth authentication flows interactively via Telegram chat
Configure OAuth 2.0 authentication for Gmail, Outlook, or Yahoo email accounts
Look up public IP address and geolocation information for any IP or your own
Send SMS via Alibaba Cloud (阿里云短信)
SOC 職業分類に基づく
| name | video-clip-maker |
| description | Create vertical short-form videos from YouTube with auto-highlights, subtitles, and thumbnails |
| version | 1.0.0 |
| requires | {"env":[],"bins":["yt-dlp","ffmpeg","python3"]} |
| tags | ["video","youtube","automation","social-media"] |
| author | OpenIntentOS Contributors |
Automatically creates vertical short-form videos (9:16) from YouTube videos with AI-powered highlight detection, auto-generated subtitles, and thumbnail generation.
# Download and process a YouTube video
python video-clip-maker.py --url "https://youtube.com/watch?v=VIDEO_ID"
# With custom settings
python video-clip-maker.py \
--url "https://youtube.com/watch?v=VIDEO_ID" \
--duration 60 \
--output-format mp4 \
--quality 1080p
# Specify highlight preferences
python video-clip-maker.py \
--url "URL" \
--highlight-method "audio" \
--min-score 0.7
# Custom subtitle settings
python video-clip-maker.py \
--url "URL" \
--subtitle-lang "en" \
--subtitle-style "bold" \
--subtitle-size 24
# Batch processing
python video-clip-maker.py \
--playlist "PLAYLIST_URL" \
--max-videos 10
The skill produces:
WHISPER_MODEL: Whisper model size (default: "small")FFMPEG_PRESET: Encoding preset (default: "medium")OUTPUT_DIR: Output directory (default: "./output")| Preset | Resolution | File Size | Use Case |
|---|---|---|---|
720p | 720x1280 | Small | Quick sharing |
1080p | 1080x1920 | Medium | Standard quality |
4k | 2160x3840 | Large | Professional |
python video-clip-maker.py --url "https://youtube.com/watch?v=dQw4w9WgXcQ" --duration 30
python video-clip-maker.py \
--url "https://youtube.com/watch?v=PODCAST_ID" \
--highlight-method "face" \
--subtitle-style "netflix" \
--duration 60
python video-clip-maker.py \
--url "https://youtube.com/watch?v=GAME_ID" \
--highlight-method "motion" \
--min-score 0.8 \
--quality 1080p
yt-dlp: Video downloadingffmpeg: Video processingwhisper: Speech-to-textopencv-python: Video analysisnumpy: Numerical operationsThis skill integrates with: