← 返回 Skills 市场
rdeangel

Gemini Image Remix

作者 Rocco De Angelis · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1593
总下载
2
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

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, 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).
安全使用建议
This skill will read any local image files you pass to it and send those images plus your text prompt to the Gemini API using the GEMINI_API_KEY. Before installing or running it: 1) Confirm you trust the Gemini API endpoint/service for handling the images and prompts (private or sensitive images may be exposed). 2) Provide a scoped or replaceable API key (rotate or revoke if needed). 3) Install the Python dependencies (google-genai, pillow) from official PyPI packages in a controlled environment. 4) Verify the 'uv' brew formula source on your system if you do not already have 'uv'. If you need the script to avoid uploading certain files, do not pass those files as input. Overall the package is consistent with its stated purpose; the main risks are privacy of uploaded images and managing the API key.
功能分析
Type: OpenClaw Skill Name: gemini-image-remix Version: 1.0.0 The skill bundle is designed for image generation and remixing using the Gemini API. All operations, including dependency installation via `uv` and `brew`, API key handling, and image processing, are standard and align with the stated purpose. The `SKILL.md` provides clear instructions without any prompt injection attempts against the agent. The `remix.py` script uses `argparse` for robust argument handling, preventing shell injection from user input, and interacts only with the Google GenAI library for its core functionality. There is no evidence of data exfiltration, unauthorized network activity, persistence mechanisms, or other malicious intent. While `Pillow` (used for image processing) could theoretically have vulnerabilities exploitable by malicious input images, this is a general software vulnerability and not indicative of malicious intent within this skill.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions. Requiring GEMINI_API_KEY and the 'uv' runner is appropriate for a script that calls the Gemini API via google-genai and is executed with 'uv run'.
Instruction Scope
SKILL.md and the script instruct running the local Python script and passing local image paths and a prompt. The script reads only the input image files you explicitly provide, the prompt, and the GEMINI_API_KEY; it sends those to the Gemini API. It does not attempt to read unrelated system files or other environment variables. Note: transmitting local images and prompts to the Gemini service is expected behavior but may have privacy implications.
Install Mechanism
Install spec uses a Homebrew formula 'uv' (traceable and low risk). The Python dependencies (google-genai, pillow) are declared in a header comment in the script but not installed by the SKILL.md install step — you'll need to install them in your Python environment (pip). This is not malicious but is a potential operational gap to be aware of.
Credentials
Only GEMINI_API_KEY is required and designated as the primary credential, which is proportional to the skill's purpose. No other secrets or unrelated environment/config paths are requested.
Persistence & Privilege
The skill is not force-included (always: false) and does not request elevated or persistent system privileges. It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gemini-image-remix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gemini-image-remix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Gemini Image Remix 1.0.0 initial release: - Powerful text-to-image and image-to-image generation with Gemini models. - Default support for Gemini 2.5 Flash Image; option to use Gemini 3.0 Pro (Nano Banana Pro). - Allows remixing and modification of up to 14 images in a single composition. - Versatile options for resolution, aspect ratio, and advanced controls. - Simple command-line usage with detailed prompts and model selection.
元数据
Slug gemini-image-remix
版本 1.0.0
许可证
累计安装 16
当前安装数 15
历史版本数 1
常见问题

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。

💬 留言讨论