gemini-image-generator

Generate game assets from prompts using Google Gemini AI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ccalebcarter/purria-skills --skill gemini-image-generator-ccalebcarter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-image-generator
Source: https://github.com/ccalebcarter/purria-skills/tree/main/skills/gemini-image-generator
Command: npx skills add https://github.com/ccalebcarter/purria-skills --skill gemini-image-generator-ccalebcarter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, Pillow, requests, and includes scripts (resource) components.

What problem does it solve?

AI-assisted image generation accelerates creation of game visuals by turning prompts and optional references into consistent concept art, sprites, UI elements, and promotional visuals.

Core Features & Use Cases

  • Text-to-image generation for concept art, characters, and environments
  • Image-to-image style transfer to match an art direction from a reference
  • Prompt engineering guidance to achieve cohesive visuals across assets
  • Seamless integration with asset pipelines and output size options

Quick Start

Provide a descriptive prompt and an optional reference image to generate game-ready assets.

Frequently Asked Questions about gemini-image-generator

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

FAQPage Schema
How do I generate game art assets from text prompts using Gemini AI?

Generate game art assets from text prompts using Gemini AI by providing descriptive text to the generation script, which processes the input and saves the resulting image to a user-specified file path for immediate use.

Can I use a reference image for style transfer when generating game sprites?

Yes, you can use a reference image for style transfer when generating game sprites. The script optionally consumes a reference image to provide style guidance, ensuring the output visuals match your desired art direction.

What do I need to set up before generating concept art with Google Gemini?

Before generating concept art with Google Gemini, you need to set the GEMINI_API_KEY in your environment. This key authenticates the requests sent from the Python script to the Google Gemini API.

What types of game development visuals can I create with AI image generation?

With AI image generation, you can create concept art, characters, environments, UI icons, backgrounds, and promotional images. These assets integrate seamlessly into existing game development pipelines with various output size options.

Does this image generation script require installing specific Python dependencies?

Yes, the image generation script requires installing specific Python dependencies. You must install the google-genai library for API interaction, along with Pillow for image processing and requests for handling network calls.