Back to list
mkdev-me

gemini-image-generator

by mkdev-me

mkdev's collection of custom Claude Skills

14🍴 2📅 Jan 23, 2026

SKILL.md


name: gemini-image-generator description: Generate images using Google Gemini with customizable options

gemini-image-generator

Instructions

Use this skill to generate images using Google Gemini's image generation model. The skill supports:

  • Text-to-image generation from prompts
  • Image-to-image generation with a reference image
  • Multiple output sizes (1K, 2K, 4K)
  • Custom output paths

The API key must be set via the GEMINI_API_KEY environment variable.

Parameters

  • --prompt (required): The text prompt describing the image to generate
  • --output (required): Output file path for the generated image
  • --reference: Optional reference image for style/content guidance
  • --size: Image size - "1K", "2K", or "4K" (default: 4K)

Examples

Basic text-to-image generation

./scripts/generate.py --prompt "A serene mountain landscape at sunset" --output images/landscape.png

With reference image for style guidance

./scripts/generate.py --prompt "Same character but wearing a party hat" --reference images/character.png --output images/party.png

Different output size

./scripts/generate.py --prompt "Abstract art" --output art.png --size 2K

Setup

Before first use, set up the virtual environment:

cd scripts && python3 -m venv venv && ./venv/bin/pip install -r requirements.txt

Set your API key:

export GEMINI_API_KEY="your-api-key-here"

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon