gemini-imagegen

Generate and edit images using Google Gemini's native image generation models.

1.1k|99|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/dp-archive/archive --skill gemini-imagegen-dp-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-imagegen
Source: https://github.com/dp-archive/archive/tree/main/seed_skills/gemini-imagegen
Command: npx skills add https://github.com/dp-archive/archive --skill gemini-imagegen-dp-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for creating and modifying visual content using advanced AI image generation models, enabling users to produce custom illustrations and edit existing images programmatically.

Core Features & Use Cases

  • Text-to-Image Generation: Create images from textual descriptions.
  • Image Editing: Modify existing images based on prompts.
  • Multi-Image Composition: Combine multiple images.
  • Character Consistency: Maintain visual identity across generated images.
  • Use Case: Generate a series of illustrations for a presentation, ensuring a consistent art style across all slides.

Quick Start

Use the gemini-imagegen skill to generate an image of a cat wearing a hat.

Frequently Asked Questions about gemini-imagegen

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

FAQPage Schema
How do I generate images from text using Gemini?

To generate images from text using Gemini, you use the google-genai dependency to send textual descriptions to Google's native image generation models, requiring a valid GEMINI_API_KEY to authenticate the API requests and return custom illustrations.

Can I edit existing photos with Gemini image generation models?

Yes, you can edit existing photos with Gemini image generation models by providing a reference image alongside a text prompt, allowing the AI to modify the existing visual content programmatically based on your instructions.

Do I need a Google API key to use Gemini for AI art generation?

Yes, you need a GEMINI_API_KEY to use Gemini for AI art generation, as this Skill relies on the google-genai dependency to authenticate requests to Google's native image generation models for text-to-image and editing tasks.

What is the best way to maintain character consistency across multiple AI illustrations?

The best way to maintain character consistency across multiple AI illustrations is using Gemini's multi-image composition and reference image editing features, which preserve visual identity across generated outputs for series like presentation slides.

Does Gemini image generation support combining multiple images into one composition?

Yes, Gemini image generation supports multi-image composition, allowing you to combine multiple images programmatically through the Google API to create unified visual outputs from several distinct reference images.