Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    steipete

    openai-image-gen

    steipete/openai-image-gen
    AI & ML
    1,727
    3 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Batch-generate images via OpenAI Images API. Random prompt sampler + index.html gallery.

    SKILL.md

    OpenAI Image Gen

    Generate a handful of “random but structured” prompts and render them via OpenAI Images API.

    Setup

    • Needs env: OPENAI_API_KEY

    Run

    From any directory (outputs to ~/Projects/tmp/... when present; else ./tmp/...):

    python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py
    open ~/Projects/tmp/openai-image-gen-*/index.html
    

    Useful flags:

    python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --count 16 --model gpt-image-1.5
    python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4
    python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images
    

    Output

    • *.png images
    • prompts.json (prompt ↔ file mapping)
    • index.html (thumbnail gallery)
    Recommended Servers
    Nanobanana
    Nanobanana
    Gemini
    Gemini
    Brave Search
    Brave Search
    Repository
    steipete/agent-scripts
    Files