{
  "schemaVersion": "1.0",
  "item": {
    "slug": "best-image",
    "name": "Best Image",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Pharmacist9527/best-image",
    "canonicalUrl": "https://clawhub.ai/Pharmacist9527/best-image",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/best-image",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=best-image",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py",
      "references/curl_heredoc.md",
      "references/powershell.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/best-image"
    },
    "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/best-image",
    "agentPageUrl": "https://openagent3.xyz/skills/best-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/best-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/best-image/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": "EvoLink Best Image",
        "body": "Generate and edit images via the EvoLink Nano Banana Pro (gemini-3-pro-image-preview) API."
      },
      {
        "title": "Run",
        "body": "Try Python first (zero dependencies, all platforms):\n\npython3 {baseDir}/scripts/generate.py --prompt \"a cute cat\" --size \"auto\"\n\nOptions: --size (auto, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9), --quality (1K, 2K, 4K), --image-urls URL1 URL2 ...\n\nIf Python is unavailable:\n\nWindows: see PowerShell fallback in {baseDir}/references/powershell.md\nUnix/macOS: use the curl fallback in {baseDir}/references/curl_heredoc.md"
      },
      {
        "title": "API key",
        "body": "EVOLINK_API_KEY env var (required)\nGet key: https://evolink.ai"
      },
      {
        "title": "Triggers",
        "body": "Chinese: \"高质量生图：xxx\" / \"编辑图片：xxx\"\nEnglish: \"best image: xxx\" / \"edit image: xxx\"\n\nTreat the text after the colon as prompt, use default size auto and quality 2K, generate immediately.\n\nFor image-to-image or editing, the user provides image URLs alongside the prompt."
      },
      {
        "title": "Notes",
        "body": "Script prints MEDIA:<path> for OC auto-attach — no extra delivery logic needed.\nImage saved locally (format auto-detected from URL: png/jpg/webp). URL expires ~24h but local file persists.\n--quality 4K incurs additional charges.\n--image-urls accepts up to 10 URLs (each image ≤10MB, formats: jpeg/jpg/png/webp)."
      }
    ],
    "body": "EvoLink Best Image\n\nGenerate and edit images via the EvoLink Nano Banana Pro (gemini-3-pro-image-preview) API.\n\nRun\n\nTry Python first (zero dependencies, all platforms):\n\npython3 {baseDir}/scripts/generate.py --prompt \"a cute cat\" --size \"auto\"\n\n\nOptions: --size (auto, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9), --quality (1K, 2K, 4K), --image-urls URL1 URL2 ...\n\nIf Python is unavailable:\n\nWindows: see PowerShell fallback in {baseDir}/references/powershell.md\nUnix/macOS: use the curl fallback in {baseDir}/references/curl_heredoc.md\nAPI key\nEVOLINK_API_KEY env var (required)\nGet key: https://evolink.ai\nTriggers\nChinese: \"高质量生图：xxx\" / \"编辑图片：xxx\"\nEnglish: \"best image: xxx\" / \"edit image: xxx\"\n\nTreat the text after the colon as prompt, use default size auto and quality 2K, generate immediately.\n\nFor image-to-image or editing, the user provides image URLs alongside the prompt.\n\nNotes\nScript prints MEDIA:<path> for OC auto-attach — no extra delivery logic needed.\nImage saved locally (format auto-detected from URL: png/jpg/webp). URL expires ~24h but local file persists.\n--quality 4K incurs additional charges.\n--image-urls accepts up to 10 URLs (each image ≤10MB, formats: jpeg/jpg/png/webp)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Pharmacist9527/best-image",
    "publisherUrl": "https://clawhub.ai/Pharmacist9527/best-image",
    "owner": "Pharmacist9527",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/best-image",
    "downloadUrl": "https://openagent3.xyz/downloads/best-image",
    "agentUrl": "https://openagent3.xyz/skills/best-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/best-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/best-image/agent.md"
  }
}