Loading...
Loading...
Generate AI images using OpenAI's gpt-image-1 model with customizable aspect ratios and artistic themes. Use when the user wants to create images, generate artwork, or mentions image generation with specific styles like Ghibli, futuristic, Pixar, oil painting, or Chinese painting.
npx skill4agent add tyrchen/claude-skills ai-imageverticalhorizontalsquareghiblifuturisticpixaroil-paintchinese-paintuv run main.py --prompt "a cat sitting on a tree"uv run main.py --prompt "a sunset over mountains" --style horizontal --theme oil-paint --output ./sunset.pnguv run main.py --prompt "a robot in a city" --style vertical --theme futuristic --output ./robot.pnguv run main.py --prompt "a magical forest with spirits" --style horizontal --theme ghibli --output ./forest.pngexport OPENAI_API_KEY='your-api-key-here'