スキル一覧に戻る
fmal

gemini-image

by fmal

A collection of my .files

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

SKILL.md


name: gemini-image description: Generate images using Gemini 3 Pro Image (Nano Banana Pro). Use this skill when the user asks to create, generate, or make an image, picture, illustration, artwork, mockup, or visual. Also use for image editing, transformation, or style transfer when a reference image is provided. allowed-tools: Bash, Read

Gemini Image Generation

Generate images using Gemini 3 Pro's image generation API.

Prerequisites

  • GEMINI_API_KEY environment variable
  • pngpaste for clipboard capture

Parameters

FlagDefaultDescription
-p, --prompt-Text description of desired image (required)
-i, --image-Reference image path (can be used multiple times)
-c, --clipboard-Capture clipboard image as reference
-a, --aspect16:9Aspect ratio: 1:1, 16:9, 9:16, 3:2, 4:5, 21:9
-r, --resolution2KResolution: 1K, 2K, 4K
-o, --outputautoOutput file path

Output: prints path to generated image, then opens it.

Examples

Text-to-image

scripts/generate.sh -p "A serene mountain landscape at golden hour"

With reference image

scripts/generate.sh -p "Same scene but in winter" -i /path/to/summer.png

From clipboard

scripts/generate.sh -c -p "Make this design more modern"

Custom aspect/resolution

scripts/generate.sh -p "Cyberpunk cityscape" -a 21:9 -r 4K

スコア

総合スコア

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

レビュー

💬

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