{
  "schemaVersion": "1.0",
  "item": {
    "slug": "azure-image-gen",
    "name": "Azure Image Gen",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/abhibavishi/azure-image-gen",
    "canonicalUrl": "https://clawhub.ai/abhibavishi/azure-image-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/azure-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=azure-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.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/azure-image-gen"
    },
    "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/azure-image-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/azure-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/azure-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/azure-image-gen/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": "Azure Image Gen",
        "body": "Generate images using Azure OpenAI's DALL-E deployment."
      },
      {
        "title": "Required Environment Variables",
        "body": "export AZURE_OPENAI_ENDPOINT=\"https://your-resource.openai.azure.com\"\nexport AZURE_OPENAI_API_KEY=\"your-api-key\"\nexport AZURE_OPENAI_DALLE_DEPLOYMENT=\"your-dalle-deployment-name\"\n\nOr create a .env file in the skill directory."
      },
      {
        "title": "API Version",
        "body": "Default: 2024-02-01 (supports DALL-E 3)"
      },
      {
        "title": "Basic Generation",
        "body": "python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py --prompt \"A futuristic city at sunset\""
      },
      {
        "title": "Multiple Images",
        "body": "python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Professional blog header for a tech startup\" \\\n  --count 4"
      },
      {
        "title": "Custom Size & Quality",
        "body": "python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Minimalist illustration of cloud computing\" \\\n  --size 1792x1024 \\\n  --quality hd"
      },
      {
        "title": "Specify Output Directory",
        "body": "python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Abstract data visualization\" \\\n  --out-dir ./blog-images"
      },
      {
        "title": "Options",
        "body": "FlagDefaultDescription--promptRequiredImage description--count1Number of images to generate--size1024x1024Image size: 1024x1024, 1792x1024, 1024x1792--qualitystandardQuality: standard or hd--stylevividStyle: vivid or natural--out-dir./azure-imagesOutput directory--api-version2024-02-01Azure OpenAI API version"
      },
      {
        "title": "Output",
        "body": "PNG images saved to output directory\nmanifest.json with prompt-to-file mapping\nindex.html gallery for easy preview"
      },
      {
        "title": "Blog Image Prompts",
        "body": "For blog headers, try prompts like:\n\n# Tech/SaaS\n\"Minimalist isometric illustration of cloud migration, blue and white color scheme, clean lines, professional\"\n\n# Comparison posts\n\"Split screen illustration showing old vs new technology, warm vs cool colors, modern flat design\"\n\n# How-to guides\n\"Clean illustration of a step-by-step process, numbered steps floating in space, soft gradients\"\n\n# Cost/pricing\n\"Abstract visualization of savings and growth, upward arrows, green accents, professional business style\""
      },
      {
        "title": "Troubleshooting",
        "body": "401 Unauthorized: Check your AZURE_OPENAI_API_KEY\n\n404 Not Found: Verify your AZURE_OPENAI_DALLE_DEPLOYMENT name matches exactly\n\nContent Policy: Azure has strict content filters. Rephrase prompts that get blocked."
      }
    ],
    "body": "Azure Image Gen\n\nGenerate images using Azure OpenAI's DALL-E deployment.\n\nSetup\nRequired Environment Variables\nexport AZURE_OPENAI_ENDPOINT=\"https://your-resource.openai.azure.com\"\nexport AZURE_OPENAI_API_KEY=\"your-api-key\"\nexport AZURE_OPENAI_DALLE_DEPLOYMENT=\"your-dalle-deployment-name\"\n\n\nOr create a .env file in the skill directory.\n\nAPI Version\n\nDefault: 2024-02-01 (supports DALL-E 3)\n\nUsage\nBasic Generation\npython3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py --prompt \"A futuristic city at sunset\"\n\nMultiple Images\npython3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Professional blog header for a tech startup\" \\\n  --count 4\n\nCustom Size & Quality\npython3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Minimalist illustration of cloud computing\" \\\n  --size 1792x1024 \\\n  --quality hd\n\nSpecify Output Directory\npython3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\\n  --prompt \"Abstract data visualization\" \\\n  --out-dir ./blog-images\n\nOptions\nFlag\tDefault\tDescription\n--prompt\tRequired\tImage description\n--count\t1\tNumber of images to generate\n--size\t1024x1024\tImage size: 1024x1024, 1792x1024, 1024x1792\n--quality\tstandard\tQuality: standard or hd\n--style\tvivid\tStyle: vivid or natural\n--out-dir\t./azure-images\tOutput directory\n--api-version\t2024-02-01\tAzure OpenAI API version\nOutput\nPNG images saved to output directory\nmanifest.json with prompt-to-file mapping\nindex.html gallery for easy preview\nBlog Image Prompts\n\nFor blog headers, try prompts like:\n\n# Tech/SaaS\n\"Minimalist isometric illustration of cloud migration, blue and white color scheme, clean lines, professional\"\n\n# Comparison posts\n\"Split screen illustration showing old vs new technology, warm vs cool colors, modern flat design\"\n\n# How-to guides\n\"Clean illustration of a step-by-step process, numbered steps floating in space, soft gradients\"\n\n# Cost/pricing\n\"Abstract visualization of savings and growth, upward arrows, green accents, professional business style\"\n\nTroubleshooting\n\n401 Unauthorized: Check your AZURE_OPENAI_API_KEY\n\n404 Not Found: Verify your AZURE_OPENAI_DALLE_DEPLOYMENT name matches exactly\n\nContent Policy: Azure has strict content filters. Rephrase prompts that get blocked."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/abhibavishi/azure-image-gen",
    "publisherUrl": "https://clawhub.ai/abhibavishi/azure-image-gen",
    "owner": "abhibavishi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/azure-image-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/azure-image-gen",
    "agentUrl": "https://openagent3.xyz/skills/azure-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/azure-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/azure-image-gen/agent.md"
  }
}