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


