A specialized utility for decomposing video files into individual frames to enable deep visual analysis and scene description.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install video-watcher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install video-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Video Analyzer is a robust technical tool designed to facilitate the understanding of video content by extracting high-quality frames at regular intervals. It serves as a bridge for AI agents that need to interpret visual data within video files but cannot play them in real-time. By utilizing ffmpeg, this skill supports a wide range of formats including MP4, MOV, AVI, and MKV, making it a versatile addition to any Openclaw Skills library.
Whether you are reviewing technical screencasts, analyzing scene transitions, or extracting UI elements from a recording, this skill provides the necessary visual context. It automates the extraction process and organizes frames logically, allowing developers and agents to build a comprehensive understanding of the video's progression and content through static image analysis.
Ensure that ffmpeg is installed on your local environment before using this skill.
# Ubuntu/Debian
sudo apt-get install -y ffmpeg
# macOS
brew install ffmpeg
Once installed, you can extract frames using the following command structure within your Openclaw Skills environment:
scripts/extract_frames.sh <video_path> [output_dir] [fps]
The skill organizes its output into a designated directory to maintain a clean workspace for Openclaw Skills workflows.
| Data Point | Type | Description |
|---|---|---|
frame_XXX.jpg |
Image | Individual extracted frames numbered sequentially. |
output_dir |
Directory | A folder containing all frames, defaults to frames_<video_name>. |
metadata |
Text | Console output detailing video duration, resolution, and total frames. |
Loading
A powerful crypto utility enabling AI agents to fetch market data, perform security audits, and execute cross-chain swaps with gasless capabilities.

A comprehensive AI agent skill providing deep integration with the Bitget Wallet API for market analysis, token security auditing, and cross-chain swap execution.

A specialized documentation search and configuration guardrail system designed to prevent errors when modifying OpenClaw agent settings.

A versatile document conversion engine for transforming various file formats into clean, structured Markdown.

A programmatic interface for designing, deploying, and managing n8n automation workflows using a specialized API-driven agent.

An autonomous research agent that executes multi-angle searches, extracts deep-page content, and synthesizes data into structured, cited reports.








































