{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nano-banana-skill",
    "name": "Nano Banana Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/seekton/nano-banana-skill",
    "canonicalUrl": "https://clawhub.ai/seekton/nano-banana-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nano-banana-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nano-banana-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-skill"
    },
    "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-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/nano-banana-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nano-banana-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nano-banana-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Nano Banana Skill",
        "body": "Nano Banana is Google's cutting-edge AI image generation model series designed for AI agents. Part of the Monet AI unified API platform."
      },
      {
        "title": "When to Use",
        "body": "Use this skill when:\n\nCharacter Consistent Image Series: Create images with consistent characters using reference images\n\nnano-banana-1: Up to 5 reference images for character consistency\nnano-banana-1-pro: Up to 14 reference images with 1K-4K resolution\nnano-banana-2: Latest Gemini model with extreme aspect ratio support\n\n\nHigh-Resolution Output: Generate professional-grade images with 1K, 2K, or 4K resolution\nUltra-Wide Formats: Create panoramic images with extreme aspect ratios (21:9, 8:1)\nStyle Transfer: Use multiple reference images to guide style and character"
      },
      {
        "title": "Getting API Key",
        "body": "Visit https://monet.vision to register an account\nAfter login, go to https://monet.vision/skills/keys to create an API Key\nConfigure the API Key in environment variables or code\n\nIf you don't have an API Key, ask your owner to apply at monet.vision."
      },
      {
        "title": "Create an Image Generation Task",
        "body": "curl -X POST https://monet.vision/api/v1/tasks/async \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat in a garden\",\n      \"aspect_ratio\": \"16:9\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'\n\n⚠️ Important: idempotency_key is required. Use a unique value (e.g., UUID) to prevent duplicate task creation if the request is retried.\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"pending\",\n  \"type\": \"image\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}"
      },
      {
        "title": "Get Task Status and Result",
        "body": "Task processing is asynchronous. You need to poll the task status until it becomes success or failed. Recommended polling interval: 5 seconds.\n\ncurl https://monet.vision/api/v1/tasks/task_abc123 \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\nResponse when completed:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"success\",\n  \"type\": \"image\",\n  \"outputs\": [\n    {\n      \"model\": \"nano-banana-1\",\n      \"status\": \"success\",\n      \"progress\": 100,\n      \"url\": \"https://files.monet.vision/...\"\n    }\n  ],\n  \"created_at\": \"2026-02-27T10:00:00Z\",\n  \"updated_at\": \"2026-02-27T10:01:30Z\"\n}\n\nExample: Poll until completion\n\nconst TASK_ID = \"task_abc123\";\nconst MONET_API_KEY = process.env.MONET_API_KEY;\n\nasync function pollTask() {\n  while (true) {\n    const response = await fetch(\n      `https://monet.vision/api/v1/tasks/${TASK_ID}`,\n      {\n        headers: {\n          Authorization: `Bearer ${MONET_API_KEY}`,\n        },\n      },\n    );\n\n    const data = await response.json();\n    const status = data.status;\n\n    if (status === \"success\") {\n      console.log(\"Task completed successfully!\");\n      console.log(JSON.stringify(data, null, 2));\n      break;\n    } else if (status === \"failed\") {\n      console.log(\"Task failed!\");\n      console.log(JSON.stringify(data, null, 2));\n      break;\n    } else {\n      console.log(`Task status: ${status}, waiting...`);\n      await new Promise((resolve) => setTimeout(resolve, 5000));\n    }\n  }\n}\n\npollTask();"
      },
      {
        "title": "nano-banana-1",
        "body": "nano-banana-1 - Google Nano Banana\n\nUltra-high character consistency\n\n🎯 Use Cases: Image series requiring consistent character appearance\n📐 Max Reference Images: 5\n\n{\n  model: \"nano-banana-1\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 5 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"16:9\" | \"9:16\"\n}"
      },
      {
        "title": "nano-banana-1-pro",
        "body": "nano-banana-1-pro - Nano Banana Pro\n\nGoogle flagship generation model\n\n🎯 Use Cases: Professional-grade high-quality image generation\n📐 Max Reference Images: 14\n🖥️ Resolution: 1K, 2K, 4K\n\n{\n  model: \"nano-banana-1-pro\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 14 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"4:5\" | \"5:4\" | \"16:9\" | \"9:16\" | \"21:9\",\n  resolution?: \"1K\" | \"2K\" | \"4K\"\n}"
      },
      {
        "title": "nano-banana-2",
        "body": "nano-banana-2 - Nano Banana 2\n\nGoogle Gemini latest model\n\n🎯 Use Cases: Latest technology for high-quality image generation\n📐 Max Reference Images: 14\n🖥️ Resolution: 1K, 2K, 4K\n🌍 Special: Ultra-wide aspect ratios including 8:1\n\n{\n  model: \"nano-banana-2\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 14 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"4:5\" | \"5:4\" | \"16:9\" | \"9:16\" | \"21:9\" | \"4:1\" | \"1:4\" | \"8:1\" | \"1:8\",\n  resolution?: \"1K\" | \"2K\" | \"4K\"\n}"
      },
      {
        "title": "Create Task (Async)",
        "body": "POST /api/v1/tasks/async - Create an async task. Returns immediately with task ID.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/tasks/async \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'\n\n⚠️ Important: idempotency_key is required. Use a unique value (e.g., UUID) to prevent duplicate task creation if the request is retried.\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"pending\",\n  \"type\": \"image\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}"
      },
      {
        "title": "Create Task (Streaming)",
        "body": "POST /api/v1/tasks/sync - Create a task with SSE streaming. Waits for completion and streams progress.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/tasks/sync \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -N \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'"
      },
      {
        "title": "Get Task",
        "body": "GET /api/v1/tasks/{taskId} - Get task status and result.\n\nRequest:\n\ncurl https://monet.vision/api/v1/tasks/task_abc123 \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"success\",\n  \"type\": \"image\",\n  \"outputs\": [\n    {\n      \"model\": \"nano-banana-1\",\n      \"status\": \"success\",\n      \"progress\": 100,\n      \"url\": \"https://files.monet.vision/...\"\n    }\n  ],\n  \"created_at\": \"2026-02-27T10:00:00Z\",\n  \"updated_at\": \"2026-02-27T10:01:30Z\"\n}"
      },
      {
        "title": "List Tasks",
        "body": "GET /api/v1/tasks/list - List tasks with pagination.\n\nRequest:\n\ncurl \"https://monet.vision/api/v1/tasks/list?page=1&pageSize=20\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\nResponse:\n\n{\n  \"tasks\": [\n    {\n      \"id\": \"task_abc123\",\n      \"status\": \"success\",\n      \"type\": \"image\",\n      \"outputs\": [\n        {\n          \"model\": \"nano-banana-1\",\n          \"status\": \"success\",\n          \"progress\": 100,\n          \"url\": \"https://files.monet.vision/...\"\n        }\n      ],\n      \"created_at\": \"2026-02-27T10:00:00Z\",\n      \"updated_at\": \"2026-02-27T10:01:30Z\"\n    }\n  ],\n  \"page\": 1,\n  \"pageSize\": 20,\n  \"total\": 100\n}"
      },
      {
        "title": "Upload File",
        "body": "POST /api/v1/files - Upload a file to get an online access URL.\n\n📁 File Storage: Uploaded files are stored for 24 hours and will be automatically deleted after expiration.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/files \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -F \"file=@/path/to/your/image.jpg\" \\\n  -v\n\nResponse:\n\n{\n  \"id\": \"file_xyz789\",\n  \"url\": \"...\",\n  \"filename\": \"image.jpg\",\n  \"size\": 1048576,\n  \"content_type\": \"image/jpeg\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}"
      },
      {
        "title": "Environment Variables",
        "body": "export MONET_API_KEY=\"monet_xxx\""
      },
      {
        "title": "Authentication",
        "body": "All API requests require authentication via the Authorization header:\n\nAuthorization: Bearer monet_xxx"
      }
    ],
    "body": "Nano Banana Skill\n\nNano Banana is Google's cutting-edge AI image generation model series designed for AI agents. Part of the Monet AI unified API platform.\n\nWhen to Use\n\nUse this skill when:\n\nCharacter Consistent Image Series: Create images with consistent characters using reference images\nnano-banana-1: Up to 5 reference images for character consistency\nnano-banana-1-pro: Up to 14 reference images with 1K-4K resolution\nnano-banana-2: Latest Gemini model with extreme aspect ratio support\nHigh-Resolution Output: Generate professional-grade images with 1K, 2K, or 4K resolution\nUltra-Wide Formats: Create panoramic images with extreme aspect ratios (21:9, 8:1)\nStyle Transfer: Use multiple reference images to guide style and character\nGetting API Key\nVisit https://monet.vision to register an account\nAfter login, go to https://monet.vision/skills/keys to create an API Key\nConfigure the API Key in environment variables or code\n\nIf you don't have an API Key, ask your owner to apply at monet.vision.\n\nQuick Start\nCreate an Image Generation Task\ncurl -X POST https://monet.vision/api/v1/tasks/async \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat in a garden\",\n      \"aspect_ratio\": \"16:9\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'\n\n\n⚠️ Important: idempotency_key is required. Use a unique value (e.g., UUID) to prevent duplicate task creation if the request is retried.\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"pending\",\n  \"type\": \"image\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}\n\nGet Task Status and Result\n\nTask processing is asynchronous. You need to poll the task status until it becomes success or failed. Recommended polling interval: 5 seconds.\n\ncurl https://monet.vision/api/v1/tasks/task_abc123 \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\n\nResponse when completed:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"success\",\n  \"type\": \"image\",\n  \"outputs\": [\n    {\n      \"model\": \"nano-banana-1\",\n      \"status\": \"success\",\n      \"progress\": 100,\n      \"url\": \"https://files.monet.vision/...\"\n    }\n  ],\n  \"created_at\": \"2026-02-27T10:00:00Z\",\n  \"updated_at\": \"2026-02-27T10:01:30Z\"\n}\n\n\nExample: Poll until completion\n\nconst TASK_ID = \"task_abc123\";\nconst MONET_API_KEY = process.env.MONET_API_KEY;\n\nasync function pollTask() {\n  while (true) {\n    const response = await fetch(\n      `https://monet.vision/api/v1/tasks/${TASK_ID}`,\n      {\n        headers: {\n          Authorization: `Bearer ${MONET_API_KEY}`,\n        },\n      },\n    );\n\n    const data = await response.json();\n    const status = data.status;\n\n    if (status === \"success\") {\n      console.log(\"Task completed successfully!\");\n      console.log(JSON.stringify(data, null, 2));\n      break;\n    } else if (status === \"failed\") {\n      console.log(\"Task failed!\");\n      console.log(JSON.stringify(data, null, 2));\n      break;\n    } else {\n      console.log(`Task status: ${status}, waiting...`);\n      await new Promise((resolve) => setTimeout(resolve, 5000));\n    }\n  }\n}\n\npollTask();\n\nSupported Models\nnano-banana-1\n\nnano-banana-1 - Google Nano Banana\n\nUltra-high character consistency\n\n🎯 Use Cases: Image series requiring consistent character appearance\n📐 Max Reference Images: 5\n{\n  model: \"nano-banana-1\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 5 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"16:9\" | \"9:16\"\n}\n\nnano-banana-1-pro\n\nnano-banana-1-pro - Nano Banana Pro\n\nGoogle flagship generation model\n\n🎯 Use Cases: Professional-grade high-quality image generation\n📐 Max Reference Images: 14\n🖥️ Resolution: 1K, 2K, 4K\n{\n  model: \"nano-banana-1-pro\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 14 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"4:5\" | \"5:4\" | \"16:9\" | \"9:16\" | \"21:9\",\n  resolution?: \"1K\" | \"2K\" | \"4K\"\n}\n\nnano-banana-2\n\nnano-banana-2 - Nano Banana 2\n\nGoogle Gemini latest model\n\n🎯 Use Cases: Latest technology for high-quality image generation\n📐 Max Reference Images: 14\n🖥️ Resolution: 1K, 2K, 4K\n🌍 Special: Ultra-wide aspect ratios including 8:1\n{\n  model: \"nano-banana-2\",\n  prompt: string,                // Required\n  images?: string[],             // Optional: Up to 14 reference images\n  aspect_ratio?: \"1:1\" | \"2:3\" | \"3:2\" | \"4:3\" | \"3:4\" | \"4:5\" | \"5:4\" | \"16:9\" | \"9:16\" | \"21:9\" | \"4:1\" | \"1:4\" | \"8:1\" | \"1:8\",\n  resolution?: \"1K\" | \"2K\" | \"4K\"\n}\n\nAPI Reference\nCreate Task (Async)\n\nPOST /api/v1/tasks/async - Create an async task. Returns immediately with task ID.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/tasks/async \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'\n\n\n⚠️ Important: idempotency_key is required. Use a unique value (e.g., UUID) to prevent duplicate task creation if the request is retried.\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"pending\",\n  \"type\": \"image\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}\n\nCreate Task (Streaming)\n\nPOST /api/v1/tasks/sync - Create a task with SSE streaming. Waits for completion and streams progress.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/tasks/sync \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -N \\\n  -d '{\n    \"type\": \"image\",\n    \"input\": {\n      \"model\": \"nano-banana-1\",\n      \"prompt\": \"A cute cat\"\n    },\n    \"idempotency_key\": \"unique-key-123\"\n  }'\n\nGet Task\n\nGET /api/v1/tasks/{taskId} - Get task status and result.\n\nRequest:\n\ncurl https://monet.vision/api/v1/tasks/task_abc123 \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\n\nResponse:\n\n{\n  \"id\": \"task_abc123\",\n  \"status\": \"success\",\n  \"type\": \"image\",\n  \"outputs\": [\n    {\n      \"model\": \"nano-banana-1\",\n      \"status\": \"success\",\n      \"progress\": 100,\n      \"url\": \"https://files.monet.vision/...\"\n    }\n  ],\n  \"created_at\": \"2026-02-27T10:00:00Z\",\n  \"updated_at\": \"2026-02-27T10:01:30Z\"\n}\n\nList Tasks\n\nGET /api/v1/tasks/list - List tasks with pagination.\n\nRequest:\n\ncurl \"https://monet.vision/api/v1/tasks/list?page=1&pageSize=20\" \\\n  -H \"Authorization: Bearer $MONET_API_KEY\"\n\n\nResponse:\n\n{\n  \"tasks\": [\n    {\n      \"id\": \"task_abc123\",\n      \"status\": \"success\",\n      \"type\": \"image\",\n      \"outputs\": [\n        {\n          \"model\": \"nano-banana-1\",\n          \"status\": \"success\",\n          \"progress\": 100,\n          \"url\": \"https://files.monet.vision/...\"\n        }\n      ],\n      \"created_at\": \"2026-02-27T10:00:00Z\",\n      \"updated_at\": \"2026-02-27T10:01:30Z\"\n    }\n  ],\n  \"page\": 1,\n  \"pageSize\": 20,\n  \"total\": 100\n}\n\nUpload File\n\nPOST /api/v1/files - Upload a file to get an online access URL.\n\n📁 File Storage: Uploaded files are stored for 24 hours and will be automatically deleted after expiration.\n\nRequest:\n\ncurl -X POST https://monet.vision/api/v1/files \\\n  -H \"Authorization: Bearer $MONET_API_KEY\" \\\n  -F \"file=@/path/to/your/image.jpg\" \\\n  -v\n\n\nResponse:\n\n{\n  \"id\": \"file_xyz789\",\n  \"url\": \"...\",\n  \"filename\": \"image.jpg\",\n  \"size\": 1048576,\n  \"content_type\": \"image/jpeg\",\n  \"created_at\": \"2026-02-27T10:00:00Z\"\n}\n\nConfiguration\nEnvironment Variables\nexport MONET_API_KEY=\"monet_xxx\"\n\nAuthentication\n\nAll API requests require authentication via the Authorization header:\n\nAuthorization: Bearer monet_xxx"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/seekton/nano-banana-skill",
    "publisherUrl": "https://clawhub.ai/seekton/nano-banana-skill",
    "owner": "seekton",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nano-banana-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/nano-banana-skill",
    "agentUrl": "https://openagent3.xyz/skills/nano-banana-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nano-banana-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nano-banana-skill/agent.md"
  }
}