{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alicloud-ai-image-zimage-turbo",
    "name": "Alicloud Ai Image Zimage Turbo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cinience/alicloud-ai-image-zimage-turbo",
    "canonicalUrl": "https://clawhub.ai/cinience/alicloud-ai-image-zimage-turbo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alicloud-ai-image-zimage-turbo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-ai-image-zimage-turbo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/api_reference.md",
      "references/sources.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-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/alicloud-ai-image-zimage-turbo"
    },
    "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/alicloud-ai-image-zimage-turbo",
    "agentPageUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/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": "Model Studio Z-Image Turbo",
        "body": "Use Z-Image Turbo for fast text-to-image generation via the DashScope multimodal-generation API."
      },
      {
        "title": "Critical model name",
        "body": "Use ONLY this exact model string:\n\nz-image-turbo"
      },
      {
        "title": "Prerequisites",
        "body": "Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials (env takes precedence).\nChoose region endpoint (Beijing or Singapore). If unsure, pick the most reasonable region or ask the user."
      },
      {
        "title": "Request",
        "body": "prompt (string, required)\nsize (string, optional) e.g. 1024*1024\nseed (int, optional)\nprompt_extend (bool, optional; default false)\nbase_url (string, optional) override API endpoint"
      },
      {
        "title": "Response",
        "body": "image_url (string)\nwidth (int)\nheight (int)\nprompt (string)\nrewritten_prompt (string, optional)\nreasoning (string, optional)\nrequest_id (string)"
      },
      {
        "title": "Quick start (curl)",
        "body": "curl -sS 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \\\n  -H 'Content-Type: application/json' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -d '{\n    \"model\": \"z-image-turbo\",\n    \"input\": {\n      \"messages\": [\n        {\n          \"role\": \"user\",\n          \"content\": [{\"text\": \"A calm lake at dawn, a lone angler casting a line, cinematic lighting\"}]\n        }\n      ]\n    },\n    \"parameters\": {\n      \"size\": \"1024*1024\",\n      \"prompt_extend\": false\n    }\n  }'"
      },
      {
        "title": "Local helper script",
        "body": "python skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/generate_image.py \\\n  --request '{\"prompt\":\"a fishing scene at dawn, cinematic, realistic\",\"size\":\"1024*1024\"}' \\\n  --output output/ai-image-zimage-turbo/images/fishing.png \\\n  --print-response"
      },
      {
        "title": "Size notes",
        "body": "Total pixels must be between 512*512 and 2048*2048.\nPrefer common sizes like 1024*1024, 1280*720, 1536*864."
      },
      {
        "title": "Cost note",
        "body": "prompt_extend=true is billed higher than false. Only enable when you need rewritten prompts."
      },
      {
        "title": "Output location",
        "body": "Default output: output/ai-image-zimage-turbo/images/\nOverride base dir with OUTPUT_DIR."
      },
      {
        "title": "Validation",
        "body": "mkdir -p output/alicloud-ai-image-zimage-turbo\nfor f in skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-ai-image-zimage-turbo/validate.txt\n\nPass criteria: command exits 0 and output/alicloud-ai-image-zimage-turbo/validate.txt is generated."
      },
      {
        "title": "Output And Evidence",
        "body": "Save artifacts, command outputs, and API response summaries under output/alicloud-ai-image-zimage-turbo/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility."
      },
      {
        "title": "Workflow",
        "body": "Confirm user intent, region, identifiers, and whether the operation is read-only or mutating.\nRun one minimal read-only query first to verify connectivity and permissions.\nExecute the target operation with explicit parameters and bounded scope.\nVerify results and save output/evidence files."
      },
      {
        "title": "References",
        "body": "references/api_reference.md for request/response schema and regional endpoints.\nreferences/sources.md for official docs."
      }
    ],
    "body": "Category: provider\n\nModel Studio Z-Image Turbo\n\nUse Z-Image Turbo for fast text-to-image generation via the DashScope multimodal-generation API.\n\nCritical model name\n\nUse ONLY this exact model string:\n\nz-image-turbo\nPrerequisites\nSet DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials (env takes precedence).\nChoose region endpoint (Beijing or Singapore). If unsure, pick the most reasonable region or ask the user.\nNormalized interface (image.generate)\nRequest\nprompt (string, required)\nsize (string, optional) e.g. 1024*1024\nseed (int, optional)\nprompt_extend (bool, optional; default false)\nbase_url (string, optional) override API endpoint\nResponse\nimage_url (string)\nwidth (int)\nheight (int)\nprompt (string)\nrewritten_prompt (string, optional)\nreasoning (string, optional)\nrequest_id (string)\nQuick start (curl)\ncurl -sS 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \\\n  -H 'Content-Type: application/json' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -d '{\n    \"model\": \"z-image-turbo\",\n    \"input\": {\n      \"messages\": [\n        {\n          \"role\": \"user\",\n          \"content\": [{\"text\": \"A calm lake at dawn, a lone angler casting a line, cinematic lighting\"}]\n        }\n      ]\n    },\n    \"parameters\": {\n      \"size\": \"1024*1024\",\n      \"prompt_extend\": false\n    }\n  }'\n\nLocal helper script\npython skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/generate_image.py \\\n  --request '{\"prompt\":\"a fishing scene at dawn, cinematic, realistic\",\"size\":\"1024*1024\"}' \\\n  --output output/ai-image-zimage-turbo/images/fishing.png \\\n  --print-response\n\nSize notes\nTotal pixels must be between 512*512 and 2048*2048.\nPrefer common sizes like 1024*1024, 1280*720, 1536*864.\nCost note\nprompt_extend=true is billed higher than false. Only enable when you need rewritten prompts.\nOutput location\nDefault output: output/ai-image-zimage-turbo/images/\nOverride base dir with OUTPUT_DIR.\nValidation\nmkdir -p output/alicloud-ai-image-zimage-turbo\nfor f in skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-ai-image-zimage-turbo/validate.txt\n\n\nPass criteria: command exits 0 and output/alicloud-ai-image-zimage-turbo/validate.txt is generated.\n\nOutput And Evidence\nSave artifacts, command outputs, and API response summaries under output/alicloud-ai-image-zimage-turbo/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility.\nWorkflow\nConfirm user intent, region, identifiers, and whether the operation is read-only or mutating.\nRun one minimal read-only query first to verify connectivity and permissions.\nExecute the target operation with explicit parameters and bounded scope.\nVerify results and save output/evidence files.\nReferences\nreferences/api_reference.md for request/response schema and regional endpoints.\nreferences/sources.md for official docs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cinience/alicloud-ai-image-zimage-turbo",
    "publisherUrl": "https://clawhub.ai/cinience/alicloud-ai-image-zimage-turbo",
    "owner": "cinience",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo",
    "downloadUrl": "https://openagent3.xyz/downloads/alicloud-ai-image-zimage-turbo",
    "agentUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-ai-image-zimage-turbo/agent.md"
  }
}