Video Content Analyzer (Fixed)

# Video Content Analyzer - ClawHub Skill

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 Content Analyzer (Fixed)" with this command: npx skills add terrycarter1985/video-content-analyzer-fixed

Video Content Analyzer - ClawHub Skill

Analyze video content, extract keyframes, search web for references, store metadata in Supabase, and generate Feishu Wiki reports.

Description

This skill provides a complete video content analysis workflow that automatically processes video files, extracts meaningful frames at configurable intervals, performs web searches for content references, stores all metadata and results in Supabase, and publishes professional analysis reports directly to Feishu Wiki.

Quick Start

# Install the skill
clawhub install video-content-analyzer

# Process a video file
CALL video-content-analyzer:process_video(
    video_path="/path/to/your/video.mp4",
    user_id="user-uuid-here",
    space_id="feishu-wiki-space-id"
)

Use Cases

  • Content Creators: Automatically document and reference sources in video content
  • Media Analysis: Process and catalog video libraries with searchable metadata
  • Education: Generate indexed study materials from lecture recordings
  • Compliance: Create audit trails for video content with source references

Features

FeatureStatus
Video frame extraction at 10s intervals
Google Custom Search API integration
Supabase metadata storage
Feishu Wiki report generation
ffmpeg video probing
Type coercion & error handling✅ v1.0.1
Auto user profile creation✅ v1.0.1
Feishu-compatible link rendering✅ v1.0.1

Methods

process_video(video_path, user_id, space_id)

Main entry point for video analysis workflow.

Parameters:

  • video_path (string, required): Local path to the input video file
  • user_id (string, required): UUID of the user (for Supabase RLS)
  • space_id (string, required): Feishu Wiki space ID for publishing

Workflow:

  1. Probe video and extract metadata (duration, resolution, FPS)
  2. Create video asset record in Supabase
  3. Extract keyframes at 10-second intervals
  4. Save frames to filesystem and database
  5. Perform web search for frame content references
  6. Store search results with relevance scoring
  7. Generate structured analysis report
  8. Publish to Feishu Wiki with proper link formatting
  9. Update video status to "processed"

Environment Variables

Required in .env:

# Supabase
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key

# Google Custom Search
GOOGLE_API_KEY=your-google-api-key
GOOGLE_SEARCH_ENGINE_ID=your-search-engine-id

# Feishu/Lark
FEISHU_APP_ID=cli-your-app-id
FEISHU_APP_SECRET=your-app-secret

# Optional
FRAMES_OUTPUT_DIR=./extracted_frames

Database Schema

See supabase/migrations/ for complete schema.

  • video_assets: Main video records with metadata
  • video_frames: Extracted frames with timestamps and OCR content
  • search_results: Google search references per frame
  • wiki_pages: Generated wiki page records
  • profiles: User profiles for RLS

Release Notes

v1.0.1

  • FIX: Feishu Wiki search references now render correctly
  • FIX: Supabase metadata storage issues resolved
  • FIX: Video metadata fallback handling for edge cases
  • IMPROVE: Added comprehensive logging

v1.0.0

  • Initial release with core functionality

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

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated