image-gen

Generate images from text prompts using OpenAI and Google APIs.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill image-gen-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-gen
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/image-gen
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill image-gen-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of digital images from textual descriptions, enabling users to generate visuals for various purposes without needing advanced design skills.

Core Features & Use Cases

  • Text-to-Image Generation: Create images from detailed prompts.
  • Provider Flexibility: Supports OpenAI (DALL-E) and Google (Imagen, Gemini) APIs.
  • Customization: Control aspect ratio, quality, and specific models.
  • Reference Images: Edit existing images using multimodal AI capabilities.
  • Use Case: Generate a unique banner image for a blog post, create concept art for a game, or produce social media graphics based on simple text descriptions.

Quick Start

Generate an image of a cat named 'cat.png' using a simple text prompt.

Frequently Asked Questions about image-gen

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

FAQPage Schema
How do I generate images from text prompts using OpenAI and Google APIs?

You can generate images from text prompts by sending textual descriptions to the OpenAI and Google APIs. This skill supports text-to-image generation, allowing you to create visuals from detailed prompts using models like DALL-E, Imagen, and Gemini.

Can I edit an existing reference image with AI?

Yes, you can edit existing reference images using multimodal AI capabilities. This feature allows you to modify existing visuals by integrating them with text prompts to guide the AI in generating customized variations.

Does this text-to-image skill support aspect ratio control?

Yes, text-to-image generation supports aspect ratio control. You can customize the dimensions of the generated images alongside quality and specific model selection to fit various use cases like blog banners or social media graphics.

What is the best way to use DALL-E and Gemini for programmatic image creation?

The best way to use DALL-E and Gemini for programmatic image creation is by integrating their official AI SDKs. This allows developers to automate text-to-image generation and customize outputs directly within their applications.