GPT Image 2 skill for Claude Code: how to use it

The GPT Image 2 skill for Claude Code is the Actionway Skill: install it once and Claude Code can call GPT Image 2 at $0.15 per run, with Seedream and the Banana models listed beside it at their own prices. No OpenAI key to manage and no wrapper to write. The product photo in this guide — the white sneaker the rest of our demo series is built on — took 75 seconds from prompt to file.

連接你的 Agent

What GPT Image 2 is, in one paragraph

GPT Image 2 is OpenAI's image model for generating a picture from a description or editing an existing one with a reference. Claude Code cannot call it on its own. The Actionway Skill — a set of instructions Claude Code reads so it knows which services exist, what they cost, and how to run them — adds GPT Image 2 to the session along with the other image models, so you ask in plain words and get a file back.

ModelPriceGood forTakes a reference image
GPT Image 2$0.15 per rungeneration and precise edit instructionsyes
Seedream 5 LTE$0.10 per runfast draftsyes
Banana Pro$0.30 per runreference-based editsyes
Banana 2$0.20 per rungeneration and reference-based editsyes
Prices are the current catalog prices, rendered from the same data the models library shows.

A real run: the product photo

你說

Use GPT Image 2: product photo of a single white low-top sneaker with a gum sole on a warm beige seamless backdrop, soft studio light, slight three-quarter angle, no text

AGENT 回覆

GPT Image 2 is in the catalog. Its price, with two neighbours for comparison:

  • GPT Image 2$0.15 per rungeneration and precise edit instructions
  • Seedream 5 LTE$0.10 per runfast drafts
  • Banana 2$0.20 per rungeneration and reference-based edits

你選定: GPT Image 2

  • Sends the request to GPT Image 2 — it starts as a background job
  • Waits for it; this one finished in 75 seconds
  • Saves the image into an outputs/ folder in your project (that is where every generated file lands) and hands you the file

結果

The photo GPT Image 2 generated: a plain white low-top sneaker with a gum sole on a warm beige backdrop, soft studio light

1 image · GPT Image 2 · $0.15 per run · charged from the wallet after completion

That is a real Claude Code session, unedited, with the model named up front. The agent still showed the neighbours and their prices — it always does — but because you named the model, the run went straight ahead. The photo did what a product shot has to do: one object, clean backdrop, no invented lettering, and enough detail in the leather and the sole to survive being edited later. That is why it became the reference for the three ad versions and the five-second product clip in this series. The GPT Image 2 model page is the reference for its price and inputs, and for where it sits in the image generation capability.

When to pick it

Pick GPT Image 2 when the brief has precise instructions — a specific angle, a clean backdrop, text placement, an edit you can describe in words — and when one strong final image matters more than the price of an attempt. Pick Seedream when you are still exploring and want cheap drafts, and the Banana models when the job starts from a reference photo. The agent lists all of them with prices and does not choose for you; say "you pick" and it takes the best-quality one.

Two things people expect to need and do not: an OpenAI API key — the run is billed to your Actionway wallet, so there is no key to create or leak into a repo — and a second install per model. One Skill covers the whole image row, so switching models is a word in your request. GPT Image 2 also edits from a reference image at the same price per image.

What to put in a product-photo brief

The prompt in the run above is a good template because every phrase does a job. "Single" and "one sneaker" stop the model from adding a pair or a second angle. "Seamless backdrop" and a named colour give you a background that is easy to cut out or replace later. "Soft studio light" avoids hard shadows that fight with whatever scene the ad ends up in. "Slight three-quarter angle" is the angle catalogues use because it shows the toe, the side, and the sole at once. And "no text" matters more than it looks: image models like to add lettering to shoes, boxes, and walls, and removing it afterwards costs another run.

Leave out what you do not need. Every extra adjective is one more thing the model may satisfy at the expense of the one you cared about, so a brief of one subject, one background, one light, and one angle usually beats a paragraph. If you want a second version, change one phrase at a time — the colour of the backdrop, the angle — so you can tell what each change did; at $0.15 per run an image, a set of four variations is still pocket change.

你這樣問

Same brief, but a matte black backdrop and the shoe seen from directly above.

A follow-up like this runs as a new GPT Image 2 job at the same price; the agent names the file after the change so the variations stay easy to tell apart in outputs/.

Set it up once

npm install --global @actionway/cli@latest
actionway init
mkdir -p "$HOME/.claude/skills"
cp -R "$HOME/.actionway/skill/actionway" "$HOME/.claude/skills/actionway"
init shows a short code and a web address — approve it in any browser — and stages the Actionway Skill at ~/.actionway/skill/actionway. The last two lines copy it to ~/.claude/skills/actionway, where Claude Code loads Skills; restart Claude Code or open a new session afterwards. Windows paths are on the get started page.

You need Node.js 20 or newer and an Actionway account; after sign-in the agent tells you your wallet balance and, if it is empty, links you straight to top-up. Prefer a plugin or a Remote MCP server to the command line? Both end at the same catalog and the same wallet — the get started page lists the steps per client side by side.

常見問題

Is there a GPT Image 2 skill for Claude Code?Not a standalone one. The Actionway Skill includes GPT Image 2 alongside Seedream and the Banana models, with the price shown before every run — $0.15 per run for GPT Image 2.

How do I use gpt-image-2 in Claude Code?Install the Actionway CLI, run actionway init, then name the model in your request: "use GPT Image 2 for a product photo of …". The agent runs it, waits, and saves the image into your project's outputs/ folder. The sneaker photo above took 75 seconds.

What does GPT Image 2 cost per image?$0.15 per run in the Actionway catalog, for generation or a reference-based edit, billed to your wallet after the run completes. The GPT Image 2 model page shows the current price.

在你的 AGENT 裡試試

連接一次,整個目錄都能用。

連接 Actionway 後,Agent 自己找到合適的服務,每次執行前給出美元報價,按次從錢包扣款。

連接你的 Agent