imagegen

Generate game art assets from prompts via the gpt-image-1 API.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/zeveck/imagegen --skill imagegen-zeveck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/zeveck/imagegen/tree/main/.claude/skills/imagegen
Command: npx skills add https://github.com/zeveck/imagegen --skill imagegen-zeveck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate images for game assets by orchestrating AI prompts, output handling, and optional iterations through a lightweight CLI wrapper around the gpt-image-1 API.

Core Features & Use Cases

  • Generate sprites, tiles, icons, and concept art for games from natural language prompts.
  • Supports iterative refinement, adjustable size, background options, and output formats.
  • Use case: rapidly prototype assets for a new game concept and maintain a local history log for versioning.

Quick Start

Run the generate.cjs script with a prompt and an output path to create your first image.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I generate game art and sprites from text prompts using AI?▼

To generate game art from text prompts, you use a CLI wrapper around the gpt-image-1 API to create sprites, tiles, icons, and concept art, saving outputs locally with versioning history.

What do I need to generate AI game assets with the gpt-image-1 API?▼

Generating AI game assets requires Node.js 20+ and an OpenAI API key to authenticate requests via the generate.cjs wrapper script.

Can I iteratively refine AI-generated concept art for game development?▼

Yes, you can iteratively refine AI-generated concept art by adjusting size, background options, and output formats within the generation script.

How do I save and version AI-generated game tiles locally?▼

You save and version AI-generated game tiles by running the generate.cjs wrapper with a prompt and output path, which automatically maintains a local history log for versioning.

Does this AI image generation approach support different output formats and sizes?▼

Yes, this AI image generation approach supports adjustable sizes, background options, and various output formats to accommodate different game asset requirements.