AI SummaryAnalyzes videos (YouTube, GIFs, screen recordings) using Gemini to extract step-by-step build instructions and technical specifications for Claude. Ideal for developers who want to understand, clone, or reverse-engineer UI components and products from video demos.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "video-to-claude" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/video-to-claude && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/video-to-claude/SKILL.md "https://raw.githubusercontent.com/rohunvora/video-to-claude/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Analyze videos with Gemini and get build instructions for Claude. Supports YouTube URLs, GIFs, screen recordings, and local video files. Use when user shares a video/GIF and wants to understand how to build it, clone a UI, reverse engineer a product, or extract tutorial steps. Triggers on "watch this video", "clone this", "reverse engineer", "how do I build this", "analyze this demo".
video-to-claude
Use Gemini's video understanding to extract build instructions from any video.
Quick Start
`bash python ~/.claude/skills/video-to-claude/scripts/video_to_claude.py <source> [flags] `
Flags
• --micro - Detailed micro-interaction specs (exact colors, timing, easing) • --pro - Use Gemini Pro instead of Flash (4x cost, better quality)
YouTube tutorial
python ~/.claude/skills/video-to-claude/scripts/video_to_claude.py "https://youtube.com/watch?v=..."
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster