Install
openclaw skills install zenmux-image-generationGenerate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion.
openclaw skills install zenmux-image-generationThis skill uses the ZenMux API to generate high-fidelity images using the Gemini 3 Pro Image (Nano Banana Pro) model.
To generate an image, execute the scripts/generate.py script.
IMPORTANT:
ZENMUX_API_KEY environment variable.google/gemini-3-pro-image-preview.ZENMUX_API_KEY="YOUR_KEY" python3 scripts/generate.py --prompt "a cybernetic lobster in space"
ZENMUX_API_KEY="YOUR_KEY" python3 scripts/generate.py --prompt "make it winter" --images "summer.png"
ZENMUX_API_KEY="YOUR_KEY" python3 scripts/generate.py --prompt "put this child in this costume" --images "child.png" "costume.jpg"
--prompt (required): Text description of the task.--images (optional): Path(s) to one or more reference image files.--model (optional): Defaults to google/gemini-3-pro-image-preview.--output (optional): Defaults to generated_image.png.