clipify

Detect, trim, reformat, and caption video segments for social media clips.

513|56|Updated May 5, 2026
One-click install
npx skills add https://github.com/louisedesadeleer/clipify --skill clipify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clipify
Source: https://github.com/louisedesadeleer/clipify/tree/main
Command: npx skills add https://github.com/louisedesadeleer/clipify --skill clipify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, ffmpeg, numpy, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating social media clips from long videos by automatically identifying funny segments, trimming, reformatting, and adding captions, saving time and effort.

Core Features & Use Cases

  • Automated Video Clipping: Finds the most engaging moments in a video and generates standalone clips.
  • Reformatting for Social Media: Converts 16:9 videos into vertical (9:16) or other aspect ratios with face-following pan or split-screen.
  • Captions and Subtitles: Burns accurate, style-customizable word-by-word captions for better engagement.
  • Use Case: A content creator can quickly generate multiple social media-ready clips from a podcast episode for TikTok and Instagram.

Quick Start

Provide a video file path and ask the AI to find the funniest parts, then trim, reformat, and caption the clips as needed.

Frequently Asked Questions about clipify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn long videos into vertical clips with captions for TikTok and Instagram?

You can convert long videos into vertical clips with captions by automating segment detection, trimming, and 9:16 reformatting while burning word-by-word subtitles using Whisper transcription and ffmpeg processing.

How does automated video clipping identify engaging segments for social media?

Automated video clipping identifies engaging segments by analyzing the video content to find notable moments like funny parts, then automatically trimming those sections to produce standalone social media clips.

Can I reformat a 16:9 video to 9:16 without losing the speaker's face?

You can reformat 16:9 videos to 9:16 without losing the speaker's face by applying face-following pan or split-screen reformatting techniques handled automatically through ffmpeg processing.

Do I need to install Whisper and ffmpeg before processing video clips?

You need to have openai-whisper, ffmpeg, and numpy installed before processing video clips, as these dependencies handle audio transcription, video processing, and the underlying computational operations.

What is the best way to add word-by-word captions to a video for social media?

The best way to add word-by-word captions to a video is using Whisper for accurate transcription and ffmpeg for processing, which burns style-customizable subtitles directly into the social media clip for better engagement.

Are there limitations when using face-following pan for social media reformatting?

Limitations of face-following pan for social media reformatting include potential tracking issues if the video lacks clear facial features, as the ffmpeg processing relies on consistent face detection to maintain proper vertical framing.