A Claude Code skill for video search. Use /clipsight:upload, /clipsight:video-search, and /clipsight:download to find any clip across your videos.
Creators spend hours fast-forwarding through footage, hoping they don't miss the exact moment they need.
You can search documents, code, and emails instantly. But video? You're stuck watching it in real time.
Editing software handles one file at a time. Need to search across 100 videos? Good luck.
Use ClipSight skills in Claude Code to upload, search, and download video clips.
/clipsight:uploadRun this skill in Claude Code to scan your directory, find video files, and upload them to the cloud for indexing.
Once uploaded, cloud AI analyzes every frame — objects, scenes, actions, text, speech — and builds a searchable index.
/clipsight:video-searchRun this skill with a natural language query. Results come back with timestamps and confidence scores.
/clipsight:downloadDownload matching clips to your local machine, trimmed and ready to use.
Upload 23 wedding videos, search for first-dance clips, and download the results — each with a simple skill command.
No GUI, no browser tabs. ClipSight runs as a Claude Code plugin — right where you already work.
"Find all sunset scenes with calm music." Describe what you want, not which file it's in.
Upload an entire library. The cloud index handles the heavy lifting — search across all of it at once.
Pick the setup that fits your workflow.
I want to add the ClipSight MCP server to search and manage videos. Please run this command for me:
Video uploads may ask for permission each time, depending on your configuration. For Claude Code, you can alleviate this by adding the following to your ~/.claude/settings.json:
{
"allowedTools": [
"Bash(curl*)",
"Bash(cd * && curl*)"
]
}
If ~/.claude/settings.json doesn't exist yet, create it with just that content.