A powerful vision-based tool that extracts video frames into a structured grid for direct multimodal LLM analysis without proxy models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install see-video
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 see-video using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The see-video skill empowers AI agents to process and understand video content by converting files into a high-density image grid. Unlike traditional methods that rely on text descriptions or separate vision models, this tool injects visual frames directly into the LLM context. This allows the model to perform native visual reasoning across the video timeline, supported by precise XML timestamps. As part of the broader Openclaw Skills ecosystem, it provides a seamless bridge between raw video files and multimodal intelligence.
By leveraging ffmpeg for backend processing, see-video offers two distinct sampling modes: uniform sampling for general overviews and highlight mode for scene-change biased detection. This ensures that the agent receives the most relevant visual information while staying within token limits, making it a critical asset for developers building sophisticated video-aware applications.
To integrate this capability into your project using Openclaw Skills, ensure ffmpeg is installed on your system. Then, initialize the skill's dependencies:
cd <skill directory>
npm install
The skill generates a detailed metadata object to help the LLM interpret the visual grid. Below is the schema for the resulting JSON:
| Field | Type | Description |
|---|---|---|
| gridPath | string | Temporary path to the generated JPG grid image |
| description | string | XML block containing frame indices and timestamps |
| duration | number | Total duration of the video in seconds |
| frameCount | number | Total number of frames extracted into the grid |
| layout | object | Contains cols, rows, and cell dimensions for spatial reasoning |
| inputSizeMb | number | The size of the original video file for diagnostic context |
Loading
A strategic thinking framework that emulates Ma Huateng's perspective on product design, business boundaries, and ecosystem investment.

A professional career guidance platform that generates personalized learning pathways and specialization roadmaps for aerospace engineers.

A professional decision-making engine that applies Sequoia Capital legendary investment logic to analyze business models, markets, and founders.

A persistent knowledge manager that builds and maintains a structured, interlinked markdown wiki from your sources to compound information over time.

A complete SEO and Generative Engine Optimization system for SaaS companies to dominate search results and AI citations.

LiteParse is a lightweight, local CLI tool for extracting structured data and text from unstructured documents like PDFs, Office files, and images without cloud dependencies.








































