by aldegad · Codex Skill · ★ 22
image-gen skill v1.1 Codex/Claude skill for generating images through Codex's built-in tool by spawning a fresh session. The main workflow is documented in . The short version: Uses ChatGPT OAuth via Codex, not an fallback. Spawns a fresh Codex session per call to keep image prompts isolated from the caller's long-running context (do not use — the session rollout must persist for extraction). codex v0.140.0 no longer writes ; the image arrives as inline base64 in the session rollout jsonl. decodes it deterministically to a real PNG instead of trusting model-reported paths.
| Stars | 22 |
| Forks | 5 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 62.7647402045865/100 |
| Last Updated | 2026-07-07 |
| Created | 2026-05-12 |
| Platforms | codex, python |
| Est. Tokens | ~5k |
Explore other popular codex skill tools:
image-gen is Codex image_gen skill wrapper with fresh exec isolation. It is categorized as a Codex Skill with 22 GitHub stars.
image-gen is primarily written in Python.
You can find installation instructions and usage details in the image-gen GitHub repository at github.com/aldegad/image-gen. The project has 22 stars and 5 forks, indicating an active community.
image-gen is released under the MIT license, making it free to use and modify according to the license terms.