Generate or remix images using Gemini models with text prompts and multiple input images, supporting various styles, resolutions, and advanced model options.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gemini-image-remix或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gemini-image-remix⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gemini-image-remix/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gemini-image-remix description: Advanced image generation and remixing using Gemini. Supports Gemini 2.5 Flash Image (default) and models like Gemini 3.0 Pro (Nano Banana Pro). metadata: { "openclaw": { "emoji": "🎨", "requires": { "bins": ["uv"], "env": ["GEMINI_API_KEY"] }, "primaryEnv": "GEMINI_API_KEY", "install": [ { "id": "uv-brew", "kind": "brew", "formula": "uv", "bins": ["uv"], "label": "Install uv (brew)", }, ], }, } ---
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.
Create stunning visuals from a text prompt.
uv run {baseDir}/scripts/remix.py --prompt "a cybernetic owl in a neon forest" --filename "owl.png"
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"
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"
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"
--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, or 4K.--aspect-ratio, -a: Output aspect ratio (e.g., 1:1, 16:9, 9:16, 4:3, 3:4).--model, -m: Model to use (defaults to gemini-2.5-flash-image). Supported: gemini-2.5-flash-image, gemini-3-pro-image-preview.--api-key, -k: Gemini API key (defaults to GEMINI_API_KEY env var).安装 Gemini Image Remix 后,可以对 AI 说这些话来触发它
Help me get started with Gemini Image Remix
Explains what Gemini Image Remix does, walks through the setup, and runs a quick demo based on your current project
Use Gemini Image Remix to generate or remix images using Gemini models with text prompts and ...
Invokes Gemini Image Remix with the right parameters and returns the result directly in the conversation
What can I do with Gemini Image Remix in my design & creative workflow?
Lists the top use cases for Gemini Image Remix, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gemini-image-remix/ 目录(个人级,所有项目可用),或 .claude/skills/gemini-image-remix/(项目级)。重启 AI 客户端后,用 /gemini-image-remix 主动调用,或让 AI 根据上下文自动发现并使用。
Gemini Image Remix 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Gemini Image Remix 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Gemini Image Remix
Identifies repetitive steps in your workflow and sets up Gemini Image Remix to handle them automatically