chatgpt-imagegen

Generate images from text descriptions using ChatGPT subscription backends.

321|33|Updated May 18, 2026
One-click install
npx skills add https://github.com/leeguooooo/chatgpt-imagegen --skill chatgpt-imagegen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatgpt-imagegen
Source: https://github.com/leeguooooo/chatgpt-imagegen/tree/main
Command: npx skills add https://github.com/leeguooooo/chatgpt-imagegen --skill chatgpt-imagegen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to generate images using their ChatGPT subscription without the need for an OpenAI API key, making image generation accessible to free-tier users and those without an API key.

Core Features & Use Cases

  • Image Generation: Generate images from text descriptions with a variety of styles and backends.
  • Backends: Offers two backends: 'web' (default) for logged-in ChatGPT browser usage, and 'codex' for headless fallback.
  • Use Case: Use this Skill to create custom images for projects, blog posts, or any other content where images are needed.

Quick Start

Generate an image of a "robot in space" with a "futuristic style" and save it as "robot.jpg" using the following command: chatgpt-imagegen "robot in space" --style futuristic --output robot.jpg

Frequently Asked Questions about chatgpt-imagegen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text descriptions without an OpenAI API key?

You can generate images from text descriptions without an OpenAI API key by leveraging your existing ChatGPT subscription and OpenAI's backend-api endpoint to process prompts.

Can I use my ChatGPT subscription to create visual assets for projects?

Yes, you can use your ChatGPT subscription to create custom visual assets for blog posts, documentation, and other content by specifying text prompts and desired styles.

What backends are available for AI image generation with a ChatGPT subscription?

Available backends for AI image generation include 'web' for logged-in ChatGPT browser usage and 'codex' for headless fallback processing.

Do I need a paid OpenAI API key to use ChatGPT for image creation?

No, you do not need a paid OpenAI API key for image creation; a standard ChatGPT subscription and either the web or codex backend are sufficient.

How do I save generated AI art as a specific file format like JPG?

You save generated AI art as a specific file format like JPG by including the output filename and path in your command, such as setting the output to robot.jpg.