Find any clip. Across any number of videos.

The world's first Claude Code skill for video search. Describe what you need, get timestamped clips in seconds.

clipsight

Searching through video is broken

Manual scrubbing

Creators spend hours fast-forwarding through footage, hoping they don't miss the exact moment they need.

🔍

No text search for video

You can search documents, code, and emails instantly. But video? You're stuck watching it in real time.

📈

Existing tools don't scale

Editing software handles one file at a time. Need to search across 100 videos? Good luck.

Five commands. That's it.

From raw video files to precisely timestamped clips, all from your terminal.

1

upload

Point at a folder of videos. Auto-clip finds all .mp4 files and uploads them to the cloud.

2

index $job_id

Cloud AI analyzes every frame — objects, scenes, actions, text, speech — and builds a searchable index.

3

check $job_id

Monitor indexing progress in real time. See which videos are done and estimated time remaining.

4

query $job_id "prompt"

Describe what you're looking for in plain English. Get back timestamped results with confidence scores.

5

download $query_id

Pull matching clips to your local machine, trimmed and ready to use.

See it in action

A real workflow — from uploading 50 nature documentaries to finding every rainstorm scene.

clipsight — live demo

Built for real workflows

Works from your terminal

No GUI, no browser tabs. Auto-clip runs as a Claude Code skill — right where you already work.

💬

Natural language search

"Find all sunset scenes with calm music." Describe what you want, not which file it's in.

🚀

Scales to hundreds of videos

Upload an entire library. The cloud index handles the heavy lifting — search across all of it at once.

Get started

Install the skill and start searching your videos in under a minute.

# Install the clipsight Claude Code skill
$ claude skill install clipsight
 
# Upload your videos
$ claude clipsight upload ./my-videos
 
# Start searching
$ claude clipsight query $JOB_ID "rainy scenes"
View Documentation