Install
openclaw skills install dashscope-image-genGenerate images via Alibaba DashScope OpenAI-compatible endpoint (compatible-mode) using qwen-image-max. Use when the user asks for 文生图/图片生成/image generation, wants to call /images/generations, or needs a scriptable CLI tool to create images from prompts.
openclaw skills install dashscope-image-genUse this skill to generate an image from a text prompt through DashScope compatible-mode.
Preferred (no secrets in shell history):
export DASHSCOPE_API_KEY="..."
./scripts/dashscope_image_gen.py --prompt "a cute robot, watercolor" --out robot.png
Optional params (best-effort; support depends on DashScope):
./scripts/dashscope_image_gen.py --prompt "industrial factory at night" --size 1024x1024 --n 1 --out factory.png
scripts/dashscope_image_gen.py accordingly.references/dashscope-openai-compatible.md with the correct details.scripts/dashscope_image_gen.py: main CLI (calls POST {baseUrl}/images/generations)references/dashscope-openai-compatible.md: endpoint/auth notes