{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gemini-image-remix",
    "name": "Gemini Image Remix",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/rdeangel/gemini-image-remix",
    "canonicalUrl": "https://clawhub.ai/rdeangel/gemini-image-remix",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gemini-image-remix",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gemini-image-remix",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/remix.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gemini-image-remix"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gemini-image-remix",
    "agentPageUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Gemini Image Remix",
        "body": "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."
      },
      {
        "title": "Generate Image",
        "body": "Create stunning visuals from a text prompt.\n\nuv run {baseDir}/scripts/remix.py --prompt \"a cybernetic owl in a neon forest\" --filename \"owl.png\""
      },
      {
        "title": "Remix/Modify Image",
        "body": "Use one or more reference images to guide the generation. Perfect for style transfers, background changes, or character modifications.\n\nuv run {baseDir}/scripts/remix.py --prompt \"change the art style to a pencil sketch\" --filename \"sketch.png\" -i \"original.png\""
      },
      {
        "title": "Multi-image Composition",
        "body": "Combine elements from up to 14 different images into a single cohesive scene.\n\nuv 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\""
      },
      {
        "title": "Advanced Model Selection",
        "body": "Switch to advanced models like Nano Banana Pro for high-fidelity work.\n\nuv run {baseDir}/scripts/remix.py --model \"gemini-3-pro-image-preview\" --prompt \"highly detailed oil painting of a dragon\" --filename \"dragon.png\""
      },
      {
        "title": "Options",
        "body": "--prompt, -p: Image description or specific edit instructions.\n--filename, -f: The output path for the generated PNG.\n--input-image, -i: Path to an input image (repeatable up to 14 times).\n--resolution, -r: 1K (default), 2K, or 4K.\n--aspect-ratio, -a: Output aspect ratio (e.g., 1:1, 16:9, 9:16, 4:3, 3:4).\n--model, -m: Model to use (defaults to gemini-2.5-flash-image). Supported: gemini-2.5-flash-image, gemini-3-pro-image-preview.\n--api-key, -k: Gemini API key (defaults to GEMINI_API_KEY env var)."
      }
    ],
    "body": "Gemini Image Remix\n\nA 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.\n\nGenerate Image\n\nCreate stunning visuals from a text prompt.\n\nuv run {baseDir}/scripts/remix.py --prompt \"a cybernetic owl in a neon forest\" --filename \"owl.png\"\n\nRemix/Modify Image\n\nUse one or more reference images to guide the generation. Perfect for style transfers, background changes, or character modifications.\n\nuv run {baseDir}/scripts/remix.py --prompt \"change the art style to a pencil sketch\" --filename \"sketch.png\" -i \"original.png\"\n\nMulti-image Composition\n\nCombine elements from up to 14 different images into a single cohesive scene.\n\nuv 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\"\n\nAdvanced Model Selection\n\nSwitch to advanced models like Nano Banana Pro for high-fidelity work.\n\nuv run {baseDir}/scripts/remix.py --model \"gemini-3-pro-image-preview\" --prompt \"highly detailed oil painting of a dragon\" --filename \"dragon.png\"\n\nOptions\n--prompt, -p: Image description or specific edit instructions.\n--filename, -f: The output path for the generated PNG.\n--input-image, -i: Path to an input image (repeatable up to 14 times).\n--resolution, -r: 1K (default), 2K, or 4K.\n--aspect-ratio, -a: Output aspect ratio (e.g., 1:1, 16:9, 9:16, 4:3, 3:4).\n--model, -m: Model to use (defaults to gemini-2.5-flash-image). Supported: gemini-2.5-flash-image, gemini-3-pro-image-preview.\n--api-key, -k: Gemini API key (defaults to GEMINI_API_KEY env var)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rdeangel/gemini-image-remix",
    "publisherUrl": "https://clawhub.ai/rdeangel/gemini-image-remix",
    "owner": "rdeangel",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gemini-image-remix",
    "downloadUrl": "https://openagent3.xyz/downloads/gemini-image-remix",
    "agentUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-image-remix/agent.md"
  }
}