Loading...
Loading...
AI image generation CLI using Gemini. Use when generating images, checking syntax for resolution, aspect ratio, and reference image options.
npx skill4agent add cluesmith/codev generate-imagecodev generate-image "<prompt>" [options]-o, --output <file> # Output file path (default: output.png)
-r, --resolution <res> # Resolution: 1K, 2K, 4K (default: 1K)
-a, --aspect <ratio> # Aspect ratio (default: 1:1)
--ref <image> # Reference image (repeatable, max 14)1:116:99:163:44:33:22:3# Basic generation
codev generate-image "A sunset over mountains"
# High-res widescreen
codev generate-image "A futuristic city" -r 4K -a 16:9 -o city.png
# With reference images (style transfer)
codev generate-image "Same style but with cats" --ref style.png --ref layout.png
# Prompt from file
codev generate-image prompt.txt -o result.pngGEMINI_API_KEYGOOGLE_API_KEY.txtoutput.png-o