abhibavishi/azure-image-gen/SKILL.md
Generate images using Azure OpenAI DALL-E. Supports batch generation, custom prompts, and outputs a gallery.
npx skillsauth add openclaw/skills azure-image-genInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate images using Azure OpenAI's DALL-E deployment.
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.
Default: 2024-02-01 (supports DALL-E 3)
python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py --prompt "A futuristic city at sunset"
python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \
--prompt "Professional blog header for a tech startup" \
--count 4
python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \
--prompt "Minimalist illustration of cloud computing" \
--size 1792x1024 \
--quality hd
python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \
--prompt "Abstract data visualization" \
--out-dir ./blog-images
| Flag | Default | Description |
|------|---------|-------------|
| --prompt | Required | Image description |
| --count | 1 | Number of images to generate |
| --size | 1024x1024 | Image size: 1024x1024, 1792x1024, 1024x1792 |
| --quality | standard | Quality: standard or hd |
| --style | vivid | Style: vivid or natural |
| --out-dir | ./azure-images | Output directory |
| --api-version | 2024-02-01 | Azure OpenAI API version |
manifest.json with prompt-to-file mappingindex.html gallery for easy previewFor 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"
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.
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。