Video Content Analyzer (Batch)
/install video-content-analyzer-batch
Video Content Analyzer
An integrated workflow for processing video content — extract keyframes, search for related information, store results in Supabase, and publish documentation to Feishu Wiki.
Skills
process_video — Single video analysis
Process a single video file: extract keyframes, search the web for related info, store in Supabase, publish analysis report to Feishu Wiki.
Parameters:
video_path(string, required): Path to the input video fileuser_id(string, required): UUID of the user running the analysisspace_id(string, required): Feishu Wiki space ID for publishing
batch_process — Batch directory processing
Process all videos in a directory, auto-classify by filename keywords, store results in Supabase batch_jobs table, and publish categorized analysis reports to Feishu Wiki.
Parameters:
directory(string, required): Path to directory containing video filesuser_id(string, required): UUID of the user running the analysisspace_id(string, required): Feishu Wiki space ID for publishingcategories(object, optional): Mapping of category names to keyword lists for auto-classification- Example:
{"demo": ["demo", "presentation"], "tutorial": ["tut", "howto"]}
- Example:
interval_seconds(integer, optional): Keyframe extraction interval in seconds (default: 10)
Supported video formats: .mp4, .avi, .mov, .mkv, .webm, .flv, .wmv
Batch workflow:
- Discover all video files in the specified directory
- Process each video (keyframe extraction → web search → Supabase storage)
- Auto-classify videos by filename keywords using the
categoriesmapping - Publish individual analysis pages to Feishu Wiki
- Create a category index page per category linking to all its video analyses
- Track progress in
batch_jobstable in Supabase
Environment Variables
| Variable | Required | Description |
|---|---|---|
SUPABASE_URL |
Yes | Supabase project URL |
SUPABASE_SERVICE_ROLE_KEY |
Yes | Supabase service role key |
GOOGLE_API_KEY |
Yes | Google Custom Search API key |
GOOGLE_SEARCH_ENGINE_ID |
Yes | Google Custom Search engine ID |
FEISHU_APP_ID |
Yes | Feishu app ID |
FEISHU_APP_SECRET |
Yes | Feishu app secret |
FRAMES_OUTPUT_DIR |
No | Directory for extracted frames (default: ./extracted_frames) |
CLI Usage
# Single video
python src/main.py single path/to/video.mp4 --user-id \x3Cuuid> --space-id \x3Cspace-id>
# Batch processing
python src/main.py batch /path/to/videos/ --user-id \x3Cuuid> --space-id \x3Cspace-id>
# Batch with categories
python src/main.py batch /path/to/videos/ \
--user-id \x3Cuuid> \
--space-id \x3Cspace-id> \
--categories '{"demo":["demo","presentation"],"tutorial":["tut","howto"]}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-content-analyzer-batch - After installation, invoke the skill by name or use
/video-content-analyzer-batch - Provide required inputs per the skill's parameter spec and get structured output
What is Video Content Analyzer (Batch)?
Analyze video content, extract keyframes, search web for references, generate Feishu Wiki reports. Supports batch directory processing with category-based pu... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Video Content Analyzer (Batch)?
Run "/install video-content-analyzer-batch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Content Analyzer (Batch) free?
Yes, Video Content Analyzer (Batch) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Content Analyzer (Batch) support?
Video Content Analyzer (Batch) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Content Analyzer (Batch)?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v2.0.0.