スキル video-edit
📦

video-edit

中リスク ⚙️ 外部コマンド🌐 ネットワークアクセス📁 ファイルシステムへのアクセス

RunComfyでAIモデルルーティングを使って動画を編集する

こちらからも入手できます: runcomfy-com,agentspace-so

間違ったAI動画モデルを選ぶと時間を浪费し、品質の低い結果になります。このスキルはユーザーの意図を読み取り、RunComfyカタログから最適なモデルを正しいプロンプトパターンで選択します。

対応: Claude Codex Code(CC)
⚠️ 66 貧弱
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「video-edit」を使用しています。 Restyle my talking head video with a warm cinematic color grade. Keep my face and lip movements exactly the same.

期待される結果:

一般的なリスタイルにWan 2.7 Edit-Videoを選択しました。保持重視のプロンプトと、ソース音声を維持するためにaudio設定をoriginに設定したCLIコマンドを生成しました。

「video-edit」を使用しています。 Make this character dance like the person in the reference video.

期待される結果:

モーションマッピングにKling 2.6 Pro Motion Controlを選択しました。ターゲットキャラクター画像とモーション参照動画を含むCLIコマンドを生成し、10秒出力のためにキャラクターの向きをimageに設定しました。

「video-edit」を使用しています。 Change the outfit in this video to a business suit. Keep the face and motion exactly the same.

期待される結果:

局所的な衣装入れ替えにLucy Edit Restyleを選択しました。アイデンティティ保持プロンプトを含むCLIコマンドを生成し、解像度はデフォルトの720pに設定しました。

セキュリティ監査

中リスク
v1 • 6/2/2026

Static analysis found 101 potential issues, but all are false positives or legitimate usage patterns. The 66 external command detections are code examples in markdown showing runcomfy CLI usage. The 14 network detections are legitimate URLs to RunComfy and GitHub. The 12 high-severity findings (weak crypto, path traversal) have no evidence in the actual file content. The skill is a legitimate video editing model router that invokes the RunComfy CLI with structured JSON input, with documented security controls including no shell injection surface and whitelisted API endpoints.

1
スキャンされたファイル
226
解析された行数
6
検出結果
1
総監査数
中リスクの問題 (1)
External Command Execution via RunComfy CLI
The skill invokes 'runcomfy run' commands to process video editing tasks. Commands pass structured JSON arguments with no shell expansion, limiting injection risk. This is the intended behavior of the skill.
低リスクの問題 (2)
Network Access to External API Endpoints
The skill references URLs to RunComfy API and documentation. All endpoints are legitimate RunComfy services (runcomfy.com, runcomfy.net). No evidence of data exfiltration or malicious callbacks.
Filesystem Write Operations
The skill writes generated video files to a user-specified output directory. The CLI enforces a 2 GiB download cap. No evidence of unauthorized file access or path traversal.
監査者: claude

品質スコア

38
アーキテクチャ
100
保守性
87
コンテンツ
50
コミュニティ
56
セキュリティ
91
仕様準拠

作れるもの

トーキングヘッド動画のリスタイル

話者の顔や口の動きに影響を与えずに、録画の背景を変更したいコンテンツクリエイター向け。

動画内の製品パッケージの入れ替え

元のハンドモーションとフレーミングを保持しながら、参照画像を使って動画内のパッケージを交換する必要があるプロダクトマーケター向け。

動画間でのモーション転送

参照クリップのダンスモーションを静止画に写された別のキャラクターにマッピングしたいモーションデザイナー向け。

これらのプロンプトを試す

基本的な動画リスタイル
Edit this video by changing its style: [describe the new look]. Keep the subject's face and movements the same.
音声付き背景入れ替え
Swap the background of this video to [new background description]. Preserve the speaker face, pose, and lip movement. Keep the original audio.
参照動画からのモーション転送
Transfer the motion from this reference video to the character shown in this image. Target character is [description]. Motion reference shows [motion type].
エキスパート: 参照条件付きパッケージ入れ替え
Replace the product packaging in this video using the provided reference image. Maintain original hand movement and camera motion. Use Wan 2.7 Edit-Video with reference_image input.

ベストプラクティス

  • 変更内容を記述する前に、保持目標をプロンプトの先頭に置いて、アイデンティティとモーションをそのまま保ちましょう。
  • 1回の呼び出しで1つの方向に編集しましょう。複数の編集を組み合わせるとモーション品質が低下し、視覚的なドリフトが発生します。
  • モデルの制約内でソース動画を提供しましょう。Wan Editは2〜10秒、最大100MBが必要です。

回避

  • 1回の呼び出しで複数の編集タイプを組み合わせること。各モデルは1つの方向の編集を最も得意としています。
  • 一般的なリスタイルタスクに参照画像を使用すること。reference_imageは直接的なデザイン転送にのみ使用してください。
  • Lucy Edit Restyleでキャラクター全体の入れ替えを要求すること。これは局所的なスタイル変更向けであり、被写体の完全な置き換えには適していません。

よくある質問

RunComfy CLIとは何ですか?また、それは必要ですか?
RunComfy CLIは、動画ジョブをRunComfy APIに送信するコマンドラインツールです。'npm i -g @runcomfy/cli'でインストールし、アカウントでログインする必要があります。
対応している動画フォーマットとサイズは何ですか?
対応フォーマットはMP4、MOV、WEBM、GIFです。制限はモデルによって異なります: Wan Editは2〜10秒、最大1080p、ファイルサイズ上限100MBに対応しています。
このスキルはどのようにモデルを選択しますか?
このスキルはユーザーの意図を最適なモデルにマッチングするルーティングテーブルを読み取ります。リスタイルはWan Edit、モーション転送はKling、軽量な衣装入れ替えはLucy Editにルーティングされます。
コンピュータ上の動画ファイルを使用できますか?
RunComfy APIは動画にアクセスするためのURLが必要です。動画をホスティングサービスにアップロードし、そのURLを渡すことができます。CLIはローカルファイルを直接アップロードしません。
アップロードした動画とデータはどのように扱われますか?
動画URLはHTTPS経由でRunComfyモデルサーバーに送信されます。このスキルはホワイトリストに登録されたRunComfyエンドポイントにのみ接続します。テレメトリやコールバックは送信されません。
動画処理にはどのくらい時間がかかりますか?
処理時間はモデル、動画の長さ、サーバーの負荷によって異なります。Wan EditとKlingは通常、短いクリップに対して数分以内に処理を行います。

開発者の詳細

作成者

doany-ai

ライセンス

MIT

参照

main

ファイル構成

📄 SKILL.md