image-generation
✓Gemini の画像生成および編集スキル。テキストから画像への編集、画像から画像への編集、複数参照の合成、Google 検索の基礎付けを行います。 Python SDK を使用して Gemini (デフォルト モデル gemini-3-pro-image-preview) 経由でイメージを作成または変更するときに使用します。
SKILL.md
Use this skill when the user asks to generate or edit images with Gemini using the Python SDK. Default to gemini-3-pro-image-preview, and mention gemini-2.5-flash-image only as an optional faster/cheaper alternative.
1) Identify task type (text-to-image, edit, or multi-reference). 2) Ensure GEMINIAPIKEY is available (env or stored in .env), then use the Python SDK. This will make network requests to the Gemini API 3) Choose model + output (responsemodalities=["IMAGE"] if image-only) and run. Generation can take 30 seconds; allow 30–60 seconds before retrying.
4) Save returned images with part.asimage(); if none, report a clear error.
Gemini の画像生成および編集スキル。テキストから画像への編集、画像から画像への編集、複数参照の合成、Google 検索の基礎付けを行います。 Python SDK を使用して Gemini (デフォルト モデル gemini-3-pro-image-preview) 経由でイメージを作成または変更するときに使用します。 ソース: xiangyu-cas/vision-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/xiangyu-cas/vision-skills --skill image-generation- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
image-generation とは?
Gemini の画像生成および編集スキル。テキストから画像への編集、画像から画像への編集、複数参照の合成、Google 検索の基礎付けを行います。 Python SDK を使用して Gemini (デフォルト モデル gemini-3-pro-image-preview) 経由でイメージを作成または変更するときに使用します。 ソース: xiangyu-cas/vision-skills。
image-generation のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/xiangyu-cas/vision-skills --skill image-generation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/xiangyu-cas/vision-skills