{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gemini-image-simple",
    "name": "Gemini Image Simple",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Cluka-399/gemini-image-simple",
    "canonicalUrl": "https://clawhub.ai/Cluka-399/gemini-image-simple",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gemini-image-simple",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gemini-image-simple",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.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-simple"
    },
    "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-simple",
    "agentPageUrl": "https://openagent3.xyz/skills/gemini-image-simple/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-image-simple/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-image-simple/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 Simple",
        "body": "Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) - the highest quality image generation model."
      },
      {
        "title": "Why This Skill",
        "body": "FeatureThis SkillOthers (nano-banana-pro, etc.)DependenciesNone (stdlib only)google-genai, pillow, etc.Requires pip/uv❌ No✅ YesWorks on Fly.io free✅ Yes❌ FailsWorks in containers✅ Yes❌ Often failsImage generation✅ Full✅ FullImage editing✅ Yes✅ YesSetup complexityJust set API keyInstall packages first\n\nBottom line: This skill works anywhere Python 3 exists. No package managers, no virtual environments, no permission issues."
      },
      {
        "title": "Quick Start",
        "body": "# Generate\npython3 /data/clawd/skills/gemini-image-simple/scripts/generate.py \"A cat wearing a tiny hat\" cat.png\n\n# Edit existing image  \npython3 /data/clawd/skills/gemini-image-simple/scripts/generate.py \"Make it sunset lighting\" edited.png --input original.png"
      },
      {
        "title": "Generate new image",
        "body": "python3 {baseDir}/scripts/generate.py \"your prompt\" output.png"
      },
      {
        "title": "Edit existing image",
        "body": "python3 {baseDir}/scripts/generate.py \"edit instructions\" output.png --input source.png\n\nSupported input formats: PNG, JPG, JPEG, GIF, WEBP"
      },
      {
        "title": "Environment",
        "body": "Set GEMINI_API_KEY environment variable. Get one at https://aistudio.google.com/apikey"
      },
      {
        "title": "How It Works",
        "body": "Uses Nano Banana Pro (nano-banana-pro-preview) - Google's highest quality image generation model:\n\nPure urllib.request for HTTP (no requests library)\nPure json for parsing (stdlib)\nPure base64 for encoding (stdlib)\n\nThat's it. No external packages. Works on any Python 3.10+ installation."
      },
      {
        "title": "Model",
        "body": "Currently using: nano-banana-pro-preview (also known as Gemini 3 Pro Image)\n\nOther available models (can be changed in generate.py if needed):\n\ngemini-3-pro-image-preview - Same as Nano Banana Pro\nimagen-4.0-ultra-generate-001 - Imagen 4.0 Ultra\nimagen-4.0-generate-001 - Imagen 4.0\ngemini-2.5-flash-image - Gemini 2.5 Flash with image gen"
      },
      {
        "title": "Examples",
        "body": "# Landscape\npython3 {baseDir}/scripts/generate.py \"Misty mountains at sunrise, photorealistic\" mountains.png\n\n# Product shot\npython3 {baseDir}/scripts/generate.py \"Minimalist product photo of a coffee cup, white background\" coffee.png\n\n# Edit: change style\npython3 {baseDir}/scripts/generate.py \"Convert to watercolor painting style\" watercolor.png --input photo.jpg\n\n# Edit: add element\npython3 {baseDir}/scripts/generate.py \"Add a rainbow in the sky\" rainbow.png --input landscape.png"
      }
    ],
    "body": "Gemini Image Simple\n\nGenerate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) - the highest quality image generation model.\n\nWhy This Skill\nFeature\tThis Skill\tOthers (nano-banana-pro, etc.)\nDependencies\tNone (stdlib only)\tgoogle-genai, pillow, etc.\nRequires pip/uv\t❌ No\t✅ Yes\nWorks on Fly.io free\t✅ Yes\t❌ Fails\nWorks in containers\t✅ Yes\t❌ Often fails\nImage generation\t✅ Full\t✅ Full\nImage editing\t✅ Yes\t✅ Yes\nSetup complexity\tJust set API key\tInstall packages first\n\nBottom line: This skill works anywhere Python 3 exists. No package managers, no virtual environments, no permission issues.\n\nQuick Start\n# Generate\npython3 /data/clawd/skills/gemini-image-simple/scripts/generate.py \"A cat wearing a tiny hat\" cat.png\n\n# Edit existing image  \npython3 /data/clawd/skills/gemini-image-simple/scripts/generate.py \"Make it sunset lighting\" edited.png --input original.png\n\nUsage\nGenerate new image\npython3 {baseDir}/scripts/generate.py \"your prompt\" output.png\n\nEdit existing image\npython3 {baseDir}/scripts/generate.py \"edit instructions\" output.png --input source.png\n\n\nSupported input formats: PNG, JPG, JPEG, GIF, WEBP\n\nEnvironment\n\nSet GEMINI_API_KEY environment variable. Get one at https://aistudio.google.com/apikey\n\nHow It Works\n\nUses Nano Banana Pro (nano-banana-pro-preview) - Google's highest quality image generation model:\n\nPure urllib.request for HTTP (no requests library)\nPure json for parsing (stdlib)\nPure base64 for encoding (stdlib)\n\nThat's it. No external packages. Works on any Python 3.10+ installation.\n\nModel\n\nCurrently using: nano-banana-pro-preview (also known as Gemini 3 Pro Image)\n\nOther available models (can be changed in generate.py if needed):\n\ngemini-3-pro-image-preview - Same as Nano Banana Pro\nimagen-4.0-ultra-generate-001 - Imagen 4.0 Ultra\nimagen-4.0-generate-001 - Imagen 4.0\ngemini-2.5-flash-image - Gemini 2.5 Flash with image gen\nExamples\n# Landscape\npython3 {baseDir}/scripts/generate.py \"Misty mountains at sunrise, photorealistic\" mountains.png\n\n# Product shot\npython3 {baseDir}/scripts/generate.py \"Minimalist product photo of a coffee cup, white background\" coffee.png\n\n# Edit: change style\npython3 {baseDir}/scripts/generate.py \"Convert to watercolor painting style\" watercolor.png --input photo.jpg\n\n# Edit: add element\npython3 {baseDir}/scripts/generate.py \"Add a rainbow in the sky\" rainbow.png --input landscape.png"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Cluka-399/gemini-image-simple",
    "publisherUrl": "https://clawhub.ai/Cluka-399/gemini-image-simple",
    "owner": "Cluka-399",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gemini-image-simple",
    "downloadUrl": "https://openagent3.xyz/downloads/gemini-image-simple",
    "agentUrl": "https://openagent3.xyz/skills/gemini-image-simple/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-image-simple/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-image-simple/agent.md"
  }
}