# Send Azure Image Gen to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/azure-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=azure-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Azure Image Gen

Generate images using Azure OpenAI's DALL-E deployment.

### Required Environment Variables

export AZURE_OPENAI_ENDPOINT="https://your-resource.openai.azure.com"
export AZURE_OPENAI_API_KEY="your-api-key"
export AZURE_OPENAI_DALLE_DEPLOYMENT="your-dalle-deployment-name"

Or create a .env file in the skill directory.

### API Version

Default: 2024-02-01 (supports DALL-E 3)

### Basic Generation

python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py --prompt "A futuristic city at sunset"

### Multiple Images

python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\
  --prompt "Professional blog header for a tech startup" \\
  --count 4

### Custom Size & Quality

python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\
  --prompt "Minimalist illustration of cloud computing" \\
  --size 1792x1024 \\
  --quality hd

### Specify Output Directory

python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \\
  --prompt "Abstract data visualization" \\
  --out-dir ./blog-images

### Options

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

### Output

PNG images saved to output directory
manifest.json with prompt-to-file mapping
index.html gallery for easy preview

### Blog Image Prompts

For blog headers, try prompts like:

# Tech/SaaS
"Minimalist isometric illustration of cloud migration, blue and white color scheme, clean lines, professional"

# Comparison posts
"Split screen illustration showing old vs new technology, warm vs cool colors, modern flat design"

# How-to guides
"Clean illustration of a step-by-step process, numbered steps floating in space, soft gradients"

# Cost/pricing
"Abstract visualization of savings and growth, upward arrows, green accents, professional business style"

### Troubleshooting

401 Unauthorized: Check your AZURE_OPENAI_API_KEY

404 Not Found: Verify your AZURE_OPENAI_DALLE_DEPLOYMENT name matches exactly

Content Policy: Azure has strict content filters. Rephrase prompts that get blocked.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abhibavishi
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/azure-image-gen)
- [Send to Agent page](https://openagent3.xyz/skills/azure-image-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/azure-image-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/azure-image-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/azure-image-gen)