Use 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共 1 个版本