{
  "schemaVersion": "1.0",
  "item": {
    "slug": "qwen-image",
    "name": "Qwen Image",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Robin797860/qwen-image",
    "canonicalUrl": "https://clawhub.ai/Robin797860/qwen-image",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/qwen-image",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qwen-image",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_image.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/qwen-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/qwen-image",
    "agentPageUrl": "https://openagent3.xyz/skills/qwen-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qwen-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qwen-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": "Qwen Image",
        "body": "Generate high-quality images using Alibaba Cloud's Qwen Image API (通义万相)."
      },
      {
        "title": "Usage",
        "body": "Generate an image (returns URL only):\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一副典雅庄重的对联悬挂于厅堂之中\" --size \"1664*928\" --api-key sk-xxx\n\nGenerate and save locally:\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一副典雅庄重的对联悬挂于厅堂之中\" --size \"1664*928\" --api-key sk-xxx\n\nWith custom model:\nSupport qwen-image-max-2025-12-30 qwen-image-plus-2026-01-09 qwen-image-plus\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"a beautiful sunset over mountains\" --model qwen-image-plus-2026-01-09 --api-key sk-xxx"
      },
      {
        "title": "API Key",
        "body": "You can obtain the API key and run the image generation command in the following order.\n\nGet apiKey from models.providers.bailian.apiKey in ~/.openclaw/openclaw.json\nOr get from skills.\"qwen-image\".apiKey in ~/.openclaw/openclaw.json\nOr get from DASHSCOPE_API_KEY environment variable\nOr Get your API key from: https://dashscope.console.aliyun.com/"
      },
      {
        "title": "Options",
        "body": "Sizes:\n\n1664*928 (default) - 16:9 landscape\n1024*1024 - Square format\n720*1280 - 9:16 portrait\n1280*720 - 16:9 landscape (smaller)\n\nAdditional flags:\n\n--negative-prompt \"unwanted elements\" - Specify what to avoid\n--no-prompt-extend - Disable automatic prompt enhancement\n--watermark - Add watermark to generated image\n--no-verify-ssl - Disable SSL certificate verification (use when behind corporate proxy)"
      },
      {
        "title": "Workflow",
        "body": "Execute the generate_image.py script with the user's prompt\nParse the script output and find the line starting with MEDIA_URL:\nExtract the image URL from that line (format: MEDIA_URL: https://...)\nDisplay the image to the user using markdown syntax: ![Generated Image](URL)\nDo NOT download or save the image unless the user specifically requests it"
      },
      {
        "title": "Notes",
        "body": "Supports both Chinese and English prompts\nBy default, returns image URL directly without downloading\nThe script prints MEDIA_URL: in the output - extract this URL and display it using markdown image syntax: ![generated image](URL)\nAlways look for the line starting with MEDIA_URL: in the script output and render the image for the user\nDefault negative prompt helps avoid common AI artifacts\nImages are hosted on Alibaba Cloud OSS with temporary access URLs"
      }
    ],
    "body": "Qwen Image\n\nGenerate high-quality images using Alibaba Cloud's Qwen Image API (通义万相).\n\nUsage\n\nGenerate an image (returns URL only):\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一副典雅庄重的对联悬挂于厅堂之中\" --size \"1664*928\" --api-key sk-xxx\n\n\nGenerate and save locally:\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一副典雅庄重的对联悬挂于厅堂之中\" --size \"1664*928\" --api-key sk-xxx\n\n\nWith custom model: Support qwen-image-max-2025-12-30 qwen-image-plus-2026-01-09 qwen-image-plus\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"a beautiful sunset over mountains\" --model qwen-image-plus-2026-01-09 --api-key sk-xxx\n\nAPI Key\n\nYou can obtain the API key and run the image generation command in the following order.\n\nGet apiKey from models.providers.bailian.apiKey in ~/.openclaw/openclaw.json\nOr get from skills.\"qwen-image\".apiKey in ~/.openclaw/openclaw.json\nOr get from DASHSCOPE_API_KEY environment variable\nOr Get your API key from: https://dashscope.console.aliyun.com/\nOptions\n\nSizes:\n\n1664*928 (default) - 16:9 landscape\n1024*1024 - Square format\n720*1280 - 9:16 portrait\n1280*720 - 16:9 landscape (smaller)\n\nAdditional flags:\n\n--negative-prompt \"unwanted elements\" - Specify what to avoid\n--no-prompt-extend - Disable automatic prompt enhancement\n--watermark - Add watermark to generated image\n--no-verify-ssl - Disable SSL certificate verification (use when behind corporate proxy)\nWorkflow\nExecute the generate_image.py script with the user's prompt\nParse the script output and find the line starting with MEDIA_URL:\nExtract the image URL from that line (format: MEDIA_URL: https://...)\nDisplay the image to the user using markdown syntax: ![Generated Image](URL)\nDo NOT download or save the image unless the user specifically requests it\nNotes\nSupports both Chinese and English prompts\nBy default, returns image URL directly without downloading\nThe script prints MEDIA_URL: in the output - extract this URL and display it using markdown image syntax: ![generated image](URL)\nAlways look for the line starting with MEDIA_URL: in the script output and render the image for the user\nDefault negative prompt helps avoid common AI artifacts\nImages are hosted on Alibaba Cloud OSS with temporary access URLs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Robin797860/qwen-image",
    "publisherUrl": "https://clawhub.ai/Robin797860/qwen-image",
    "owner": "Robin797860",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/qwen-image",
    "downloadUrl": "https://openagent3.xyz/downloads/qwen-image",
    "agentUrl": "https://openagent3.xyz/skills/qwen-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qwen-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qwen-image/agent.md"
  }
}