.claude/skills/gpt-image-2Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Generate images with GPT Image 2 (ChatGPT Images 2.0) inside Claude Code, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no per-image billing. Supports text-to-image, image-to-image editing, style transfer, and multi-reference composition via the local Codex CLI. Triggers on "gpt image 2", "gpt-image-2", "ChatGPT Images 2.0", "image 2", or any explicit ask to generate or edit an image through the user's ChatGPT plan.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/gpt-image-2Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/gpt-image-2Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/gpt-image-2Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @permew/gpt-image-2clawhub inspect @permew/gpt-image-2 --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:66fb4dc73ecd3cda28b36ac425d0dcb17778c8f2f07547a9c65e1857db7a3127scripts/extract_image.pyscripts/gen.shskill-card.mdSKILL.md**Major update: Migrated from a standalone Python script + key-based flow to Codex CLI integration for ChatGPT-based image generation.** - Now runs through the `codex` CLI using your own ChatGPT Plus/Pro subscription — no separate OpenAI key or per-image billing required. - Added support for both text-to-image and image-to-image (editing, style transfer, multi-reference) via bash (`gen.sh`) and Python helpers. - Removed key validation, explicit quota checks, and legacy generate_image.py flow. - Skill triggers only when the user explicitly requests GPT Image 2 or ChatGPT Images 2.0 — never auto-fallback. - No longer stores or manages user secrets or quotas; relies fully on the user's existing ChatGPT session and permissions. - Broader documentation provided: details requirements, flow, fail modes, and privacy design.