From tchen-skills
Generates AI images via OpenAI's gpt-image-1 model with customizable aspect ratios and artistic themes (Ghibli, futuristic, Pixar, oil painting, Chinese painting).
How this skill is triggered — by the user, by Claude, or both
Slash command
/tchen-skills:ai-imageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate high-quality AI images using OpenAI's gpt-image-1 model with customizable styles and themes.
Generate high-quality AI images using OpenAI's gpt-image-1 model with customizable styles and themes.
Use this skill when the user wants to:
vertical: 1024x1536 pixels (portrait orientation)horizontal: 1536x1024 pixels (landscape orientation)square: 1024x1024 pixels (default)ghibli: Studio Ghibli animation style with whimsical, dreamlike aestheticsfuturistic: Sci-fi style with sleek designs and neon lightspixar: Vibrant 3D animation style with expressive charactersoil-paint: Classical oil painting with rich textures and brushstrokeschinese-paint: Traditional Chinese ink painting with delicate brushworkuv 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.png
uv run main.py --prompt "a robot in a city" --style vertical --theme futuristic --output ./robot.png
uv run main.py --prompt "a magical forest with spirits" --style horizontal --theme ghibli --output ./forest.png
This skill requires an OpenAI API key with access to the gpt-image-1 model:
export OPENAI_API_KEY='your-api-key-here'
Note: Using gpt-image-1 requires organization verification on the OpenAI platform.
Usage is priced per token:
Approximate costs per generated image:
If you see "Error: OPENAI_API_KEY environment variable not set", ensure your API key is exported in your shell session.
gpt-image-1 requires organization verification on platform.openai.com. Visit your OpenAI account settings to complete verification.
Ensure you're using one of the supported sizes: 1024x1024, 1024x1536, or 1536x1024.
npx claudepluginhub tyrchen/claude-skillsGenerates images from text prompts using OpenAI GPT Image or Stability AI models. Supports various models, sizes, quality levels, and transparent backgrounds.
Generates or edits images using OpenAI GPT Image models (gpt-image-2, gpt-image-1, etc.) via bundled Python script with openai and Pillow. For AI image creation/editing requests.
Generates and edits images using OpenAI's gpt-image-2 model via CLI or agent skill. Includes 162 curated prompts, inpainting, and reference image compositing. Triggered by image generation requests.