AI Image

Generates gpt-image-1 artwork in 5 signed themes (Ghibli, Pixar, futuristic, oil/Chinese paint) via a bundled CLI.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8cb0071

Nails the exact CLI a generic assistant would only guess at — correct model name, the precise OPENAI_API_KEY check, and a per-image cost estimate ($0.02-$0.19) — but the machine we tested on had neither `uv` nor the key installed, and the SKILL.md never flags `uv` as a prerequisite.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What AI Image does

Wraps OpenAI's gpt-image-1 model in a self-contained uv/Python CLI (main.py) that generates images at 3 fixed aspect ratios and 5 named artistic themes. Triggers when the user asks to create artwork or generate an image in a specific style like Ghibli, Pixar, or oil painting.

How to install AI Image

git clone https://github.com/tyrchen/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r ai-image ~/.claude/skills/ai-image

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AI Image

  • /ai-image Generates gpt-image-1 artwork in 5 signed themes (Ghibli, Pixar, futuristic, oil/Chinese paint) via a bundled CLI.

It also activates on plain-language prompts like these:

  • Generate a Ghibli-style image of a mountain village
  • Create Pixar-style artwork of a robot in a garden
  • Make an oil painting style image in a 16:9 aspect ratio

Frequently asked questions

Is the AI Image skill free?
Yes. The skill itself is free from tyrchen/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does AI Image work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Nails the exact CLI a generic assistant would only guess at — correct model name, the precise OPENAI_API_KEY check, and a per-image cost estimate ($0.02-$0.19) — but the machine we tested on had neither `uv` nor the key installed, and the SKILL.md never flags `uv` as a prerequisite.
What is the AI Image SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install AI Image?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AI Image with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.