Leaderboard/Media/claude-shorts
Last commit on March 9, 2026·Created on February 16, 2026

AgriciDaniel/claude-shorts

Turns long videos into platform-ready shorts without manual editing.
Combined rank
#694
across all skills
In Media
#44
category rank
Stars
214
+1.4% in last 7d
Forks
49
+2.1% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill orchestrates the full pipeline of shortform video creation—transcribing, scoring candidate segments, snapping boundaries to natural audio cuts, rendering animated captions, and exporting platform-optimized files. It helps content creators, podcast repurposers, and social media producers turn one long recording into multiple polished clips for YouTube, TikTok, and Instagram.

WHO IT'S FOR
Social Media Content Creators
produce short-form videos from long content
Video Editors
automate clip segmentation and caption rendering
Digital Marketers
generate platform-optimized short video ads
Podcasters
repurpose podcast episodes into short clips
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install for Claude Code on Unix-like systems

Installs: claude-shorts bundle · Claude Code

Before you start
  • FFmpeg system package
  • jq system package
  • Python 3.10+
  • Node.js 18+
  • Claude Code CLI
  • NVIDIA GPU recommended for CUDA transcription and NVENC encoding
  • Git, npm, and rsync must be available.

Platform: Unix-like environment with bash

  1. In a terminal, clone the repository, enter its project directory, install the Python and Node.js dependencies, and install the Claude Code skill.

    # Clone the repository
    git clone https://github.com/AgriciDaniel/claude-shorts.git
    cd claude-shorts
    
    # Install Python + Node.js dependencies
    bash setup.sh
    
    # Install as a Claude Code skill
    bash install.sh
  2. After install.sh completes, change the terminal working directory to ~/.claude/skills/shorts, the installed skill root. The installer excludes node_modules, so finish Remotion dependency setup there.

  3. From the installed skill root, run the author-documented Remotion dependency command.

    cd remotion && npm install
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Find promising short-form segments

Uses shorts

  • Path to a long-form video file, replacing [path/to/video.mp4]

Check the repository for this skill’s setup.

Use the shorts skill with the video at [path/to/video.mp4]. Transcribe it, identify and score candidate short-form segments, and present the candidates for my review. Stop before rendering so I can choose or adjust the segments.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026