image-gen
Create AI-generated images by describing what you want. Select your preferred model, resolution, and aspect ratio, then optionally add reference images for style guidance. The skill handles the generation and saves your images locally.
image-gen generates AI images from text prompts using Gemini models with customizable resolution and aspect ratios.
AI-generated summary based on this skill's SKILL.md
Install
marswaveai/skills/image-gen · repository language: HTML
git clone https://github.com/marswaveai/skills
cp -r skills/image-gen ~/.claude/skills/image-gennpx skillfed install marswaveai/skills/image-genFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate an image from text with image-gen?
image-gen creates AI-generated images from your text descriptions. Simply describe what you want to visualize, and the skill generates the image based on your prompt. You can customize the resolution and aspect ratio to suit your needs, and optionally provide reference images to guide the style of the generated artwork.
Can image-gen create visual content with customizable resolution?
Yes, image-gen lets you customize both resolution and aspect ratio when creating visual content. This flexibility allows you to generate images tailored to your specific requirements, whether you need cover images, illustrations, concept art, or other visual materials from your text descriptions.
What does image-gen do with style reference images?
image-gen can use style reference images to guide the generation process. By providing reference images, you give the skill visual direction for how your generated artwork should look, helping ensure the output matches your desired aesthetic and style preferences.
Should I choose pro or flash model in image-gen?
image-gen offers both pro and flash models to balance your priorities. Choose the pro model for higher quality images when quality matters most, or select the flash model for faster generation when speed is more important. Your choice depends on whether you prioritize image quality or quick turnaround.
What types of images can image-gen create from descriptions?
image-gen can generate various types of visual content from text prompts, including cover images, illustrations, and concept art. The skill transforms your text descriptions into AI-generated artwork, making it versatile for creative projects, design work, and visualization needs.
SKILL.md
rendered from the published skill — quoted content, verbatim
When to Use
- User wants to generate an AI image from a text description
- User says "generate image", "draw", "create picture", "配图"
- User says "生成图片", "画一张", "AI图"
- User needs a cover image, illustration, or concept art
When NOT to Use
- User wants to create audio content (use
/podcast,/speech) - User wants to create a video (use
/explainer) - User wants to edit an existing image (not supported)
- User wants to extract content from a URL (use
/content-parser)
Purpose
Generate AI images using the ListenHub CLI. Supports text prompts with optional reference images (local files or URLs), multiple resolutions, and aspect ratios. Images are saved as local files.
Hard Constraints
- Always check CLI auth following
shared/cli-authentication.md - Follow
shared/cli-patterns.mdfor command execution and error handling - Always read config following
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
image-gen/SKILL.md
image-gen/references/prompt-guide.md
image-gen/shared