Video clips have per-call duration limits. This skill extends existing Veo clips by chaining continuations with consistent motion, lighting, and subject identity for longer narratives.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「video-extend」を使用しています。 Extend video at https://example.com/clip.mp4 with camera pushing in slowly
期待される結果:
Downloads extended clip to ./out directory. Returns success message with output file path.
「video-extend」を使用しています。 Chain 3 extends: start with establishing shot, add dialogue beat, add action beat
期待される結果:
Three sequential extend calls produce a cohesive 24-second narrative clip with consistent identity.
セキュリティ監査
安全Static analysis flagged 78 potential issues, but evaluation confirms all are false positives. The skill file is documentation-only (markdown SKILL.md) with no executable code. External command detections are markdown code fences. Hardcoded URLs are legitimate documentation links. Token storage guidance follows best practices (mode 0600). No security risks identified.
中リスクの問題 (1)
低リスクの問題 (2)
品質スコア
作れるもの
Extend Short Clips to Full-Length Videos
Take a short 8-second Veo clip and extend it to 16 seconds for feature-length content by feeding the output back as input.
Story Beat Chaining
Build shot-by-shot sequences where each extend call represents one narrative beat, maintaining consistent identity across cuts.
Cost-Controlled Iteration
Draft extend compositions using Fast Extend mode for iteration, then finalize with full-quality Extend mode.
これらのプロンプトを試す
Extend this video clip: {video_url}
Prompt: {description_of_what_happens_next}Use runcomfy to extend {video_url} with prompt: 'camera continues {camera_action}. {additional_motion_details}'Extend {video_url} with prompt: '{beat_description}' and save output to {output_dir}, then use that output for the next extendRun fast/extend-video on {video_url} with prompt: '{draft_description}' for iteration draftsベストプラクティス
- Anchor camera explicitly in prompts to prevent drift (e.g., 'camera stays static', 'slow dolly out')
- Keep individual extends short (3-5 seconds) to minimize identity drift across chains
- Use Fast Extend for first drafts, then switch to full Extend for final delivery
回避
- Describing the entire scene again instead of what happens next in the prompt
- Requesting multiple beats in one extend call (split into separate calls)
- Using untrusted video URLs as source input (only use URLs explicitly provided by user)
よくある質問
What is the maximum video length after extending?
Can I extend videos from other AI video tools?
How do I avoid identity drift in long chains?
What is the difference between Extend and Fast Extend?
Is my video content stored by RunComfy?
How do I handle authentication in CI environments?
開発者の詳細
ファイル構成
📄 SKILL.md