📱

YouTube to Shorts

🌐Community
by uxjoseph · v1.0.0 · MITRepository

Convert YouTube videos to vertical short-form clips using yt-dlp, FFmpeg, and Whisper. Auto-detects highlights, crops to 9:16, and overlays subtitles.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add youtube-to-shorts npx -- -y @trustedskills/youtube-to-shorts
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "youtube-to-shorts": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/youtube-to-shorts"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automatically converts YouTube videos into three short-form (Shorts) videos. It leverages AI to identify engaging highlights within the original video and transforms them into vertical 9:16 aspect ratio Shorts, complete with automatic subtitle generation. The tool aims to streamline the process of repurposing longer YouTube content for platforms like TikTok or Instagram Reels.

When to use it

  • Repurposing Educational Content: Convert a long tutorial video into bite-sized instructional Shorts.
  • Promoting YouTube Channels: Create engaging Shorts from existing videos to attract new viewers.
  • Highlighting Key Moments: Transform interviews or vlogs into short, shareable clips focusing on the most interesting segments.
  • Creating Content for Short-Form Platforms: Quickly generate content optimized for platforms like TikTok and Instagram Reels.

Key capabilities

  • Automatic Shorts video generation from YouTube URLs.
  • AI-powered highlight selection.
  • Vertical (9:16) video conversion.
  • Automatic subtitle synthesis.
  • Subtitle styling with a yellow title, white body text, and specific font sizes.

Example prompts

  • /shorts https://youtube.com/watch?v=yourVideoID
  • "Create three Shorts from this YouTube video: [YouTube URL]"
  • "/shorts [video ID] - generate short clips with subtitles"

Tips & gotchas

  • Requires yt-dlp and ffmpeg to be installed for video downloading, editing, and subtitle integration.
  • Each generated Short is limited to a duration of 30-60 seconds.

Tags

Requirements

Required Binaries
yt-dlpffmpeg
🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Verified Commite18b1aa6

Installing this skill downloads the exact code at commit e18b1aa6, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
uxjoseph
Installs
0

🌐 Community

Passed automated security scans.

Pinned commite18b1aa6

Install command fetches the verified snapshot, not the live repository.