generate-image

Generate images from text prompts using the Gemini API.

284|41|Updated Sep 19, 2025
One-click install
npx skills add https://github.com/cluesmith/codev --skill generate-image-cluesmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-image
Source: https://github.com/cluesmith/codev/tree/main/codev-skeleton/.claude/skills/generate-image
Command: npx skills add https://github.com/cluesmith/codev --skill generate-image-cluesmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn text prompts into AI-generated images using Gemini, enabling rapid visual concept creation without manual art tools.

Core Features & Use Cases

  • Prompt-driven image generation: Create images from natural language prompts using Gemini's image model.
  • Configurable output: Specify resolution, aspect ratio, and optional reference images for style transfer.
  • Use Case: Designers can quickly prototype visuals for marketing, branding, or product concepts by describing scenes.

Quick Start

Provide a short natural language prompt to codev generate-image to create an image with sensible defaults.

Frequently Asked Questions about generate-image

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

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

To generate AI images from text prompts using Gemini, you provide a natural language description to the CLI, which then outputs the created visual without manual art tools.

Can I use a reference image for style transfer with Gemini image generation?

Yes, you can supply optional reference images alongside your text prompts to perform style transfer, allowing the Gemini model to match specific visual aesthetics.

How do I configure resolution and aspect ratio for AI-generated images?

You can specify output resolution and aspect ratio through configurable CLI options when running the image generation command to match your design requirements.

Do I need a Gemini API key to generate images from the command line?

Yes, Gemini API access is required to authenticate your requests and generate AI images from the command line interface.

What are the best use cases for prompt-driven image generation?

Prompt-driven image generation is ideal for rapid prototyping of concept art, marketing visuals, and product design iterations directly from simple text descriptions.

Does Gemini CLI support batch generation for design prototyping?

The skill supports rapid iterations from simple prompts to facilitate design prototyping, though explicit batch processing capabilities are not detailed in the core metadata.