Loading...
Loading...
This skill should be used when analyzing video files. Claude cannot process video directly, so this skill extracts frames hierarchically - starting with a quick overview, then zooming into regions of interest with higher resolution and temporal density. Use when asked to watch, analyze, review, or understand video content.
npx skill4agent add cygnusfear/agent-skills video-explorer./skills/video-explorer/scripts/videx overview <video>./videx-out/<name>/overview/ls ./videx-out/<name>/overview/./skills/video-explorer/scripts/videx range <video> <start>-<end>
# Example: videx range talk.mp4 5:30-6:00./skills/video-explorer/scripts/videx range <video> <start>-<end> --fps=10./skills/video-explorer/scripts/videx zoom <video> <time>
# Example: videx zoom talk.mp4 5:45| Command | Purpose | Output |
|---|---|---|
| Quick timeline scan | 320px frames @ 10s intervals |
| Denser timeline | 480px frames @ 5s intervals |
| Extract segment | 1280px frames @ 2fps |
| Fast action | 1280px frames @ 10fps |
| Single frame detail | 1920px single frame |
| Maximum detail | Full resolution frame |
1:3001:30:00901:30.5./videx-out/
└── video-name/
├── overview/
│ ├── t_00-00-00.00.jpg
│ ├── t_00-00-10.00.jpg
│ └── ...
├── range_5-30_6-00/
│ ├── t_00-05-30.00.jpg
│ └── ...
└── zoom/
└── t_00-05-45.00.jpgvidex range lecture.mp4 9:30-11:00videx zoom lecture.mp4 10:15