SKILL.md
readonly

video-frames

Autor:openclaw
Kategorie:
Produktivität
330.8k
64.4k
name: video-frames
description: Extract frames or short clips from videos using ffmpeg.
homepage: https://ffmpeg.org

Video Frames (ffmpeg)

Extract a single frame from a video, or create quick thumbnails for inspection.

Quick start

First frame:

bash
{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg

At a timestamp:

bash
{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.

Aktionen

install --global skills.sh
npx skills add openclaw/openclaw/skills/video-frames

Verwendungsanleitung

  1. 1. Installationsbefehl ausführen

    Kopieren Sie den obigen Befehl und führen Sie ihn im Terminal aus.

  2. 2. Umgebung konfigurieren

    Konfigurieren Sie die erforderlichen Umgebungsvariablen in Ihrem MCP-Client.

  3. 3. Im Client verwenden

    Konfigurieren und aktivieren Sie diesen Skill in einer MCP-kompatiblen App (z. B. Claude oder Cursor).