スキル一覧に戻る
TeeKay-FourTwentyOne

analyze-clip

by TeeKay-FourTwentyOne

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

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

SignalSourcePurpose
Scene changesffmpeg scene detectionVisual discontinuities
Black framesffmpeg blackdetectFades, dead regions
Freeze framesffmpeg freezedetectStatic frames, AI artifacts
Speech segmentsWhisperAudio activity
Dialogue matchComparisonValidate 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

ToolPurpose
analyze_clip_unifiedFull analysis (scenes, black, freeze, audio)
transcribeWhisper transcription only
analyze_audio_timelineSpeech/silence detection
analyze_dialogue_clipCompare expected vs actual dialogue

Interpreting Results

  • recommended_action: 'use_as_is', 'trim', 'review', or 'regenerate'
  • trim_recommendation: Suggested start/end times
  • anomalies: Issues found (with severity)

See .claude/rules/agents.md for full response schema.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です