← Back to list

analyze-clip
by TeeKay-FourTwentyOne
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: analyze-clip description: Analyze video clips for quality issues, timing problems, and dialogue accuracy. Use when checking generated videos, validating clips, finding black frames, freeze frames, or audio sync issues. allowed-tools: Read, mcp__video-generator__* context: fork agent: general-purpose
Analyze Clip
Comprehensive video clip analysis using the MCP tools.
Quick Start
Use the analyze_clip_unified tool:
Tool: analyze_clip_unified
Args: { "videoPath": "data/video/clip.mp4" }
What It Detects
| Signal | Source | Purpose |
|---|---|---|
| Scene changes | ffmpeg scene detection | Visual discontinuities |
| Black frames | ffmpeg blackdetect | Fades, dead regions |
| Freeze frames | ffmpeg freezedetect | Static frames, AI artifacts |
| Speech segments | Whisper | Audio activity |
| Dialogue match | Comparison | Validate generated speech |
With Dialogue Context
Tool: analyze_clip_unified
Args: {
"videoPath": "data/video/clip.mp4",
"context": {
"dialogue": [
{"speaker": "marcus", "text": "Hello there"}
]
}
}
Available Analysis Tools
| Tool | Purpose |
|---|---|
analyze_clip_unified | Full analysis (scenes, black, freeze, audio) |
transcribe | Whisper transcription only |
analyze_audio_timeline | Speech/silence detection |
analyze_dialogue_clip | Compare expected vs actual dialogue |
Interpreting Results
recommended_action: 'use_as_is', 'trim', 'review', or 'regenerate'trim_recommendation: Suggested start/end timesanomalies: Issues found (with severity)
See .claude/rules/agents.md for full response schema.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon