Agent skill · Design & Presentation

genai-image

Generate images using Google GenAI Nano Banana Pro model via CLI. Use when the user asks to create images, generate pictures, make AI art, do image-to-image transformations, place people in scenes, or create character variations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill genai-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/genai-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GenAI Image Generation Skill Generate high-quality images using the `genai-cli image` command with Nano Banana Pro. ## Quick Start ```bash # Basic image generation uv run genai-cli image "your prompt here" --aspect 16:9 # Image-to-image (use existing image as reference) uv run genai-cli image "place this person in a datacenter" --input ./photo.png --aspect 16:9 # With all options uv run genai-cli image "robot in tuxedo" --aspect 9:16 --variations 3 --quality 90 ``` ## CLI Reference ``` uv run genai-cli image [OPTIONS] PROMPT Options: --aspect, -a Aspect ratio (1:1, 9:16, 16:9, 4:3, 3:4, 3:2, 2:3, 4:5, 5:4, 21:9) --resolution, -r Resolution: 1K or 4K --variations, -v Number of images (1-10) --quality, -q Output quality (0-100) --guidance, -g Prompt adherence (0-20) --enhance Auto-improve prompt --format, -f Output format: png, jpeg, webp --output, -o Output directory (default: ./genai_outputs/) --input, -i Input image for image-to-image generation --json Output as JSON ``` ## Image-to-Image Generation Use an existing image as a reference to generate new images: ```bash # Place a person in a new scene uv run genai-cli image "Place this person in a modern datacenter with server rack

What's inside
Steps it walks through
  1. Quick Start
  2. CLI Reference
  3. Image-to-Image Generation
  4. Supported Aspect Ratios
  5. Examples
  6. Basic Generation
  7. High Quality Portrait
  8. Batch Generation
  9. Person in Datacenter (Image-to-Image)
  10. With JSON Output (for automation)
  11. Output
  12. Prompt Tips
  13. Prerequisites
Ships with 1 file
  • metadata.json
Commands it runs
Basic image generation
uv run genai-cli image "your prompt here" --aspect 16:9
Image-to-image (use existing image as reference)
uv run genai-cli image "place this person in a datacenter" --input ./photo.png --aspect 16:9
With all options
uv run genai-cli image "robot in tuxedo" --aspect 9:16 --variations 3 --quality 90
Place a person in a new scene
uv run genai-cli image "Place this person in a modern datacenter with server racks and blue LED lights" \
Transform a photo
uv run genai-cli image "Convert to anime style, vibrant colors" \
More from claude-skill-registry
All skills →
About this skill
What does the genai-image skill do?

Generate images using Google GenAI Nano Banana Pro model via CLI. Use when the user asks to create images, generate pictures, make AI art, do image-to-image transformations, place people in scenes, or create character variations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill genai-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going