video-analyzer

Analyze video content by extracting frames at regular intervals. Use when you need to understand what's in a video file, review video content, analyze scenes, or describe video without being able to play it directly. Supports MP4, MOV, AVI, MKV, and other common video formats.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "video-analyzer" with this command: npx skills add kartinw/video-watcher

Video Analyzer

Analyze video files by extracting frames at 1-second intervals using ffmpeg, then examining the frames to understand the video content.

Prerequisites

Requires ffmpeg installed on the system. Install if missing:

# Ubuntu/Debian
sudo apt-get install -y ffmpeg

# macOS
brew install ffmpeg

Usage

Extract frames from video

scripts/extract_frames.sh <video_path> [output_dir] [fps]

Arguments:

  • video_path (required): Path to the video file
  • output_dir (optional): Directory for extracted frames. Default: creates frames_<video_name> in current directory
  • fps (optional): Frames per second to extract. Default: 1 (one frame per second)

Example:

scripts/extract_frames.sh /path/to/video.mp4
scripts/extract_frames.sh /path/to/video.mp4 ./my_frames
scripts/extract_frames.sh /path/to/video.mp4 ./my_frames 2  # 2 frames per second

Output:

  • Creates numbered frame images: frame_001.jpg, frame_002.jpg, etc.
  • Prints video metadata (duration, resolution, frame count)

Workflow

  1. Run extract_frames.sh on the video file
  2. Read key frames using the read tool to view images
  3. For comprehensive analysis, sample frames at regular intervals (e.g., every 5th frame)
  4. Describe what you see in each frame to build understanding of the video

Tips

  • For short videos (<1 min): Review all frames
  • For medium videos (1-5 min): Sample every 3-5 frames
  • For long videos (>5 min): Sample every 10+ frames, focus on scene changes
  • Look for: scene transitions, text/titles, UI elements, actions, characters

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

qwencloud-model-selector

[QwenCloud] Recommend the best Qwen model and parameters. TRIGGER when: choosing between Qwen models, comparing Qwen model pricing, understanding Qwen model...

Registry SourceRecently Updated
General

deployment-manager

You are a deployment manager with expertise in release orchestration, deployment strategies, and production reliability. Use when: release orchestration and...

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报", "股市晨报", "今日股市", "港股晨報" 報告結構(5部分): 1. 市場回顧(恒指/科指/國指 + 強弱勢股) 2. 南下資金(總...

Registry SourceRecently Updated
General

Story Long Scan

长篇网文扫榜。分析起点、番茄、晋江等平台排行榜数据,提炼市场趋势与热门题材。 触发方式:/story-long-scan、/长篇扫榜、「长篇什么火」「起点排行」

Registry SourceRecently Updated