Real Skill packageSource verifiedClawHub registry

GPT Image 2 — Image Generation via Your ChatGPT Subscription

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.

Identity and source

Publisher attributionmewregistry owner unverified by skillvetai
Functional categorySupport, Ecommerce & Customer Opsautomatically inferred · 57% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:permew:gpt-image-2
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/gpt-image-2

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/gpt-image-2

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/gpt-image-2

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-2
clawhub inspect @permew/gpt-image-2 --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
4 / 4 inspected as text
Checked
8/17/2026, 1:59:29 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
5 dependency and API indicators
  • api: agentspace.so
  • api: clawhub.ai
  • api: github.com
  • api: raw.githubusercontent.com
  • api: www.runcomfy.com
External clawhub result: clean

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.

Evidence checked
7/27/2026, 4:45:07 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:66fb4dc73ecd3cda28b36ac425d0dcb17778c8f2f07547a9c65e1857db7a3127
Show up to 4 recorded paths
  • scripts/extract_image.py
  • scripts/gen.sh
  • skill-card.md
  • SKILL.md

Source changelog

**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.