clip-hand-skill

Automate video clipping into captioned vertical clips for social platforms.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/thepradip/openfangclaw --skill clip-hand-skill-thepradip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clip-hand-skill
Source: https://github.com/thepradip/openfangclaw/tree/main/crates/openfang-hands/bundled/clip
Command: npx skills add https://github.com/thepradip/openfangclaw --skill clip-hand-skill-thepradip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Video creators spend hours manually clipping long-form footage into short, captioned, vertical clips for social platforms. Clip Hand provides expert knowledge and a pragmatic workflow to automate this process end-to-end.

Core Features & Use Cases

  • yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing to produce ready-to-publish clips.
  • Automatic clip segmentation and captioning to optimize for social platforms.
  • Use Case: Convert a 60-minute talk into 3-5 shareable clips with captions for Instagram Reels or TikTok.

Quick Start

Provide a video URL and let Clip Hand download, transcribe, segment into 3-5 clips, generate SRT captions, crop to vertical 9:16, and produce final clips.

Frequently Asked Questions about clip-hand-skill

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

FAQPage Schema
How do I automate clipping long videos into vertical clips with captions?

To automate video clipping end-to-end, you provide a video URL and the system downloads it via yt-dlp, transcribes audio with Whisper or Groq OpenAI APIs, segments it into 3-5 clips, generates SRT captions, and crops footage to 9:16 using ffmpeg.

What's the best way to convert a 60-minute video into short vertical clips for TikTok?

The best way to convert a 60-minute video into short vertical clips is using an automated workflow that handles downloading, Whisper transcription, segment selection, SRT caption generation, and 9:16 cropping to produce 3-5 ready-to-publish clips.

Do I need yt-dlp and ffmpeg installed to generate vertical video clips with captions?

Yes, you need yt-dlp and ffmpeg installed. yt-dlp handles video downloading, Whisper or Groq APIs manage transcription, and ffmpeg performs the 9:16 cropping and video processing required to produce final captioned clips.

Can I use Whisper transcription to automatically generate SRT captions for Instagram Reels?

Yes, you can use Whisper transcription to automatically generate SRT captions for Instagram Reels. The transcription output pairs with ffmpeg processing to embed captions and crop footage into the vertical 9:16 format required for Reels.

How does automated video clipping handle error handling during transcription and downloading?

Automated video clipping handles errors during transcription and downloading by providing robust guidance on workflow orchestration. This ensures yt-dlp download failures or Whisper API issues are managed without interrupting the end-to-end clip generation process.