Skip to content
Skill

video-to-claude

by rohunvora

AI Summary

Analyzes 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
7 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars7
Forks3
Issues0
Updated3mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code