Overview
- Skill Key
- abhibavishi/azure-image-gen
- Author
- abhibavishi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abhibavishi/azure-image-gen
- Latest Commit SHA
- ed1210e6277b93fd8006e93307c870ae22528ebb
Generate images using Azure OpenAI DALL-E. Supports batch generation, custom prompts, and outputs a gallery.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 azure-image-gen 技能。 若已安装,则直接安装 azure-image-gen 技能。
# Azure Image Gen Generate images using Azure OpenAI's DALL-E deployment. ## Setup ### Required Environment Variables ```bash 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) ## Usage ### Basic Generation ```bash python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py --prompt "A futuristic city at sunset" ``` ### Multiple Images ```bash python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \ --prompt "Professional blog header for a tech startup" \ --count 4 ``` ### Custom Size & Quality ```bash python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \ --prompt "Minimalist illustration of cloud computing" \ --size 1792x1024 \ --quality hd ``` ### Specify Output Directory ```bash python3 /Users/abhi/clawd/skills/azure-image-gen/scripts/generate.py \ --prompt "Abstract data visualization" \ --out-dir ./blog-images ``` ## Options | 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 | ## 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 ne...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.