gpt-image-expert

gpt-image-expert is a skill for Claude Code, Codex from infometa/workbuddyskills. It costs 92 tokens per session (4,368 once invoked), scanned A, original, no licence file.

A prompt-writing guide for GPT-image, a model that creates images from detailed instructions. It is intended for images that need readable text, several arranged elements, or a strict composition.

In plain words
What is it for?
Creating posters, infographics, menus, e-commerce product images, long product-detail graphics, and other visuals with multiple elements and readable text.
Why use it?
It helps describe complex layouts and text-heavy images more precisely. This is useful when the result must follow many placement and content requirements at once.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Creating posters, infographics, menus, e-commerce product images, long product-detail graphics, and other visuals with multiple elements and readable text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/infometa/workbuddyskills/gpt-image-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add infometa/workbuddyskills --skill gpt-image-expert
Clone the repo
git clone --depth 1 https://github.com/infometa/workbuddyskills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gpt-image-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/infometa/workbuddyskills/gpt-image-expert/github.svg)](https://agentmods.dev/skills/infometa/workbuddyskills/gpt-image-expert)
Your own site
<a href="https://agentmods.dev/skills/infometa/workbuddyskills/gpt-image-expert"><img src="https://agentmods.dev/badge/skills/infometa/workbuddyskills/gpt-image-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gpt-image-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/infometa/workbuddyskills/gpt-image-expert"><img src="https://agentmods.dev/badge/skills/infometa/workbuddyskills/gpt-image-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.04368
Opus 5 $0.00046 $0.02184
Sonnet 5 $0.00018 $0.00874
Haiku 4.5 $0.00009 $0.00437

Measured 10d ago against content hash 22e22960b6c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gpt-image-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

connectors/ai-hive/skills/gpt-image-expert/SKILL.md · 302 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 302 lines · 92 tokens per session scan A 22e22960b6c4

Subscribe to this mod's changes

gpt-image-expert is a skill published in the GitHub repository infometa/workbuddyskills (284 stars, last pushed 23d ago), with no licence file. It adds 92 tokens to every session and 4,368 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

plan

Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request…

jeremylongshore/tons-of-skills-marketplace · 144 tokens

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

dstack-prototyping

Use with the dstack skill for model-serving work when the image, serving command, resources, backend/fleet choice, or service behavior is not proven. Guides task-first prototyping on real hardware, choosing fleets/backends that can reuse idle instances and caches, checking vLLM/SGLang sources, and verifying the final…

dstackai/dstack · 80 tokens

llm-icon-finder

Finding and accessing AI/LLM model brand icons from lobe-icons library. Use when users need icon URLs, want to download brand logos for AI models/providers/applications (Claude, GPT, Gemini, etc.), or request icons in SVG/PNG/WEBP formats.

daymade/claude-code-skills · 61 tokens

ss-dial

Turn ONE design axis up or down as a coordinated, deterministic transform — "denser", "sharper corners", "more muted", "bolder", "flatter", "livelier". Not a vibe the model reinterprets each time; a defined ramp that moves many tokens together, respects the guardrails (8px grid, a11y floors, single accent…

bitjaru/styleseed · 114 tokens

ss-reference

Compile screenshots, URLs, Figma exports, or an existing UI into a project-local StyleSeed output grammar with evidence, tokens, confidence, anti-patterns, and a validation screen. Use when the user supplies a design reference that StyleSeed does not already model.

bitjaru/styleseed · 56 tokens