AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Codex Imagegen

skill-waitdeadai-minmaxing-codex-imagegen · by waitdeadai

Generate or edit raster image assets requested by SPEC.md using Codex subscription or ChatGPT-included image generation, not OpenAI API keys. Use when a task, SPEC.md, visualization package, README, landing page, app, game, brand, product demo, or asset manifest asks Codex to create image files, hero images, UI mockups, sprites, diagrams-as-images, thumbnails, or image edits and the operator want…

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-waitdeadai-minmaxing-codex-imagegen

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-waitdeadai-minmaxing-codex-imagegen)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codex Imagegen? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Codex ImageGen

Overview

Use this skill when the repo contract asks for actual generated or edited image assets and the billing/auth path must be Codex subscription usage. This is not an OpenAI API integration skill.

Auth And Billing Boundary

  • Prefer Codex authenticated with ChatGPT/Codex subscription usage.
  • Do not create or run scripts that call the OpenAI Images API or Responses API.
  • Do not read .env, .env.*, local credential files, API keys, tokens, or

ignored provider profiles to prove access.

  • Do not use OPENAI_API_KEY, openai images.generate, responses.create, or

direct HTTP calls for image generation unless the user explicitly says to use API billing instead of subscription usage.

  • If the current Codex runtime exposes a native image generation tool, use that

tool directly.

  • If the current runtime has no native image generation tool, fail closed:

write a prompt/handoff artifact and state that no image was generated.

Input Contract

Read the active SPEC.md first. Also read only task-relevant public assets, taste.md, taste.vision, visualization packages, or design docs. Extract an asset contract for every requested image:

  • asset id and purpose
  • target path and format, such as public/hero.webp or assets/logo.png
  • dimensions, aspect ratio, background, and transparency needs
  • style, brand, visual references, and forbidden elements
  • exact text that must appear, or no embedded text
  • required variants
  • acceptance checks

If SPEC.md asks for images but lacks output paths or acceptance checks, update or request a spec clarification before generating.

Generation Workflow

  1. Create an asset manifest in the workflow or task output, listing every image

to generate or edit.

  1. Build a precise prompt for each asset. Include product context, subject,

composition, lighting, style, dimensions, text constraints, and disallowed artifacts.

  1. Use the native Codex image generation capability when available. Favor high

quality for product-facing assets unless the spec explicitly says draft, preview, or low cost.

  1. Save each generated file to the exact path required by SPEC.md. Create

parent directories as needed.

  1. For edits, preserve the original source asset unless the spec explicitly

allows overwrite. Write edited variants to new paths.

  1. Record the revised prompt or final prompt, generated artifact path, and

generation status.

  1. Inspect the output before closeout. At minimum, check file existence, file

type, approximate dimensions, visible subject, text legibility when relevant, and obvious prompt violations.

Fail-Closed Output

When image generation is unavailable, write a handoff file beside the requested asset or under the workflow artifact, for example:

# Image Generation Handoff: hero

- Status: blocked-no-native-codex-image-tool
- Intended output: public/hero.webp
- Billing mode requested: Codex subscription, not OpenAI API
- Prompt: ...
- Acceptance checks: ...

Do not claim the image exists. Do not substitute stock images, SVG placeholders, CSS gradients, or API-generated images unless the spec explicitly accepts that fallback.

Closeout Requirements

Before reporting success:

  • every requested generated image has a real artifact path
  • each path exists in the workspace or is an attached image artifact that the

runtime can map to the workspace

  • prompts and revised prompts are recorded
  • any ungenerated image is marked blocked, not done
  • no API keys or secret files were read

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.