image-gen

Community

Gemini-powered image generation via ZenMux.

AuthorMarkShawn2020
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates image generation from natural language prompts using Gemini via ZenMux, reducing design iteration time and manual image creation.

Core Features & Use Cases

  • Prompt-driven image generation: Generate high-quality images from text prompts using Gemini via ZenMux.
  • Quality control & output options: Choose output quality with -q low|medium|high and specify the output file.
  • Use Case: Create a hero image for a blog post by prompting "sustainable energy cityscape" and saving it as hero.png.

Quick Start

Run: python3 ~/.claude/skills/image-gen/gen_image.py "PROMPT" -o output.png -q high --ascii Display the generated image with the Read tool after generation.

Dependency Matrix

Required Modules

Pillowgoogle-genai

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: image-gen
Download link: https://github.com/MarkShawn2020/.claude/archive/main.zip#image-gen

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository