video-generation
✓Python SDK を介した Veo 3.1 による Gemini ビデオ生成。テキストまたは画像からビデオを生成する場合、参照画像、最初/最後のフレーム補間、またはビデオ拡張を使用する場合、および Veo パラメータ (アスペクト比、解像度、継続時間、ネガティブ プロンプト、personGeneration、シード) を調整する場合に使用します。
SKILL.md
Use this skill when the user asks to generate or extend videos with Gemini using the Python SDK. Default to veo-3.1-fast-generate-preview, resolution="720p", and durationseconds=4, unless the user asks otherwise or the task requires different settings (e.g., extension, interpolation, reference images, 1080p/4k).
1) Identify the task type: text-to-video, image-to-video, reference images, first/last frames (interpolation), or video extension. 2) Ensure GEMINIAPIKEY is available (env or local .env), then use the Python SDK.
3) When using images, pass types.Image(imageBytes=..., mimeType=...) (not PIL.Image or types.Part) to avoid input type errors. 4) Call client.models.generatevideos(...) with the correct inputs/config (see references).
Python SDK を介した Veo 3.1 による Gemini ビデオ生成。テキストまたは画像からビデオを生成する場合、参照画像、最初/最後のフレーム補間、またはビデオ拡張を使用する場合、および Veo パラメータ (アスペクト比、解像度、継続時間、ネガティブ プロンプト、personGeneration、シード) を調整する場合に使用します。 ソース: xiangyu-cas/vision-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/xiangyu-cas/vision-skills --skill video-generation- カテゴリ
- *クリエイティブ
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
video-generation とは?
Python SDK を介した Veo 3.1 による Gemini ビデオ生成。テキストまたは画像からビデオを生成する場合、参照画像、最初/最後のフレーム補間、またはビデオ拡張を使用する場合、および Veo パラメータ (アスペクト比、解像度、継続時間、ネガティブ プロンプト、personGeneration、シード) を調整する場合に使用します。 ソース: xiangyu-cas/vision-skills。
video-generation のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/xiangyu-cas/vision-skills --skill video-generation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/xiangyu-cas/vision-skills