higgsfield-gpt-image-2

higgsfield-gpt-image-2 is a skill for Claude Code from OSideMedia/higgsfield-ai-prompt-skill. It costs 157 tokens per session (4,772 once invoked), scanned A, original, MIT.

A prompt-writing guide for GPT Image 2.0, an image-generation model. It selects different prompt structures for layout-heavy images, single-subject scenes, or broad themes.

In plain words
What is it for?
Use it to write prompts for interfaces, infographics, posters, character sheets, portraits, photographs, landscapes, advertisements, and product reference sheets.
Why use it?
It removes the guesswork of describing complex layouts, cinematic scenes, and visual themes to the model.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to write prompts for interfaces, infographics, posters, character sheets, portraits, photographs, landscapes, advertisements, and product reference sheets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2
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 OSideMedia/higgsfield-ai-prompt-skill --skill higgsfield-gpt-image-2
Clone the repo
git clone --depth 1 https://github.com/OSideMedia/higgsfield-ai-prompt-skill

Made for: Claude Code.

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 higgsfield-gpt-image-2

README.md
[![agentmods](https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2/github.svg)](https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2)
Your own site
<a href="https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2"><img src="https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2/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 higgsfield-gpt-image-2

Your own site · 80×15
<a href="https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2"><img src="https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-gpt-image-2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 157 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,772 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00157 $0.04772
Opus 5 $0.00078 $0.02386
Sonnet 5 $0.00031 $0.00954
Haiku 4.5 $0.00016 $0.00477

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

Security

Grade A, and why

higgsfield-gpt-image-2 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 12d 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.

skills/higgsfield-gpt-image-2/SKILL.md · 267 lines

How it starts

The opening of the file, as written. The whole thing — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Higgsfield GPT Image 2.0

A prompt director for GPT Image 2.0. Converts plain-text concepts into production-ready prompts that route by output type: structured JSON for layout-dense images (UI mockups, infographics, character sheets, multi-panel posters), dense cinematic prose for single-subject scenes (portraits, photographs, landscapes), or auto-derive meta-prompts for theme-only concepts where the model self-generates the composition.

Translated from Adil Aliyev's gpt-image-2-director source corpus per the v3.7.13 / v3.7.15 translation precedent. Two companion satellites extend this sub-skill: static-ads-workflow.md covers the ad-recreation workflow that uses GPT Image 2.0 as its generation engine, and reference-sheet-workflow.md covers the Automatic Product Reference Sheet + Automatic Prompt Creator workflow (one product image → a multi-view identity-locked reference sheet for high-consistency generation).


1. What GPT Image 2.0 is

GPT Image 2.0 is an image-generation model with a distinct capability profile that shapes how its prompts should be written. Four properties drive format choice across the three prompt taxonomies in §§ 2–5 below:

Granular layout precision. GPT Image 2.0 honors granular layout instructions — top-left panel shows X, mid-right shows Y, N icons in a row labeled A/B/C — in a way other models don't reliably match. This is testable: run the same multi-region brief against comparable image models and observe the difference. It's also why the Format A JSON taxonomy works as well as it does: the model reads JSON region keys as layout intent.

Text rendering. Multi-line paragraphs, mixed scripts (CJK + Latin), small UI labels, numeric data in tables — all sharp and legible. This is one of the model's distinctive strengths over comparable image generators. Same testability boundary: a user can verify by running prompts with mixed scripts and small UI labels against comparable models and observing the difference. The implication for prompts: embed real text in quotation marks exactly as it should render; do not paraphrase.

Read the full file on GitHub · 267 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 267 lines · 157 tokens per session scan A cbc0a6d68bd2

Subscribe to this mod's changes

higgsfield-gpt-image-2 is a skill published in the GitHub repository OSideMedia/higgsfield-ai-prompt-skill (531 stars, last pushed 20d ago), licensed MIT. It adds 157 tokens to every session and 4,772 once invoked, about $0.0008 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

seedance-shotlist-director

Generate a director's shotlist as an editable HTML production board for Seedance 2.0. Use whenever the user provides a script, scene breakdown, story idea, or treatment to turn into a numbered shotlist with English Seedance prompts — trigger on "make a shotlist", "director’s shotlist", "break this script into…

afloy011-spec/seedance-shotlist-director-en · 235 tokens

vox-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

Alisa0808/vox-director · 236 tokens

dramaclaw

A skill for answering identity and self-introduction questions, and for working with the DramaClaw/NovelVideo pipeline. The description also covers turning novels or stories into short vertical videos.

dramaclaw/dramaclaw · 360 tokens

ai-media-generator

A workflow for turning ideas into prompts for AI-generated images, videos, and music across several media platforms. When needed, it can also send those prompts to the chosen platform through browser automation.

Hao0321/ai-media-generator · 380 tokens

kling-ai

Write and improve prompts for Kling AI video generation, and pick the right Kling model for the job. Covers image-to-video, text-to-video, multi-shot storyboards, talking avatars from one photo plus audio, motion transfer, video editing of an existing clip, Element Reference for character consistency, Voice Control…

maciejdzierzek/kling-ai-prompt-generator · 89 tokens

minimax-h3

Write, debug and structure prompts for MiniMax H3 video generation (T2VA, I2VA, FL2VA, L2VA, Ref2VA) and configure its ComfyUI workflow. Use when the user mentions MiniMax H3, minimaxh3, fl2va, ref2va, MiniMaxH3ReferenceToVideo, reference-to-video, asks to animate a photo, write a video prompt, pick a model quant, or…

teskor-hub/minimax-h3-skill · 135 tokens