Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion.
Generate images via ZenMux API (Pro/Elite). Supports Text-to-Image, Image-to-Image, and Multi-Image reference fusion.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill uses the ZenMux API to generate high-fidelity images using the Gemini 3 Pro Image (Nano Banana Pro) model.
Text-to-Image: Generate visuals from descriptive prompts. Image-to-Image: Modify an existing image based on a prompt. Multi-Image Fusion: Combine elements or styles from multiple reference images (e.g., character from one image, costume/style from another).
To generate an image, execute the scripts/generate.py script. IMPORTANT: You must set the ZENMUX_API_KEY environment variable. Model: Defaults to google/gemini-3-pro-image-preview. Provider: ZenMux (Requires Pro or higher plan).
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.