gemini-image

Generate and analyze images with Google Gemini models via the Python google-genai SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating and analyzing visual content by leveraging Google's Gemini models, eliminating the need for complex manual image manipulation or interpretation.

Core Features & Use Cases

  • Image Generation: Create new images from text descriptions using advanced AI models.
  • Image Understanding: Analyze existing images to extract information, describe content, or identify issues.
  • Use Case: Generate a marketing banner for a new product launch based on a brief description, or analyze a user interface screenshot to identify potential usability problems.

Quick Start

Generate an image of a futuristic cityscape at sunset.

Frequently Asked Questions about gemini-image

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

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

Image generation with Gemini involves submitting text prompts through the Python google-genai SDK, which processes the request and returns the created image data in a binary format.

Can I analyze existing images to extract information with Gemini?

Analyzing existing images with Gemini is possible by passing local files or URLs to the Skill, which uses multimodal AI to extract information, describe content, or identify issues.

Do I need an API key to use the Python SDK for image generation?

Configuring an API key is a required prerequisite to authenticate requests to Google Gemini models via the Python google-genai SDK for both image generation and analysis.

What is the best way to process visual content without manual image manipulation?

Using Gemini multimodal AI is the best way to process visual content without manual manipulation, automating both high-quality image creation and detailed visual analysis of files.

What image data formats are supported for input and output in Gemini visual analysis?

For Gemini visual analysis, the Skill processes input image data in base64 format and returns the generated output image data in binary format through the Python SDK.