Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @zedit42 Updated 6/28/2026 415 downloads 0 stars Security: Pass

Dd Video Analyzer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Dd Video Analyzer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Download videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg.

Install

ClawHub CLI
openclaw skills install @zedit42/dd-video-analyzer
Node.js (npx)
npx clawhub@latest install dd-video-analyzer

Full SKILL.md

Open original
Metadata table.
namedescription
video-watcherDownload videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg.

SKILL.md content below is scrollable.

Video Watcher

Download, transcribe, and screenshot videos for analysis.

Requirements

brew install yt-dlp ffmpeg openai-whisper

Quick Start

./scripts/analyze.sh "https://youtube.com/watch?v=..."

Output

outputs/
├── video.mp4           # Downloaded video
├── audio.mp3           # Extracted audio
├── transcript.txt      # Plain text
├── transcript.srt      # Subtitles
└── frames/             # Screenshots every 30s

Commands

Analyze video

./scripts/analyze.sh "URL" [output-dir] [frame-interval] [whisper-model]

Summarize transcript

./scripts/summarize.sh ./outputs/transcript.txt

Or with AI:

cat outputs/transcript.txt | clawdbot ask "Summarize this"

Config

config.json:

{
  "whisper_model": "medium",
  "frame_interval": 30,
  "output_dir": "./outputs"
}

Use Cases

  • DD (Due Diligence) videos
  • Lecture notes
  • Podcast summaries
  • Tutorial documentation
  • Meeting recordings
ClawHub Registry URL: https://clawhub.ai/zedit42/skills/dd-video-analyzer

Related skills

If this matches your use case, these are close alternatives in the same category.