Gemini Image Remix
/install gemini-image-remix
Gemini Image Remix
A versatile tool for text-to-image generation and complex image-to-image remixing. By default, it uses Gemini 2.5 Flash Image for fast, high-quality results. It also supports flagship models like Gemini 3.0 Pro (Nano Banana Pro) for advanced artistic tasks.
Generate Image
Create stunning visuals from a text prompt.
uv run {baseDir}/scripts/remix.py --prompt "a cybernetic owl in a neon forest" --filename "owl.png"
Remix/Modify Image
Use one or more reference images to guide the generation. Perfect for style transfers, background changes, or character modifications.
uv run {baseDir}/scripts/remix.py --prompt "change the art style to a pencil sketch" --filename "sketch.png" -i "original.png"
Multi-image Composition
Combine elements from up to 14 different images into a single cohesive scene.
uv run {baseDir}/scripts/remix.py --prompt "place the character from image 1 into the environment of image 2" --filename "result.png" -i "character.png" -i "env.png"
Advanced Model Selection
Switch to advanced models like Nano Banana Pro for high-fidelity work.
uv run {baseDir}/scripts/remix.py --model "gemini-3-pro-image-preview" --prompt "highly detailed oil painting of a dragon" --filename "dragon.png"
Options
--prompt,-p: Image description or specific edit instructions.--filename,-f: The output path for the generated PNG.--input-image,-i: Path to an input image (repeatable up to 14 times).--resolution,-r:1K(default),2K, or4K.--aspect-ratio,-a: Output aspect ratio (e.g.,1:1,16:9,9:16,4:3,3:4).--model,-m: Model to use (defaults togemini-2.5-flash-image). Supported:gemini-2.5-flash-image,gemini-3-pro-image-preview.--api-key,-k: Gemini API key (defaults toGEMINI_API_KEYenv var).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gemini-image-remix - 安装完成后,直接呼叫该 Skill 的名称或使用
/gemini-image-remix触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gemini Image Remix 是什么?
Generate or remix images using Gemini models with text prompts and multiple input images, supporting various styles, resolutions, and advanced model options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1593 次。
如何安装 Gemini Image Remix?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gemini-image-remix」即可一键安装,无需额外配置。
Gemini Image Remix 是免费的吗?
是的,Gemini Image Remix 完全免费(开源免费),可自由下载、安装和使用。
Gemini Image Remix 支持哪些平台?
Gemini Image Remix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gemini Image Remix?
由 Rocco De Angelis(@rdeangel)开发并维护,当前版本 v1.0.0。