スキル一覧に戻る
dglowacki

image-generation

by dglowacki

Complete agent platform with Voice Assistant integrating Grok Voice API and Claude Agent SDK

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

SKILL.md


name: image-generation description: Generate images using OpenAI's gpt-image-1.5 model. Use when users request image creation, artwork, illustrations, marketing graphics, icons, or any visual content. Supports transparent backgrounds, multiple sizes, and quality levels.

Image Generation

Generate images using OpenAI's gpt-image-1.5 model with support for transparency, custom sizes, and quality settings.

Quick Start

Generate an image:

python scripts/generate_image.py "a futuristic city at sunset" --size 1024x1024

Parameters

Model

  • gpt-image-1.5 - State of the art (default)
  • gpt-image-1 - Previous generation
  • gpt-image-1-mini - Faster, lower cost

Size Options

  • 1024x1024 - Square (default)
  • 1536x1024 - Landscape
  • 1024x1536 - Portrait
  • auto - Let model decide

Quality Options

  • auto - Model decides (default)
  • low - Fast, ~$0.02/image
  • medium - Balanced, ~$0.07/image
  • high - Detailed, ~$0.19/image

Background Options

  • auto - Model decides (default)
  • transparent - For icons/logos (requires png/webp output)
  • opaque - Solid background

Output Format

  • png - Default, supports transparency
  • webp - Smaller files, supports transparency
  • jpeg - Smallest files, no transparency

Usage Examples

Basic generation:

python scripts/generate_image.py "a cute robot mascot"

Transparent icon:

python scripts/generate_image.py "app icon for a weather app" \
  --background transparent --size 1024x1024 --quality high

Marketing banner (landscape):

python scripts/generate_image.py "modern tech startup banner with blue gradient" \
  --size 1536x1024 --quality high

Portrait artwork:

python scripts/generate_image.py "oil painting of a mountain landscape" \
  --size 1024x1536 --quality high

Output

Images are saved to /home/ec2-user/mega-agent2/generated_images/ with timestamped filenames.

The script returns:

  • image_path - Local file path
  • revised_prompt - The prompt as interpreted by the model
  • size - Actual dimensions

スコア

総合スコア

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

レビュー

💬

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