Agent Skillswukongrobot/wukongbot › video-frames

video-frames

GitHub

基于 ffmpeg 从视频中提取单帧或指定时间点的缩略图,支持 JPG/PNG 格式输出,用于快速检查视频内容。

skills/video-frames/SKILL.md wukongrobot/wukongbot

Trigger Scenarios

需要提取视频封面或关键帧 生成视频缩略图

Install

npx skills add wukongrobot/wukongbot --skill video-frames -g -y
More Options

Use without installing

npx skills use wukongrobot/wukongbot@video-frames

指定 Agent (Claude Code)

npx skills add wukongrobot/wukongbot --skill video-frames -a claude-code -g -y

安装 repo 全部 skill

npx skills add wukongrobot/wukongbot --all -g -y

预览 repo 内 skill

npx skills add wukongrobot/wukongbot --list

SKILL.md

Frontmatter
{
    "name": "video-frames",
    "homepage": "https:\/\/ffmpeg.org",
    "metadata": {
        "moltbot": {
            "emoji": "🎞️",
            "install": [
                {
                    "id": "brew",
                    "bins": [
                        "ffmpeg"
                    ],
                    "kind": "brew",
                    "label": "Install ffmpeg (brew)",
                    "formula": "ffmpeg"
                }
            ],
            "requires": {
                "bins": [
                    "ffmpeg"
                ]
            }
        }
    },
    "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 --time for “what is happening around here?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.

Version History

  • 2a72816 Current 2026-08-20 10:15

Same Skill Collection

extensions/open-prose/skills/prose/SKILL.md
skills/1password/SKILL.md
skills/apple-notes/SKILL.md
skills/apple-reminders/SKILL.md
skills/bear-notes/SKILL.md
skills/bird/SKILL.md
skills/blogwatcher/SKILL.md
skills/blucli/SKILL.md
skills/bluebubbles/SKILL.md
skills/browserwing-executor/SKILL.md
skills/clawdhub/SKILL.md
skills/coding-agent/SKILL.md
skills/eightctl/SKILL.md
skills/gemini/SKILL.md
skills/gifgrep/SKILL.md
skills/github/SKILL.md
skills/gog/SKILL.md
skills/goplaces/SKILL.md
skills/himalaya/SKILL.md
skills/imsg/SKILL.md
skills/local-places/SKILL.md
skills/mcporter/SKILL.md
skills/model-usage/SKILL.md
skills/nano-banana-pro/SKILL.md
skills/nano-pdf/SKILL.md
skills/notion/SKILL.md
skills/obsidian/SKILL.md
skills/openai-image-gen/SKILL.md
skills/openai-whisper-api/SKILL.md
skills/openai-whisper/SKILL.md
skills/openhue/SKILL.md
skills/oracle/SKILL.md
skills/ordercli/SKILL.md
skills/peekaboo/SKILL.md
skills/session-logs/SKILL.md
skills/sherpa-onnx-tts/SKILL.md
skills/skill-creator/SKILL.md
skills/slack/SKILL.md
skills/songsee/SKILL.md
skills/sonoscli/SKILL.md
skills/spotify-player/SKILL.md
skills/summarize/SKILL.md
skills/things-mac/SKILL.md
skills/tmux/SKILL.md
skills/trello/SKILL.md
skills/voice-call/SKILL.md
skills/wacli/SKILL.md
skills/weather/SKILL.md
skills/camsnap/SKILL.md

Metadata

Files
0
Version
2a72816
Hash
dbc51895
Indexed
2026-08-20 10:15

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-17 05:31
浙ICP备14020137号-1