スキル一覧に戻る
ttmouse

gemini-gen

by ttmouse

29🍴 8📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: gemini-gen description: Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS.

Gemini Image Generator

This skill generates images using Google's Gemini model. It is configured to be cost-efficient by defaulting to standard resolution models.

Usage

python3 {script_path} "Prompt" [--model model_name] [--output filename.png] [--no-open]

IMPORTANT: Model Selection Policy (Quota Saving)

Always default to standard resolution models. Do NOT use 4K models unless the user explicitly mentions "4K", "Ultra HD", or "High Definition".

Available Models

Model NameAspect RatioResolutionCost Category
gemini-3-pro-image (Default)1:1StandardLow (Recommended)
gemini-3-pro-image-16x916:9StandardLow (Recommended)
gemini-3-pro-image-9x169:16StandardLow (Recommended)
gemini-3-pro-image-4k1:14KHigh
gemini-3-pro-image-4k-16x916:94KHigh
gemini-3-pro-image-4k-9x169:164KHigh

Decision Logic for Alma

  1. Default: Use gemini-3-pro-image.
  2. Aspect Ratio:
    • If "landscape/widescreen/16:9", use gemini-3-pro-image-16x9.
    • If "portrait/mobile/9:16", use gemini-3-pro-image-9x16.
  3. 4K (Only if explicitly requested):
    • Only upgrade to a -4k model if the user explicitly says "4K" or equivalent high-res keywords.

Note on Display

Alma's chat UI does not render local images. The skill uses open to show the image in the system viewer.

スコア

総合スコア

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

レビュー

💬

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