{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nano-banana-2",
    "name": "Nano Banana 2",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/nano-banana-2",
    "canonicalUrl": "https://clawhub.ai/okaris/nano-banana-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nano-banana-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nano-banana-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/nano-banana-2"
    },
    "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/nano-banana-2",
    "agentPageUrl": "https://openagent3.xyz/skills/nano-banana-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nano-banana-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nano-banana-2/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": "Nano Banana 2 - Gemini 3.1 Flash Image Preview",
        "body": "Generate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\"prompt\": \"a banana in space, photorealistic\"}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Basic Text-to-Image",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"A futuristic cityscape at sunset with flying cars\"\n}'"
      },
      {
        "title": "Multiple Images",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Minimalist logo design for a coffee shop\",\n  \"num_images\": 4\n}'"
      },
      {
        "title": "Custom Aspect Ratio",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Panoramic mountain landscape with northern lights\",\n  \"aspect_ratio\": \"16:9\"\n}'"
      },
      {
        "title": "Image Editing (with input images)",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Add a rainbow in the sky\",\n  \"images\": [\"https://example.com/landscape.jpg\"]\n}'"
      },
      {
        "title": "High Resolution (4K)",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Detailed illustration of a medieval castle\",\n  \"resolution\": \"4K\"\n}'"
      },
      {
        "title": "With Google Search Grounding",
        "body": "infsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Current weather in Tokyo visualized as an artistic scene\",\n  \"enable_google_search\": true\n}'"
      },
      {
        "title": "Input Options",
        "body": "ParameterTypeDescriptionpromptstringRequired. What to generate or changeimagesarrayInput images for editing (up to 14). Supported: JPEG, PNG, WebPnum_imagesintegerNumber of images to generateaspect_ratiostringOutput ratio: \"1:1\", \"16:9\", \"9:16\", \"4:3\", \"3:4\", \"auto\"resolutionstring\"1K\", \"2K\", \"4K\" (default: 1K)output_formatstringOutput format for imagesenable_google_searchbooleanEnable real-time info grounding (weather, news, etc.)"
      },
      {
        "title": "Output",
        "body": "FieldTypeDescriptionimagesarrayThe generated or edited imagesdescriptionstringText description or response from the modeloutput_metaobjectMetadata about inputs/outputs for pricing"
      },
      {
        "title": "Prompt Tips",
        "body": "Styles: photorealistic, illustration, watercolor, oil painting, digital art, anime, 3D render\n\nComposition: close-up, wide shot, aerial view, macro, portrait, landscape\n\nLighting: natural light, studio lighting, golden hour, dramatic shadows, neon\n\nDetails: add specific details about textures, colors, mood, atmosphere"
      },
      {
        "title": "Sample Workflow",
        "body": "# 1. Generate sample input to see all options\ninfsh app sample google/gemini-3-1-flash-image-preview --save input.json\n\n# 2. Edit the prompt\n# 3. Run\ninfsh app run google/gemini-3-1-flash-image-preview --input input.json"
      },
      {
        "title": "Python SDK",
        "body": "from inferencesh import inference\n\nclient = inference()\n\n# Basic generation\nresult = client.run({\n    \"app\": \"google/gemini-3-1-flash-image-preview@0c7ma1ex\",\n    \"input\": {\n        \"prompt\": \"A banana in space, photorealistic\"\n    }\n})\nprint(result[\"output\"])\n\n# Stream live updates\nfor update in client.run({\n    \"app\": \"google/gemini-3-1-flash-image-preview@0c7ma1ex\",\n    \"input\": {\n        \"prompt\": \"A futuristic cityscape at sunset\"\n    }\n}, stream=True):\n    if update.get(\"progress\"):\n        print(f\"progress: {update['progress']}%\")\n    if update.get(\"output\"):\n        print(f\"output: {update['output']}\")"
      },
      {
        "title": "Related Skills",
        "body": "# Original Nano Banana (Gemini 3 Pro Image, Gemini 2.5 Flash Image)\nnpx skills add inference-sh/skills@nano-banana\n\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All image generation models\nnpx skills add inference-sh/skills@ai-image-generation\n\nBrowse all image apps: infsh app list --category image"
      },
      {
        "title": "Documentation",
        "body": "Running Apps - How to run apps via CLI\nStreaming Results - Real-time progress updates\nFile Handling - Working with images"
      }
    ],
    "body": "Nano Banana 2 - Gemini 3.1 Flash Image Preview\n\nGenerate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\"prompt\": \"a banana in space, photorealistic\"}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nExamples\nBasic Text-to-Image\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"A futuristic cityscape at sunset with flying cars\"\n}'\n\nMultiple Images\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Minimalist logo design for a coffee shop\",\n  \"num_images\": 4\n}'\n\nCustom Aspect Ratio\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Panoramic mountain landscape with northern lights\",\n  \"aspect_ratio\": \"16:9\"\n}'\n\nImage Editing (with input images)\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Add a rainbow in the sky\",\n  \"images\": [\"https://example.com/landscape.jpg\"]\n}'\n\nHigh Resolution (4K)\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Detailed illustration of a medieval castle\",\n  \"resolution\": \"4K\"\n}'\n\nWith Google Search Grounding\ninfsh app run google/gemini-3-1-flash-image-preview --input '{\n  \"prompt\": \"Current weather in Tokyo visualized as an artistic scene\",\n  \"enable_google_search\": true\n}'\n\nInput Options\nParameter\tType\tDescription\nprompt\tstring\tRequired. What to generate or change\nimages\tarray\tInput images for editing (up to 14). Supported: JPEG, PNG, WebP\nnum_images\tinteger\tNumber of images to generate\naspect_ratio\tstring\tOutput ratio: \"1:1\", \"16:9\", \"9:16\", \"4:3\", \"3:4\", \"auto\"\nresolution\tstring\t\"1K\", \"2K\", \"4K\" (default: 1K)\noutput_format\tstring\tOutput format for images\nenable_google_search\tboolean\tEnable real-time info grounding (weather, news, etc.)\nOutput\nField\tType\tDescription\nimages\tarray\tThe generated or edited images\ndescription\tstring\tText description or response from the model\noutput_meta\tobject\tMetadata about inputs/outputs for pricing\nPrompt Tips\n\nStyles: photorealistic, illustration, watercolor, oil painting, digital art, anime, 3D render\n\nComposition: close-up, wide shot, aerial view, macro, portrait, landscape\n\nLighting: natural light, studio lighting, golden hour, dramatic shadows, neon\n\nDetails: add specific details about textures, colors, mood, atmosphere\n\nSample Workflow\n# 1. Generate sample input to see all options\ninfsh app sample google/gemini-3-1-flash-image-preview --save input.json\n\n# 2. Edit the prompt\n# 3. Run\ninfsh app run google/gemini-3-1-flash-image-preview --input input.json\n\nPython SDK\nfrom inferencesh import inference\n\nclient = inference()\n\n# Basic generation\nresult = client.run({\n    \"app\": \"google/gemini-3-1-flash-image-preview@0c7ma1ex\",\n    \"input\": {\n        \"prompt\": \"A banana in space, photorealistic\"\n    }\n})\nprint(result[\"output\"])\n\n# Stream live updates\nfor update in client.run({\n    \"app\": \"google/gemini-3-1-flash-image-preview@0c7ma1ex\",\n    \"input\": {\n        \"prompt\": \"A futuristic cityscape at sunset\"\n    }\n}, stream=True):\n    if update.get(\"progress\"):\n        print(f\"progress: {update['progress']}%\")\n    if update.get(\"output\"):\n        print(f\"output: {update['output']}\")\n\nRelated Skills\n# Original Nano Banana (Gemini 3 Pro Image, Gemini 2.5 Flash Image)\nnpx skills add inference-sh/skills@nano-banana\n\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All image generation models\nnpx skills add inference-sh/skills@ai-image-generation\n\n\nBrowse all image apps: infsh app list --category image\n\nDocumentation\nRunning Apps - How to run apps via CLI\nStreaming Results - Real-time progress updates\nFile Handling - Working with images"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/nano-banana-2",
    "publisherUrl": "https://clawhub.ai/okaris/nano-banana-2",
    "owner": "okaris",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nano-banana-2",
    "downloadUrl": "https://openagent3.xyz/downloads/nano-banana-2",
    "agentUrl": "https://openagent3.xyz/skills/nano-banana-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nano-banana-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nano-banana-2/agent.md"
  }
}