extract_shorts_clips
Generate YouTube chapters and extract 20-60 second Shorts/Reels clips from transcripts by scanning for psychological hook triggers. Returns timestamped, editor-ready clips without a YouTube API key.
Instructions
Generate YouTube chapters and extract the top 30-60s viral Shorts/Reels clips from transcripts.
Does NOT require a YouTube API key. Scans spoken transcripts for psychological hook triggers and formats timestamps ready to paste into video descriptions or feed into video editors.
Args: video_id_or_url: YouTube Video ID or full URL. min_duration_seconds: Minimum clip duration for Shorts/Reels (default 20). max_duration_seconds: Maximum clip duration for Shorts/Reels (default 60). max_clips: Maximum number of candidate clips to return (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_clips | No | ||
| video_id_or_url | Yes | ||
| max_duration_seconds | No | ||
| min_duration_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |