Agent Skills
› yokingma/weclaws
› video-frames
video-frames
GitHub基于ffmpeg提取视频单帧或指定时间戳截图,生成缩略图供检查、分享或UI展示使用。
Trigger Scenarios
需要快速查看视频内容
从视频中提取特定时间点画面
生成视频缩略图
Install
npx skills add yokingma/weclaws --skill video-frames -g -y
SKILL.md
Frontmatter
{
"name": "video-frames",
"description": "Extract frames or short clips from videos using ffmpeg."
}
Video Frames (ffmpeg)
Extract a single frame from a video, or create quick thumbnails for inspection.
Quick start
First frame:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg
At a timestamp:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg
Notes
- Prefer
--timefor “what is happening around here?”. - Use a
.jpgfor quick share; use.pngfor crisp UI frames.
Version History
- 63e7996 Current 2026-07-24 16:07


